Searched refs:PATH_SEP (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | constants.c | 40 "~/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 D | krb5_locl.h | 197 #ifndef PATH_SEP 198 #define PATH_SEP ":" macro
|
| H A D | context.c | 699 l = strsep_copy(&q, PATH_SEP, NULL, 0); in krb5_prepend_config_files() 707 (void)strsep_copy(&p, PATH_SEP, fn, l + 1); in krb5_prepend_config_files() 787 REG_NONE, 0, PATH_SEP); in _krb5_get_default_config_config_files_from_registry() 797 REG_NONE, 0, PATH_SEP); in _krb5_get_default_config_config_files_from_registry()
|
| H A D | test_config.c | 95 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | util.c | 1004 if ((needle == pathname || needle[-1] == PATH_SEP) in pathnameHas2Dots() 1005 && (needle[2] == '\0' || needle[2] == PATH_SEP)) { in pathnameHas2Dots() 1063 while (pathname[len] == PATH_SEP) { in convertPathnameToDirName() 1074 pos = strrchr(pathname, PATH_SEP); in convertPathnameToDirName() 1087 if (pathname[0] == PATH_SEP) in trimLeadingRootChar() 1096 if ((pathname[0] == '.') && (pathname[1] == PATH_SEP)) in trimLeadingCurrentDirConst() 1134 if (dir1Size > 0 && *(buffer - 1) != PATH_SEP) { in mallocAndJoin2Dir() 1135 *buffer = PATH_SEP; in mallocAndJoin2Dir() 1180 while ((sp = strchr(pp, PATH_SEP)) != NULL) { in mirrorSrcDirRecursive() 1186 *sp = PATH_SEP; in mirrorSrcDirRecursive() [all …]
|
| H A D | util.h | 121 #define PATH_SEP '\\' macro 124 #define PATH_SEP '/' macro
|
| H A D | fileio.c | 882 filename = strrchr(filenameTable[u], PATH_SEP); in FIO_checkFilenameCollisions()
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test_env.sh.in | 26 PATH_SEP=":"
|
| H A D | basic.sh | 270 export PKG_CONFIG_PATH="${selfdir}/lib1${PATH_SEP}${selfdir}/lib2"
|
| /freebsd/contrib/bzip2/ |
| H A D | bzip2.c | 77 # define PATH_SEP '/' macro 134 # define PATH_SEP '\\' macro 1821 if (*tmp == PATH_SEP) progName = tmp + 1; in main()
|