PHP_DIR_SEPARATOR  113 ext/session/mod_files.c 	buf[n++] = PHP_DIR_SEPARATOR;
PHP_DIR_SEPARATOR  116 ext/session/mod_files.c 		buf[n++] = PHP_DIR_SEPARATOR;
PHP_DIR_SEPARATOR  232 ext/session/mod_files.c 	buf[dirname_len] = PHP_DIR_SEPARATOR;
PHP_DIR_SEPARATOR   82 ext/standard/exec.c 		b = strrchr(cmd, PHP_DIR_SEPARATOR);
PHP_DIR_SEPARATOR  760 ext/standard/filestat.c 					char *b = strrchr(local, PHP_DIR_SEPARATOR);
PHP_DIR_SEPARATOR  281 ext/standard/proc_open.c 	sep = zend_memrchr(arg0, PHP_DIR_SEPARATOR, larg0);
PHP_DIR_SEPARATOR  170 main/fopen_wrappers.c 		if (basedir[strlen(basedir) - 1] == PHP_DIR_SEPARATOR) {
PHP_DIR_SEPARATOR  171 main/fopen_wrappers.c 			if (resolved_basedir[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
PHP_DIR_SEPARATOR  172 main/fopen_wrappers.c 				resolved_basedir[resolved_basedir_len] = PHP_DIR_SEPARATOR;
PHP_DIR_SEPARATOR  178 main/fopen_wrappers.c 		if (path_tmp[path_len - 1] == PHP_DIR_SEPARATOR) {
PHP_DIR_SEPARATOR  179 main/fopen_wrappers.c 			if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
PHP_DIR_SEPARATOR  180 main/fopen_wrappers.c 				resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
PHP_DIR_SEPARATOR  195 main/fopen_wrappers.c 			if (resolved_basedir_len == (resolved_name_len + 1) && resolved_basedir[resolved_basedir_len - 1] == PHP_DIR_SEPARATOR) {
PHP_DIR_SEPARATOR  372 main/fopen_wrappers.c 				spprintf(&filename, 0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATOR, s + 1); /* Safe */
PHP_DIR_SEPARATOR  389 main/fopen_wrappers.c 					filename[length++] = PHP_DIR_SEPARATOR;