IS_SLASH          774 TSRM/tsrm_virtual_cwd.c 		while (i > start && !IS_SLASH(path[i-1])) {
IS_SLASH          796 TSRM/tsrm_virtual_cwd.c 				while (j > start && !IS_SLASH(path[j])) {
IS_SLASH          802 TSRM/tsrm_virtual_cwd.c 							IS_SLASH(path[2])) {
IS_SLASH          809 TSRM/tsrm_virtual_cwd.c 							IS_SLASH(path[j+3])) {
IS_SLASH         1191 TSRM/tsrm_virtual_cwd.c 			if (IS_SLASH(path[0])) {
IS_SLASH         1198 TSRM/tsrm_virtual_cwd.c 					while (IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1202 TSRM/tsrm_virtual_cwd.c 							!IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1205 TSRM/tsrm_virtual_cwd.c 					while (IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1209 TSRM/tsrm_virtual_cwd.c 							!IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1230 TSRM/tsrm_virtual_cwd.c 		if (path_length > 2 && path[1] == ':' && !IS_SLASH(path[2])) {
IS_SLASH         1254 TSRM/tsrm_virtual_cwd.c 		while (!IS_SLASH(resolved_path[start])) {
IS_SLASH         1262 TSRM/tsrm_virtual_cwd.c 		while (!IS_SLASH(resolved_path[start])) {
IS_SLASH         1285 TSRM/tsrm_virtual_cwd.c 		if (!IS_SLASH(resolved_path[start])) return -1;
IS_SLASH         1290 TSRM/tsrm_virtual_cwd.c 	add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_length-1]);
IS_SLASH         1302 TSRM/tsrm_virtual_cwd.c 	if (add_slash && path_length && !IS_SLASH(resolved_path[path_length-1])) {
IS_SLASH         1375 TSRM/tsrm_virtual_cwd.c 	while(--length >= 0 && !IS_SLASH(path[length])) {
IS_SLASH           71 TSRM/tsrm_virtual_cwd.h 	(len >= 2 && IS_SLASH(path[0]) && IS_SLASH(path[1]))
IS_SLASH           83 TSRM/tsrm_virtual_cwd.h #define IS_SLASH_P(c)	IS_SLASH(*(c))
IS_SLASH          113 TSRM/tsrm_virtual_cwd.h 	(IS_SLASH(path[0]))
IS_SLASH          997 ext/opcache/ZendAccelerator.c             while ((--parent_script_len > 0) && !IS_SLASH(parent_script[parent_script_len]));
IS_SLASH         1787 ext/opcache/ZendAccelerator.c 		while ((--exec_fname_length >= 0) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          643 ext/phar/dirstream.c 				IS_SLASH(str_key[path_len])) {
IS_SLASH          664 ext/phar/dirstream.c 				IS_SLASH(str_key[path_len])) {
IS_SLASH          930 ext/phar/stream.c 				IS_SLASH(str_key[from_len])) {
IS_SLASH          958 ext/phar/stream.c 				(key_len == from_len || IS_SLASH(str_key[from_len]))) {
IS_SLASH          982 ext/phar/stream.c 				(key_len == from_len || IS_SLASH(str_key[from_len]))) {
IS_SLASH          234 ext/spl/spl_directory.c #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos]))
IS_SLASH          371 ext/sqlite3/sqlite3.c 	if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          460 ext/standard/dir.c 		if (IS_SLASH(*pattern)) {
IS_SLASH          134 ext/standard/dl.c 		if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          109 ext/zip/php_zip.c 	if (IS_SLASH(path[0])) {
IS_SLASH          116 ext/zip/php_zip.c 		while (i > 0 && !IS_SLASH(path[i])) {
IS_SLASH          176 ext/zip/php_zip.c 	if (path_cleaned_len > 1 && IS_SLASH(path_cleaned[path_cleaned_len - 1])) {
IS_SLASH          549 ext/zip/php_zip.c 		if (IS_SLASH(*pattern)) {
IS_SLASH          643 ext/zip/php_zip.c 		if (IS_SLASH(*path)) {
IS_SLASH          417 main/fopen_wrappers.c 			if (!IS_SLASH(filename[length - 1])) {	/* length is never 0 */
IS_SLASH          420 main/fopen_wrappers.c 			if (IS_SLASH(path_info[0])) {
IS_SLASH          498 main/fopen_wrappers.c 	     (IS_SLASH(filename[1]) || 
IS_SLASH          499 main/fopen_wrappers.c 	      ((filename[1] == '.') && IS_SLASH(filename[2])))) ||
IS_SLASH          571 main/fopen_wrappers.c 		while ((--exec_fname_length >= 0) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          649 main/fopen_wrappers.c 		while ((--exec_fname_length >= 0) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          370 main/php_ini.c 		if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          664 main/php_ini.c 					if (IS_SLASH(debpath[lenpath - 1])) {
IS_SLASH          135 main/php_open_temporary_file.c 	if (IS_SLASH(new_state.cwd[new_state.cwd_length - 1])) {
IS_SLASH         1411 main/streams/plain_wrapper.c 	if (*filename == '.' && (IS_SLASH(filename[1]) || filename[1] == '.')) {
IS_SLASH         1416 main/streams/plain_wrapper.c 			if (!IS_SLASH(*ptr)) { /* not a relative path after all */
IS_SLASH         1442 main/streams/plain_wrapper.c 	if (IS_SLASH(filename[0])) {
IS_SLASH         1476 main/streams/plain_wrapper.c 		while ((--exec_fname_length >= 0) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          867 sapi/cgi/cgi_main.c 		if (!IS_SLASH(SG(request_info).path_translated[path_len])) {
IS_SLASH          893 sapi/cgi/cgi_main.c 				if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_len - 1])) {
IS_SLASH         1040 sapi/cgi/cgi_main.c 	if (UNEXPECTED(*p == '.') && *(p+1) == '.' && (!*(p+2) || IS_SLASH(*(p+2)))) {
IS_SLASH         1044 sapi/cgi/cgi_main.c 		if (IS_SLASH(*p)) {
IS_SLASH         1050 sapi/cgi/cgi_main.c 					if (UNEXPECTED(!*p) || UNEXPECTED(IS_SLASH(*p))) {
IS_SLASH          799 sapi/fpm/fpm/fpm_main.c 		if (!IS_SLASH(SG(request_info).path_translated[path_len])) {
IS_SLASH          819 sapi/fpm/fpm/fpm_main.c 				if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_len - 1])) {
IS_SLASH          964 sapi/fpm/fpm/fpm_main.c 		if ((p == path || IS_SLASH(*(p-1))) &&
IS_SLASH          965 sapi/fpm/fpm/fpm_main.c 			(*(p+2) == 0 || IS_SLASH(*(p+2)))
IS_SLASH          974 sapi/fpm/fpm/fpm_main.c 			if (IS_SLASH(*(p-1)) &&
IS_SLASH          975 sapi/fpm/fpm/fpm_main.c 				(*(p+2) == 0 || IS_SLASH(*(p+2)))
IS_SLASH          579 win32/glob.c   				!IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) ||
IS_SLASH          595 win32/glob.c   		while (*p != EOS && !IS_SLASH(*p)) {
IS_SLASH          606 win32/glob.c   			while (IS_SLASH(*pattern)) {