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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro
H A DInstrProfilingUtil.c74 if (!IS_DIR_SEPARATOR(path[i]))
291 if (!IS_DIR_SEPARATOR(*Ptr))
300 if (!IS_DIR_SEPARATOR(Prefix[PrefixLen - 1]))
/freebsd-current/contrib/unbound/
H A Dltmain.sh5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5625 # define IS_DIR_SEPARATOR(ch) \
5957 if (IS_DIR_SEPARATOR (*name))
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
6132 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6134 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/crypto/heimdal/
H A Dltmain.sh4244 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4246 # define IS_DIR_SEPARATOR(ch) \
4573 if (IS_DIR_SEPARATOR (*name))
4646 if (IS_DIR_SEPARATOR (wrapper[0]))
4748 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
4750 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5625 # define IS_DIR_SEPARATOR(ch) \
5957 if (IS_DIR_SEPARATOR (*name))
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
6132 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6134 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/file/
H A Dltmain.sh5626 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5628 # define IS_DIR_SEPARATOR(ch) \
5960 if (IS_DIR_SEPARATOR (*name))
6033 if (IS_DIR_SEPARATOR (wrapper[0]))
6135 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6137 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5625 # define IS_DIR_SEPARATOR(ch) \
5957 if (IS_DIR_SEPARATOR (*name))
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
6132 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6134 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5625 # define IS_DIR_SEPARATOR(ch) \
5957 if (IS_DIR_SEPARATOR (*name))
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
6132 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6134 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh5715 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5717 # define IS_DIR_SEPARATOR(ch) \
6049 if (IS_DIR_SEPARATOR (*name))
6122 if (IS_DIR_SEPARATOR (wrapper[0]))
6224 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6226 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/openpam/
H A Dltmain.sh5880 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5882 # define IS_DIR_SEPARATOR(ch) \
6214 if (IS_DIR_SEPARATOR (*name))
6287 if (IS_DIR_SEPARATOR (wrapper[0]))
6389 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6391 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/ldns/
H A Dltmain.sh5715 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5717 # define IS_DIR_SEPARATOR(ch) \
6049 if (IS_DIR_SEPARATOR (*name))
6122 if (IS_DIR_SEPARATOR (wrapper[0]))
6224 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6226 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh5838 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5840 # define IS_DIR_SEPARATOR(ch) \
6172 if (IS_DIR_SEPARATOR (*name))
6245 if (IS_DIR_SEPARATOR (wrapper[0]))
6347 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6349 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))

Completed in 330 milliseconds