HomeSort by: relevance | last modified time | path
    Searched defs:IS_SLASH (Results 1 - 3 of 3) 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) == '/')
  /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/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 18 milliseconds