Home
last modified time | relevance | path

Searched refs:IS_SLASH (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c100 && (IS_SLASH (filename[1]) in get_file_info_in_path()
101 || (filename[1] == '.' && IS_SLASH (filename[2]))))) in get_file_info_in_path()
354 while (i && !IS_SLASH (filename[i])) in skip_directory_part()
356 if (IS_SLASH (filename[i])) in skip_directory_part()
423 (IS_SLASH (filename[1]) || in full_pathname()
424 (filename[1] == '.' && IS_SLASH (filename[2]))))) in full_pathname()
452 if (IS_SLASH (filename[1])) in full_pathname()
477 if (IS_SLASH (c)) in full_pathname()
511 (IS_SLASH (filename[1]) || in expand_filename()
512 (filename[1] == '.' && IS_SLASH (filename[2]))))) in expand_filename()
[all …]
H A Dmakeinfo.c1448 if (p > dir && IS_SLASH (*p)) in insert_toplevel_subdirectory()
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dsystem.h234 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
235 # define IS_ABSOLUTE(n) (IS_SLASH((n)[0]) || ((n)[0] && (n)[1] == ':'))
244 # define IS_SLASH(c) ((c) == '/') macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h71 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
75 #ifndef IS_SLASH
76 # define IS_SLASH(c) ((c) == '/') macro
H A Dgrep.c1037 || IS_SLASH (dir[dirlen - 1])); in grepdir()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.c105 if (IS_SLASH (string[i]) || !string[i]) in tilde_find_suffix()
188 if (!dirname[1] || IS_SLASH (dirname[1])) in tilde_expand_word()
223 if (IS_SLASH (c)) in tilde_expand_word()
H A Dfilesys.c120 (IS_SLASH (partial[1]) || in info_find_fullpath()
121 (partial[1] == '.' && IS_SLASH (partial[2])))) in info_find_fullpath()
194 if (!IS_SLASH (temp[(strlen (temp)) - 1])) in info_file_in_path()
H A Ddir.c132 if (!IS_SLASH (fullpath[strlen (fullpath) - 1])) in maybe_build_dir_node()
H A Dinfo-utils.c642 while (filename > pathname && !IS_SLASH (filename[-1])) in filename_non_directory()
H A Dman.c199 if (!IS_SLASH (temp[(strlen (temp)) - 1])) in executable_file_in_path()
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info.c388 while (*item_basename && !IS_SLASH (*item_basename) in menu_item_equal()
1360 while (infile_basename > infile && !IS_SLASH (infile_basename[-1])) in main()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c115 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro
1602 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()
2399 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()
2433 if (IS_SLASH(path[i])) { in fs__create_junction()
2459 if (IS_SLASH(path[i])) { in fs__create_junction()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog1751 (IS_SLASH, FILESYSTEM_PREFIX_LEN): Depend on HAVE_DOS_FILE_NAMES,
1851 * src/system.h (IS_SLASH): New macro.
1859 (grepdir): Don't free `file', inside the loop. Use IS_SLASH to
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.462475 * makeinfo/makeinfo.c (insert_toplevel_subdirectory): Use IS_SLASH
2545 * makeinfo/makeinfo.c (insert_toplevel_subdirectory): Use IS_SLASH
6124 > (executable_file_in_path): Use IS_SLASH.
6145 > IS_SLASH.
6194 > IS_SLASH.
6203 > file names. Use IS_SLASH and IS_ABSOLUTE.
6204 > (info_file_in_path): Use IS_SLASH.
6213 > * info/dir.c (maybe_build_dir_node): Use IS_SLASH.
6219 > * util/texindex.c (main): Use IS_SLASH to find the basename of
6227 > using IS_SLASH. Avoid recomputing length of infile_basename
[all …]