HomeSort by: relevance | last modified time | path
    Searched refs:IS_SLASH (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/grep/dist/src/
system.h 71 # define IS_SLASH(c) ((c) == '/' || (c) == '\\')
75 #ifndef IS_SLASH
76 # define IS_SLASH(c) ((c) == '/')
grep.c 1037 || IS_SLASH (dir[dirlen - 1]));
  /src/external/gpl2/texinfo/dist/lib/
system.h 242 # define IS_SLASH(c) ((c) == '/' || (c) == '\\')
243 # define IS_ABSOLUTE(n) (IS_SLASH((n)[0]) || ((n)[0] && (n)[1] == ':'))
252 # define IS_SLASH(c) ((c) == '/')
  /src/external/gpl2/texinfo/dist/makeinfo/
files.c 101 && (IS_SLASH (filename[1])
102 || (filename[1] == '.' && IS_SLASH (filename[2])))))
357 while (i && !IS_SLASH (filename[i]))
359 if (IS_SLASH (filename[i]))
426 (IS_SLASH (filename[1]) ||
427 (filename[1] == '.' && IS_SLASH (filename[2])))))
455 if (IS_SLASH (filename[1]))
480 if (IS_SLASH (c))
514 (IS_SLASH (filename[1]) ||
515 (filename[1] == '.' && IS_SLASH (filename[2]))))
    [all...]
makeinfo.c 1453 if (p > dir && IS_SLASH (*p))
  /src/external/gpl2/texinfo/dist/info/
tilde.c 105 if (IS_SLASH (string[i]) || !string[i])
188 if (!dirname[1] || IS_SLASH (dirname[1]))
223 if (IS_SLASH (c))
filesys.c 120 (IS_SLASH (partial[1]) ||
121 (partial[1] == '.' && IS_SLASH (partial[2]))))
194 if (!IS_SLASH (temp[(strlen (temp)) - 1]))
dir.c 132 if (!IS_SLASH (fullpath[strlen (fullpath) - 1]))
info-utils.c 646 while (filename > pathname && !IS_SLASH (filename[-1]))
man.c 199 if (!IS_SLASH (temp[(strlen (temp)) - 1]))
  /src/external/gpl2/texinfo/dist/util/
install-info.c 395 while (*item_basename && !IS_SLASH (*item_basename)
1373 while (infile_basename > infile && !IS_SLASH (infile_basename[-1]))
  /src/external/mit/libuv/dist/src/win/
fs.c 145 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/')
1596 else if (IS_SLASH(pathw[len - 1]))
2727 path[1] == L':' && IS_SLASH(path[2]);
2761 if (IS_SLASH(path[i])) {
2788 if (IS_SLASH(path[i])) {

Completed in 24 milliseconds