Home
last modified time | relevance | path

Searched refs:ISSLASH (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Drelocatable.c72 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
81 # define ISSLASH(C) ((C) == '/') macro
192 if (ISSLASH (*p)) in compute_curr_prefix()
224 if (ISSLASH (*rpi) || ISSLASH (*cpi)) in compute_curr_prefix()
226 if (ISSLASH (*rpi) && ISSLASH (*cpi)) in compute_curr_prefix()
418 if (ISSLASH (pathname[orig_prefix_len])) in relocate()
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])); in get_charset_aliases()
Dl10nflist.c72 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
79 # define ISSLASH(C) ((C) == '/') macro
80 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
Ddcigettext.c201 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
210 # define ISSLASH(C) ((C) == '/') macro
211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])