HomeSort by: relevance | last modified time | path
    Searched defs:ISSLASH (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl2/diffutils/dist/lib/
dirname.h 34 # ifndef ISSLASH
35 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
basename.c 38 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
45 #ifndef ISSLASH
46 # define ISSLASH(C) ((C) == '/')
70 if (ISSLASH (*p))
77 if (*base == '\0' && ISSLASH (*name) && all_slashes)
81 assert (all_slashes || !ISSLASH (*(p - 1)));
localcharset.c 74 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 #ifndef ISSLASH
82 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
129 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
progreloc.c 61 ISSLASH(C) tests whether C is a directory separator character.
66 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
75 # define ISSLASH(C) ((C) == '/')
relocatable.c 70 ISSLASH(C) tests whether C is a directory separator character.
75 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
84 # define ISSLASH(C) ((C) == '/')
197 if (ISSLASH (*p))
229 if (ISSLASH (*rpi) || ISSLASH (*cpi))
231 if (ISSLASH (*rpi) && ISSLASH (*cpi))
447 if (ISSLASH (pathname[orig_prefix_len]))
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
basename.c 38 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
45 #ifndef ISSLASH
46 # define ISSLASH(C) ((C) == '/')
70 if (ISSLASH (*p))
77 if (*base == '\0' && ISSLASH (*name) && all_slashes)
81 assert (all_slashes || !ISSLASH (*(p - 1)));
pathname.h 27 ISSLASH(C) tests whether C is a directory separator character.
34 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
44 # define ISSLASH(C) ((C) == '/')
45 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
tmpdir.c 74 ISSLASH(C) tests whether C is a directory separator character.
78 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 # define ISSLASH(C) ((C) == '/')
142 while (dlen >= 1 && ISSLASH (dir[dlen - 1]))
localcharset.c 74 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 #ifndef ISSLASH
82 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
129 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
progreloc.c 61 ISSLASH(C) tests whether C is a directory separator character.
66 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
75 # define ISSLASH(C) ((C) == '/')
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
basename.c 38 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
45 #ifndef ISSLASH
46 # define ISSLASH(C) ((C) == '/')
70 if (ISSLASH (*p))
77 if (*base == '\0' && ISSLASH (*name) && all_slashes)
81 assert (all_slashes || !ISSLASH (*(p - 1)));
pathname.h 27 ISSLASH(C) tests whether C is a directory separator character.
34 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
44 # define ISSLASH(C) ((C) == '/')
45 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
localcharset.c 74 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 #ifndef ISSLASH
82 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
129 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
basename.c 38 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
45 #ifndef ISSLASH
46 # define ISSLASH(C) ((C) == '/')
70 if (ISSLASH (*p))
77 if (*base == '\0' && ISSLASH (*name) && all_slashes)
81 assert (all_slashes || !ISSLASH (*(p - 1)));
  /src/external/gpl2/xcvs/dist/lib/
dirname.h 29 # ifndef ISSLASH
30 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
37 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)])
  /src/external/gpl3/gdb/dist/gnulib/import/
filename.h 32 ISSLASH(C) tests whether C is a directory separator
61 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 ISSLASH ((Filename)[FILE_SYSTEM_PREFIX_LEN (Filename)])
84 (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename))
87 (! (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename)))
93 # define ISSLASH(C) ((C) == '/')
97 # define IS_ABSOLUTE_FILE_NAME(Filename) ISSLASH ((Filename)[0])
98 # define IS_RELATIVE_FILE_NAME(Filename) (! ISSLASH ((Filename)[0]))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
filename.h 32 ISSLASH(C) tests whether C is a directory separator
61 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
81 ISSLASH ((Filename)[FILE_SYSTEM_PREFIX_LEN (Filename)])
84 (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename))
87 (! (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename)))
93 # define ISSLASH(C) ((C) == '/')
97 # define IS_ABSOLUTE_FILE_NAME(Filename) ISSLASH ((Filename)[0])
98 # define IS_RELATIVE_FILE_NAME(Filename) (! ISSLASH ((Filename)[0]))
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
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])
localcharset.c 75 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
82 #ifndef ISSLASH
83 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
130 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
relocatable.c 70 ISSLASH(C) tests whether C is a directory separator character.
75 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
84 # define ISSLASH(C) ((C) == '/')
197 if (ISSLASH (*p))
229 if (ISSLASH (*rpi) || ISSLASH (*cpi))
231 if (ISSLASH (*rpi) && ISSLASH (*cpi))
447 if (ISSLASH (pathname[orig_prefix_len]))
  /src/external/gpl2/grep/dist/intl/
localcharset.c 71 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
78 #ifndef ISSLASH
79 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
120 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
  /src/external/gpl2/texinfo/dist/intl/
l10nflist.c 68 ISSLASH(C) tests whether C is a directory separator character.
74 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
78 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
81 # define ISSLASH(C) ((C) == '/')
82 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
localcharset.c 80 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
87 #ifndef ISSLASH
88 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR)
129 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
  /src/external/gpl3/gcc.old/dist/intl/
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])
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]));

Completed in 33 milliseconds

1 2