HomeSort by relevance Sort by last modified time
    Searched refs:ISSLASH (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/intl/
relocatable.c 72 ISSLASH(C) tests whether C is a directory separator character.
77 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
86 # define ISSLASH(C) ((C) == '/')
199 if (ISSLASH (*p))
231 if (ISSLASH (*rpi) || ISSLASH (*cpi))
233 if (ISSLASH (*rpi) && ISSLASH (*cpi))
428 if (ISSLASH (pathname[orig_prefix_len]))
localcharset.c 78 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
85 #ifndef ISSLASH
86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
127 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
l10nflist.c 67 ISSLASH(C) tests whether C is a directory separator character.
73 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
77 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
80 # define ISSLASH(C) ((C) == '/')
81 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
dcigettext.c 199 ISSLASH(C) tests whether C is a directory separator character.
206 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
210 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
215 # define ISSLASH(C) ((C) == '/')
216 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
relocatable.c 67 ISSLASH(C) tests whether C is a directory separator character.
72 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 # define ISSLASH(C) ((C) == '/')
192 if (ISSLASH (*p))
224 if (ISSLASH (*rpi) || ISSLASH (*cpi))
226 if (ISSLASH (*rpi) && ISSLASH (*cpi))
418 if (ISSLASH (pathname[orig_prefix_len]))
localcharset.c 78 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
85 #ifndef ISSLASH
86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
127 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
l10nflist.c 66 ISSLASH(C) tests whether C is a directory separator character.
72 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
79 # define ISSLASH(C) ((C) == '/')
80 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
dcigettext.c 194 ISSLASH(C) tests whether C is a directory separator character.
201 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
210 # define ISSLASH(C) ((C) == '/')
211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 278 milliseconds