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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h100 #define DIR_SEPARATOR_2 '/' macro
105 #ifndef DIR_SEPARATOR_2
107 #else /* DIR_SEPARATOR_2 */
109 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
110 #endif /* DIR_SEPARATOR_2 */
H A DInstrProfilingUtil.c309 #if defined(DIR_SEPARATOR_2)
310 const char *Sep2 = strchr(Path, DIR_SEPARATOR_2);
319 #if defined(DIR_SEPARATOR_2)
320 const char *Sep2 = strrchr(Path, DIR_SEPARATOR_2);
/freebsd-current/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-current/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-current/contrib/openbsm/config/
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-current/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-current/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-current/contrib/ntp/sntp/libevent/
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-current/contrib/sqlite3/
H A Dltmain.sh5706 # ifndef DIR_SEPARATOR_2
5707 # define DIR_SEPARATOR_2 '\\'
5714 #ifndef DIR_SEPARATOR_2
5716 #else /* DIR_SEPARATOR_2 */
5718 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5719 #endif /* DIR_SEPARATOR_2 */
/freebsd-current/contrib/openpam/
H A Dltmain.sh5871 # ifndef DIR_SEPARATOR_2
5872 # define DIR_SEPARATOR_2 '\\'
5879 #ifndef DIR_SEPARATOR_2
5881 #else /* DIR_SEPARATOR_2 */
5883 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5884 #endif /* DIR_SEPARATOR_2 */
/freebsd-current/contrib/ldns/
H A Dltmain.sh5706 # ifndef DIR_SEPARATOR_2
5707 # define DIR_SEPARATOR_2 '\\'
5714 #ifndef DIR_SEPARATOR_2
5716 #else /* DIR_SEPARATOR_2 */
5718 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5719 #endif /* DIR_SEPARATOR_2 */
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh5829 # ifndef DIR_SEPARATOR_2
5830 # define DIR_SEPARATOR_2 '\\'
5837 #ifndef DIR_SEPARATOR_2
5839 #else /* DIR_SEPARATOR_2 */
5841 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5842 #endif /* DIR_SEPARATOR_2 */

Completed in 351 milliseconds