Searched refs:ISSLASH (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dbasename-lgpl.c36 while (ISSLASH (*base))
41 if (ISSLASH (*p))
63 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--)
67 && ISSLASH (name[0]) && ISSLASH (name[1]) && ! name[2])
71 && len == prefix_len && ISSLASH (name[prefix_len]))
H A Ddirname-lgpl.c40 && ISSLASH (file[prefix_length]))
41 : (ISSLASH (file[0])
43 && ISSLASH (file[1]) && ! ISSLASH (file[2])
50 if (! ISSLASH (file[length - 1]))
77 && file[2] != '\0' && ! ISSLASH (file[2])));
H A Ddosname.h35 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
38 # define ISSLASH(C) ((C) == '/') macro
46 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)])
49 (ISSLASH ((F)[0]) || FILE_SYSTEM_PREFIX_LEN (F) != 0)
H A Dbasename.c40 if (ISSLASH (base[length]))
H A Dstat.c89 if (ISSLASH (name[len - 1]))
118 if (ISSLASH (fixed_name[len - 1]))
121 while (len && ISSLASH (fixed_name[len - 1]))
H A Dlocalcharset.c86 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
93 #ifndef ISSLASH
94 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
140 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
/external/e2fsprogs/intl/
H A Drelocatable.c72 ISSLASH(C) tests whether C is a directory separator character.
77 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
86 # define ISSLASH(C) ((C) == '/') macro
199 if (ISSLASH (*p))
231 if (ISSLASH (*rpi) || ISSLASH (*cpi))
233 if (ISSLASH (*rpi) && ISSLASH (*cpi))
428 if (ISSLASH (pathname[orig_prefix_len]))
H A Dlocalcharset.c78 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
85 #ifndef ISSLASH
86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
127 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
H A Dl10nflist.c67 ISSLASH(C) tests whether C is a directory separator character.
73 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
77 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
80 # define ISSLASH(C) ((C) == '/') macro
81 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
H A Ddcigettext.c199 ISSLASH(C) tests whether C is a directory separator character.
206 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
210 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
215 # define ISSLASH(C) ((C) == '/') macro
216 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])

Completed in 8134 milliseconds