Home
last modified time | relevance | path

Searched refs:PATH_SEP (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dconstants.c40 "~/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
41 "/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
42 "~/Library/Preferences/edu.mit.Kerberos" PATH_SEP
43 "/Library/Preferences/edu.mit.Kerberos" PATH_SEP
45 "~/.krb5/config" PATH_SEP
48 PATH_SEP "%{COMMON_APPDATA}/Kerberos/krb5.conf"
49 PATH_SEP "%{WINDOWS}/krb5.ini"
51 PATH_SEP "/etc/krb5.conf"
H A Dkrb5_locl.h197 #ifndef PATH_SEP
198 #define PATH_SEP ":" macro
H A Dcontext.c695 l = strsep_copy(&q, PATH_SEP, NULL, 0); in krb5_prepend_config_files()
703 (void)strsep_copy(&p, PATH_SEP, fn, l + 1); in krb5_prepend_config_files()
783 REG_NONE, 0, PATH_SEP); in _krb5_get_default_config_config_files_from_registry()
793 REG_NONE, 0, PATH_SEP); in _krb5_get_default_config_config_files_from_registry()
H A Dtest_config.c95 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
/freebsd-13.1/sys/contrib/zstd/programs/
H A Dutil.h117 #define PATH_SEP '\\' macro
120 #define PATH_SEP '/' macro
H A Dutil.c724 while (pathname[len] == PATH_SEP) { in convertPathnameToDirName()
735 pos = strrchr(pathname, PATH_SEP); in convertPathnameToDirName()
748 if (pathname[0] == PATH_SEP) in trimLeadingRootChar()
757 if ((pathname[0] == '.') && (pathname[1] == PATH_SEP)) in trimLeadingCurrentDirConst()
799 if (trailingChar != PATH_SEP) { in mallocAndJoin2Dir()
800 *buffer = PATH_SEP; in mallocAndJoin2Dir()
844 while ((sp = strchr(pp, PATH_SEP)) != NULL) { in mirrorSrcDirRecursive()
850 *sp = PATH_SEP; in mirrorSrcDirRecursive()
872 (secondDir[firstDirLen] == PATH_SEP || secondDir[firstDirLen] == '\0') && in firstIsParentOrSameDirOfSecond()
H A Dfileio.c745 filename = strrchr(filenameTable[u], PATH_SEP); in FIO_checkFilenameCollisions()
/freebsd-13.1/contrib/bzip2/
H A Dbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
1821 if (*tmp == PATH_SEP) progName = tmp + 1; in main()