Home
last modified time | relevance | path

Searched refs:ISSLASH (Results 1 – 25 of 1269) sorted by last modified time

12345678910>>...51

/dports/print/a2ps/a2ps-4.13/lib/
H A Dpath-concat.c40 #ifndef ISSLASH
41 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
86 if (ISSLASH (*(p - 1)) && ISSLASH(*base)) in path_concat()
88 else if (!ISSLASH (*(p - 1)) && !ISSLASH(*base)) in path_concat()
/dports/devel/patch/patch-2.7.6/lib/
H A Dlocalcharset.c93 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
100 #ifndef ISSLASH
101 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
148 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); in get_charset_aliases()
/dports/devel/patch/patch-2.7.6/src/
H A Dpch.c1020 if (ISSLASH (f[0]) && ! ISSLASH (f[-1])) in prefix_components()
H A Dpch.c.orig1020 if (ISSLASH (f[0]) && ! ISSLASH (f[-1]))
H A Dutil.c172 if (ISSLASH(*s))
357 o > t && ! ISSLASH (*(o - 1));
1255 if (ISSLASH (*f))
1260 while (ISSLASH (f[1]))
1324 if (ISSLASH (filename[i])
1325 && ! (ISSLASH (filename[i - 1])
1328 || ISSLASH (filename[i - 2])
1435 if (ISSLASH (*p))
1437 while (ISSLASH (p[1]))
1701 && ( ! *++name || ISSLASH (*name)))
[all …]
H A Dsafe.c261 while (ISSLASH (*path)) in count_path_components()
267 while (*path && ! ISSLASH (*path)) in count_path_components()
269 while (ISSLASH (*path)) in count_path_components()
318 if (ISSLASH (*buffer)) in read_symlink()
342 while (ISSLASH (*end)) in read_symlink()
376 while (*p && ! ISSLASH (*p)) in traverse_next()
415 while (ISSLASH (*p)) in traverse_next()
458 if (ISSLASH (*last)) in traverse_another_path()
461 if (! ISSLASH (*--last)) in traverse_another_path()
464 while (last != path && ! ISSLASH (*(last - 1))) in traverse_another_path()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1593 #define ISSLASH ISSLASHA in IsUNCRootA() macro
1597 if (pathlen < 5 || !ISSLASH(path[0]) || !ISSLASH(path[1])) in IsUNCRootA()
1601 if (ISSLASH(path[i])) break; in IsUNCRootA()
1607 if (ISSLASH(path[i])) break; in IsUNCRootA()
1610 #undef ISSLASH in IsUNCRootA()
1616 #define ISSLASH ISSLASHW in IsUNCRootW() macro
1620 if (pathlen < 5 || !ISSLASH(path[0]) || !ISSLASH(path[1])) in IsUNCRootW()
1624 if (ISSLASH(path[i])) break; in IsUNCRootW()
1630 if (ISSLASH(path[i])) break; in IsUNCRootW()
1633 #undef ISSLASH in IsUNCRootW()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1593 #define ISSLASH ISSLASHA in IsUNCRootA() macro
1597 if (pathlen < 5 || !ISSLASH(path[0]) || !ISSLASH(path[1])) in IsUNCRootA()
1601 if (ISSLASH(path[i])) break; in IsUNCRootA()
1607 if (ISSLASH(path[i])) break; in IsUNCRootA()
1610 #undef ISSLASH in IsUNCRootA()
1616 #define ISSLASH ISSLASHW in IsUNCRootW() macro
1620 if (pathlen < 5 || !ISSLASH(path[0]) || !ISSLASH(path[1])) in IsUNCRootW()
1624 if (ISSLASH(path[i])) break; in IsUNCRootW()
1630 if (ISSLASH(path[i])) break; in IsUNCRootW()
1633 #undef ISSLASH in IsUNCRootW()
/dports/ftp/urlgfe/urlgfe-0.7.1/intl/
H A Dlocalcharset.c62 #ifndef ISSLASH
63 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
99 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); in get_charset_aliases()
H A Ddcigettext.c187 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
191 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
196 # define ISSLASH(C) ((C) == '/') macro
197 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
/dports/devel/gindent/indent-2.2.12/intl/
H A Ddcigettext.c214 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
218 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
223 # define ISSLASH(C) ((C) == '/') macro
224 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dimport.c185 ((cp == argv[0]) || ISSLASH (*(cp-1))) && /* /^CVS/ OR m#/CVS# AND ... */ in import()
186 ((*(cp+3) == '\0') || ISSLASH (*(cp+3))) /* /CVS$/ OR m#CVS/# */ in import()
H A Dclient.c156 if (ISSLASH (*t)) in arg_should_not_be_sent_to_server()
667 while (ISSLASH (*questionable)) questionable++; in path_list_prefixed()
2386 if (ISSLASH (*p)) in send_repository()
4860 else if (ISSLASH (*p)) in send_file_names()
H A Droot.c198 && (ISSLASH (root_in[strlen (config->PrimaryServer->directory)]) in primary_root_translate()
244 && (ISSLASH (root_in[strlen (current_parsed_root->directory)]) in primary_root_inverse_translate()
/dports/devel/gmake/make-4.3/lib/
H A Dfindprog-in.c85 if (ISSLASH (*p)) in find_in_given_path()
113 if (ISSLASH (*p)) in find_in_given_path()
/dports/devel/glib20/glib-2.70.4/glib/libcharset/
H A Dlocalcharset.c75 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
82 #ifndef ISSLASH
83 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
126 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); in _g_locale_get_charset_aliases()
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Demacsclient.c1467 || (ISSLASH ('\\') && strchr (server_name, '\\'))) in set_local_socket()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dcanonicalize-lgpl.c122 while (ISSLASH (*end)) in suffix_requires_dir_check()
127 while (ISSLASH (*end)); in suffix_requires_dir_check()
265 && ISSLASH (name[1]) && !ISSLASH (name[2])) in realpath_stk()
275 while (ISSLASH (*start)) in realpath_stk()
279 for (end = start; *end && !ISSLASH (*end); ++end) in realpath_stk()
298 && ISSLASH (*dest) && !ISSLASH (dest[1])) in realpath_stk()
303 if (!ISSLASH (dest[-1])) in realpath_stk()
373 if (ISSLASH (buf[1]) && !ISSLASH (buf[2]) && !pfxlen) in realpath_stk()
388 && ISSLASH (*dest) && !ISSLASH (dest[1]) && !prefix_len) in realpath_stk()
398 if (dest > rname + prefix_len + 1 && ISSLASH (dest[-1])) in realpath_stk()
[all …]
H A Dfilename.h61 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
81 ISSLASH ((Filename)[FILE_SYSTEM_PREFIX_LEN (Filename)])
84 (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename))
87 (! (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename)))
93 # define ISSLASH(C) ((C) == '/')
97 # define IS_ABSOLUTE_FILE_NAME(Filename) ISSLASH ((Filename)[0])
98 # define IS_RELATIVE_FILE_NAME(Filename) (! ISSLASH ((Filename)[0]))
/dports/lang/zig-devel/zig-0.9.0/test/standalone/issue_9812/vendor/kuba-zip/
H A Dzip.c60 #ifndef ISSLASH
61 #define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
155 if (ISSLASH(*p)) in zip_basename()
162 if (*base == '\0' && ISSLASH(*name) && all_slashes) in zip_basename()
182 if (ISSLASH(*p) && ((!has_device && len > 0) || (has_device && len > 2))) { in zip_mkpath()
230 while (ISSLASH(*name)) in zip_name_normalize()
234 if (ISSLASH(name[offn])) { in zip_name_normalize()
310 if (!ISSLASH(path[dirlen - 1])) { in zip_archive_extract()
/dports/lang/zig/zig-0.9.0/test/standalone/issue_9812/vendor/kuba-zip/
H A Dzip.c60 #ifndef ISSLASH
61 #define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
155 if (ISSLASH(*p)) in zip_basename()
162 if (*base == '\0' && ISSLASH(*name) && all_slashes) in zip_basename()
182 if (ISSLASH(*p) && ((!has_device && len > 0) || (has_device && len > 2))) { in zip_mkpath()
230 while (ISSLASH(*name)) in zip_name_normalize()
234 if (ISSLASH(name[offn])) { in zip_name_normalize()
310 if (!ISSLASH(path[dirlen - 1])) { in zip_archive_extract()
/dports/devel/liblouis/liblouis-3.20.0/tools/gnulib/
H A Ddosname.h34 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
37 # define ISSLASH(C) ((C) == '/') macro
45 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)])
48 (ISSLASH ((F)[0]) || FILE_SYSTEM_PREFIX_LEN (F) != 0)
H A Ddirname-lgpl.c40 && ISSLASH (file[prefix_length])) in dir_len()
41 : (ISSLASH (file[0]) in dir_len()
43 && ISSLASH (file[1]) && ! ISSLASH (file[2]) in dir_len()
50 if (! ISSLASH (file[length - 1])) in dir_len()
77 && file[2] != '\0' && ! ISSLASH (file[2]))); in mdir_name()
H A Dbasename-lgpl.c36 while (ISSLASH (*base)) in last_component()
41 if (ISSLASH (*p)) in last_component()
63 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--) in base_len()
67 && ISSLASH (name[0]) && ISSLASH (name[1]) && ! name[2]) in base_len()
71 && len == prefix_len && ISSLASH (name[prefix_len])) in base_len()
/dports/lang/gcc12-devel/gcc-12-20211205/intl/
H A Ddcigettext.c201 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
210 # define ISSLASH(C) ((C) == '/') macro
211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])

12345678910>>...51