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

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dbasename.c22 #ifndef DIR_SEPARATOR
23 #define DIR_SEPARATOR '/' macro
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
39 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A Dmake-temp-file.c53 #ifndef DIR_SEPARATOR
54 #define DIR_SEPARATOR '/' macro
83 static const char tmp[] = { DIR_SEPARATOR, 't', 'm', 'p', 0 };
85 { DIR_SEPARATOR, 'u', 's', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
87 { DIR_SEPARATOR, 'v', 'a', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
140 /* Append DIR_SEPARATOR to the directory we've chosen
145 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))
260 nstore[1] = DIR_SEPARATOR;
268 nstore[endp - startp] = DIR_SEPARATOR;
371 *(ptr++) = DIR_SEPARATOR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dbasename.c22 #ifndef DIR_SEPARATOR
23 #define DIR_SEPARATOR '/' macro
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
39 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A Dmake-temp-file.c53 #ifndef DIR_SEPARATOR
54 #define DIR_SEPARATOR '/' macro
83 static const char tmp[] = { DIR_SEPARATOR, 't', 'm', 'p', 0 };
85 { DIR_SEPARATOR, 'u', 's', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
87 { DIR_SEPARATOR, 'v', 'a', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
135 /* Append DIR_SEPARATOR to the directory we've chosen
140 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))
260 nstore[1] = DIR_SEPARATOR;
268 nstore[endp - startp] = DIR_SEPARATOR;
371 *(ptr++) = DIR_SEPARATOR;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dbasename.c22 #ifndef DIR_SEPARATOR
23 #define DIR_SEPARATOR '/' macro
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
39 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A Dmake-temp-file.c49 #ifndef DIR_SEPARATOR
50 #define DIR_SEPARATOR '/' macro
77 static const char tmp[] = { DIR_SEPARATOR, 't', 'm', 'p', 0 };
79 { DIR_SEPARATOR, 'u', 's', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
81 { DIR_SEPARATOR, 'v', 'a', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
123 /* Append DIR_SEPARATOR to the directory we've chosen
128 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))
257 nstore[1] = DIR_SEPARATOR;
265 nstore[endp - startp] = DIR_SEPARATOR;
376 *(ptr++) = DIR_SEPARATOR;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dbasename.c22 #ifndef DIR_SEPARATOR
23 #define DIR_SEPARATOR '/' macro
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
39 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A Dmake-temp-file.c54 #ifndef DIR_SEPARATOR
55 #define DIR_SEPARATOR '/' macro
84 static const char tmp[] = { DIR_SEPARATOR, 't', 'm', 'p', 0 };
86 { DIR_SEPARATOR, 'u', 's', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
88 { DIR_SEPARATOR, 'v', 'a', 'r', DIR_SEPARATOR, 't', 'm', 'p', 0 };
141 /* Append DIR_SEPARATOR to the directory we've chosen
146 tmpdir[len] = DIR_SEPARATOR;
H A Dmake-relative-prefix.c73 #ifndef DIR_SEPARATOR
74 # define DIR_SEPARATOR '/' macro
91 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
94 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
261 nstore[1] = DIR_SEPARATOR;
269 nstore[endp - startp] = DIR_SEPARATOR;
372 *(ptr++) = DIR_SEPARATOR;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dprefix.c60 Once all this is done, any '/' will be converted to DIR_SEPARATOR,
338 /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */
339 if (DIR_SEPARATOR_2 != DIR_SEPARATOR)
340 tr (result, DIR_SEPARATOR_2, DIR_SEPARATOR);
343 #if defined (DIR_SEPARATOR) && !defined (DIR_SEPARATOR_2)
344 if (DIR_SEPARATOR != '/')
345 tr (result, '/', DIR_SEPARATOR);
H A Dlto-wrapper.c334 { '.', DIR_SEPARATOR, '\0' };
H A Dsystem.h543 #ifndef DIR_SEPARATOR
544 # define DIR_SEPARATOR '/' macro
H A Dincpath.c51 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 };
H A Dgcc.c120 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 };
3738 nstore[endp - startp] = DIR_SEPARATOR;
3772 nstore[endp - startp] = DIR_SEPARATOR;
3805 nstore[endp - startp] = DIR_SEPARATOR;
4159 tmp[len] = DIR_SEPARATOR;
6648 *cp++ = DIR_SEPARATOR;
H A Dgensupport.c222 static const char sep[2] = { DIR_SEPARATOR, '\0' };
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprefix.c61 Once all this is done, any '/' will be converted to DIR_SEPARATOR,
339 /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */
340 if (DIR_SEPARATOR_2 != DIR_SEPARATOR)
341 tr (result, DIR_SEPARATOR_2, DIR_SEPARATOR);
344 #if defined (DIR_SEPARATOR) && !defined (DIR_SEPARATOR_2)
345 if (DIR_SEPARATOR != '/')
346 tr (result, '/', DIR_SEPARATOR);
H A Dsystem.h523 #ifndef DIR_SEPARATOR
524 # define DIR_SEPARATOR '/' macro
H A Dprotoize.c677 dir_last_slash = strrchr (dir_name, DIR_SEPARATOR);
719 dir_last_slash = strrchr (dir_name, DIR_SEPARATOR);
1086 *(endp-1) = DIR_SEPARATOR; /* overwrite null */
1244 *rel_buf_p++ = DIR_SEPARATOR;
2172 *p++ = DIR_SEPARATOR;
2185 dir_end = strrchr (aux_info_relocated_name, DIR_SEPARATOR);
4315 *(syscalls_absolute_filename + syscalls_len++) = DIR_SEPARATOR;
4398 pname = strrchr (argv[0], DIR_SEPARATOR);
H A Dgcc.c110 static const char dir_separator_str[] = { DIR_SEPARATOR, 0 };
3343 nstore[endp - startp] = DIR_SEPARATOR;
3377 nstore[endp - startp] = DIR_SEPARATOR;
3410 nstore[endp - startp] = DIR_SEPARATOR;
3692 tmp[len] = DIR_SEPARATOR;
5990 *cp++ = DIR_SEPARATOR;
H A Dgensupport.c222 static const char sep[2] = { DIR_SEPARATOR, '\0' };
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dltmain.sh4717 #ifndef DIR_SEPARATOR
4718 #define DIR_SEPARATOR '/'
4730 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4733 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4839 sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/
H A Dltmain.sh4226 #ifndef DIR_SEPARATOR
4227 # define DIR_SEPARATOR '/'
4244 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4247 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4746 /* search backwards for last DIR_SEPARATOR */

Completed in 291 milliseconds

12