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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconstants.c42 "~/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
43 "/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
44 "~/Library/Preferences/edu.mit.Kerberos" PATH_SEP
45 "/Library/Preferences/edu.mit.Kerberos" PATH_SEP
47 "~/.krb5/config" PATH_SEP
50 PATH_SEP "%{COMMON_APPDATA}/Kerberos/krb5.conf"
51 PATH_SEP "%{WINDOWS}/krb5.ini"
53 PATH_SEP "/etc/krb5.conf"
H A Dkrb5_locl.h193 #ifndef PATH_SEP
194 #define PATH_SEP ":" macro
H A Dtest_config.c97 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
H A Dcontext.c678 l = strsep_copy(&q, PATH_SEP, NULL, 0);
686 (void)strsep_copy(&p, PATH_SEP, fn, l + 1);
766 REG_NONE, 0, PATH_SEP);
776 REG_NONE, 0, PATH_SEP);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dsystem.h223 # define PATH_SEP ":" macro
226 # define PATH_SEP ";" macro
250 # define PATH_SEP ":" macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h95 # define PATH_SEP ";" macro
206 #ifndef PATH_SEP
207 # define PATH_SEP ":" macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dsearchpath.cpp56 strcat(dirs, PATH_SEP);
60 strcat(dirs, PATH_SEP);
64 strcat(dirs, PATH_SEP);
H A Drelocate.cpp136 char *ext = strtok(tmpathext, PATH_SEP);
145 ext = strtok(0, PATH_SEP);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dfilesys.c274 PATH_SEP character, return the next one after IDX, or NULL if there
289 /* Advance to next PATH_SEP. */
290 while (string[i] && string[i] != PATH_SEP[0])
298 i++; /* move past PATH_SEP */
392 strcat (infopath, PATH_SEP);
399 strcat (infopath, PATH_SEP);
H A Dinfo.c323 if (len && path_from_env[len - 1] == PATH_SEP[0])
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dfiles.c47 int path_sep_char = PATH_SEP[0];
143 strcat (strcat (include_files_path, PATH_SEP), ".");
151 strcat (include_files_path, PATH_SEP);
165 strcat (include_files_path, PATH_SEP);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.w32106 #define PATH_SEP ";"
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzip2.c79 # define PATH_SEP '/' macro
136 # define PATH_SEP '\\' macro
1828 if (*tmp == PATH_SEP) progName = tmp + 1;

Completed in 199 milliseconds