Searched refs:DIR_SEPARATOR (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dbasename.c19 #ifndef DIR_SEPARATOR
20 #define DIR_SEPARATOR '/' macro
33 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
36 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A Dmake-temp-file.c49 #ifndef DIR_SEPARATOR
50 #define DIR_SEPARATOR '/' macro
78 static const char tmp[] = { DIR_SEPARATOR, 't', 'm', 'p', 0 };
80 { DIR_SEPARATOR, 'u', 's', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
82 { DIR_SEPARATOR, 'v', 'a', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
124 /* Append DIR_SEPARATOR to the directory we've chosen
129 tmpdir[len] = DIR_SEPARATOR;
H A Dmake-relative-prefix.c72 #ifndef DIR_SEPARATOR
73 # define DIR_SEPARATOR '/' macro
90 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
93 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
264 nstore[1] = DIR_SEPARATOR;
272 nstore[endp - startp] = DIR_SEPARATOR;
383 *(ptr++) = DIR_SEPARATOR;
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh3203 #ifndef DIR_SEPARATOR
3204 # define DIR_SEPARATOR '/'
3221 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
3224 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
3783 /* search backwards for last DIR_SEPARATOR */

Completed in 280 milliseconds