HomeSort by: relevance | last modified time | path
    Searched defs:IS_ABSOLUTE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
nonposix.h 102 # define IS_ABSOLUTE(f) \
213 #ifndef IS_ABSOLUTE
214 # define IS_ABSOLUTE(f) ((f)[0] == '/')
  /src/external/gpl2/texinfo/dist/lib/
system.h 243 # define IS_ABSOLUTE(n) (IS_SLASH((n)[0]) || ((n)[0] && (n)[1] == ':'))
254 # define IS_ABSOLUTE(n) ((n)[0] == '/')

Completed in 16 milliseconds