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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h99 #define DIR_SEPARATOR '\\' macro
102 #define DIR_SEPARATOR '/' macro
106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
109 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
H A DInstrProfilingUtil.c301 Dest[PrefixLen++] = DIR_SEPARATOR;
308 const char *Sep = strchr(Path, DIR_SEPARATOR);
318 const char *Sep = strrchr(Path, DIR_SEPARATOR);
H A DInstrProfilingFile.c953 FilenameBuf[J + TmpDirLength] = DIR_SEPARATOR;
/freebsd-current/contrib/unbound/
H A Dltmain.sh5605 #ifndef DIR_SEPARATOR
5606 # define DIR_SEPARATOR '/'
5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6130 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/crypto/heimdal/
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 */
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh5605 #ifndef DIR_SEPARATOR
5606 # define DIR_SEPARATOR '/'
5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6130 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/file/
H A Dltmain.sh5608 #ifndef DIR_SEPARATOR
5609 # define DIR_SEPARATOR '/'
5626 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5629 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6133 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5605 #ifndef DIR_SEPARATOR
5606 # define DIR_SEPARATOR '/'
5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6130 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh5605 #ifndef DIR_SEPARATOR
5606 # define DIR_SEPARATOR '/'
5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6130 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh5697 #ifndef DIR_SEPARATOR
5698 # define DIR_SEPARATOR '/'
5715 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5718 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6222 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/openpam/
H A Dltmain.sh5862 #ifndef DIR_SEPARATOR
5863 # define DIR_SEPARATOR '/'
5880 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5883 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6387 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/ldns/
H A Dltmain.sh5697 #ifndef DIR_SEPARATOR
5698 # define DIR_SEPARATOR '/'
5715 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5718 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6222 /* search backwards for last DIR_SEPARATOR */
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh5820 #ifndef DIR_SEPARATOR
5821 # define DIR_SEPARATOR '/'
5838 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5841 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
6345 /* search backwards for last DIR_SEPARATOR */

Completed in 290 milliseconds