Searched refs:DIR_SEPARATOR_2 (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dbasename.c29 #ifndef DIR_SEPARATOR_2
30 #define DIR_SEPARATOR_2 '\\' macro
35 #ifndef DIR_SEPARATOR_2
37 #else /* DIR_SEPARATOR_2 */
39 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
40 #endif /* DIR_SEPARATOR_2 */
H A Dmake-relative-prefix.c81 # ifndef DIR_SEPARATOR_2
82 # define DIR_SEPARATOR_2 '\\' macro
89 #ifndef DIR_SEPARATOR_2
93 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dbasename.c29 #ifndef DIR_SEPARATOR_2
30 #define DIR_SEPARATOR_2 '\\' macro
35 #ifndef DIR_SEPARATOR_2
37 #else /* DIR_SEPARATOR_2 */
39 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
40 #endif /* DIR_SEPARATOR_2 */
H A Dmake-relative-prefix.c81 # ifndef DIR_SEPARATOR_2
82 # define DIR_SEPARATOR_2 '\\' macro
89 #ifndef DIR_SEPARATOR_2
93 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
/freebsd-11-stable/contrib/gcc/
H A Dprefix.c338 #ifdef DIR_SEPARATOR_2
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)
H A Dprotoize.c678 #ifdef DIR_SEPARATOR_2
683 DIR_SEPARATOR_2);
720 #ifdef DIR_SEPARATOR_2
725 DIR_SEPARATOR_2);
2186 #ifdef DIR_SEPARATOR_2
2191 DIR_SEPARATOR_2);
4400 #ifdef DIR_SEPARATOR_2
4404 slash = strrchr (pname ? pname : argv[0], DIR_SEPARATOR_2);
H A Dsystem.h528 # define DIR_SEPARATOR_2 '\\' macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h92 #define DIR_SEPARATOR_2 '/' macro
97 #ifndef DIR_SEPARATOR_2
99 #else /* DIR_SEPARATOR_2 */
101 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
102 #endif /* DIR_SEPARATOR_2 */
H A DInstrProfilingUtil.c298 #if defined(DIR_SEPARATOR_2)
299 const char *Sep2 = strchr(Path, DIR_SEPARATOR_2);
308 #if defined(DIR_SEPARATOR_2)
309 const char *Sep2 = strrchr(Path, DIR_SEPARATOR_2);
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh6368 # ifndef DIR_SEPARATOR_2
6369 # define DIR_SEPARATOR_2 '\\'
6376 #ifndef DIR_SEPARATOR_2
6378 #else /* DIR_SEPARATOR_2 */
6380 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6381 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh4241 # ifndef DIR_SEPARATOR_2
4242 # define DIR_SEPARATOR_2 '\\'
4249 #ifndef DIR_SEPARATOR_2
4251 #else /* DIR_SEPARATOR_2 */
4253 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4254 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh4274 # ifndef DIR_SEPARATOR_2
4275 # define DIR_SEPARATOR_2 '\\'
4282 #ifndef DIR_SEPARATOR_2
4284 #else /* DIR_SEPARATOR_2 */
4286 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4287 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh4235 # ifndef DIR_SEPARATOR_2
4236 # define DIR_SEPARATOR_2 '\\'
4243 #ifndef DIR_SEPARATOR_2
4245 #else /* DIR_SEPARATOR_2 */
4247 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4248 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5614 # ifndef DIR_SEPARATOR_2
5615 # define DIR_SEPARATOR_2 '\\'
5622 #ifndef DIR_SEPARATOR_2
5624 #else /* DIR_SEPARATOR_2 */
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5627 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh5614 # ifndef DIR_SEPARATOR_2
5615 # define DIR_SEPARATOR_2 '\\'
5622 #ifndef DIR_SEPARATOR_2
5624 #else /* DIR_SEPARATOR_2 */
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5627 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/file/
H A Dltmain.sh5617 # ifndef DIR_SEPARATOR_2
5618 # define DIR_SEPARATOR_2 '\\'
5625 #ifndef DIR_SEPARATOR_2
5627 #else /* DIR_SEPARATOR_2 */
5629 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5630 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh5614 # ifndef DIR_SEPARATOR_2
5615 # define DIR_SEPARATOR_2 '\\'
5622 #ifndef DIR_SEPARATOR_2
5624 #else /* DIR_SEPARATOR_2 */
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5627 #endif /* DIR_SEPARATOR_2 */
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh5614 # ifndef DIR_SEPARATOR_2
5615 # define DIR_SEPARATOR_2 '\\'
5622 #ifndef DIR_SEPARATOR_2
5624 #else /* DIR_SEPARATOR_2 */
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5627 #endif /* DIR_SEPARATOR_2 */

Completed in 517 milliseconds