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

/freebsd-10-stable/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 Dtest_config.c95 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
H A Dcontext.c695 l = strsep_copy(&q, PATH_SEP, NULL, 0);
703 (void)strsep_copy(&p, PATH_SEP, fn, l + 1);
783 REG_NONE, 0, PATH_SEP);
793 REG_NONE, 0, PATH_SEP);
/freebsd-10-stable/contrib/groff/src/include/
H A Dnonposix.h93 # define PATH_SEP ";" macro
204 #ifndef PATH_SEP
205 # define PATH_SEP ":" macro
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp54 strcat(dirs, PATH_SEP);
58 strcat(dirs, PATH_SEP);
62 strcat(dirs, PATH_SEP);
H A Drelocate.cpp134 char *ext = strtok(tmpathext, PATH_SEP);
143 ext = strtok(0, PATH_SEP);
/freebsd-10-stable/contrib/texinfo/lib/
H A Dsystem.h221 # define PATH_SEP ":" macro
224 # define PATH_SEP ";" macro
248 # define PATH_SEP ":" macro
/freebsd-10-stable/contrib/texinfo/info/
H A Dfilesys.c272 PATH_SEP character, return the next one after IDX, or NULL if there
287 /* Advance to next PATH_SEP. */
288 while (string[i] && string[i] != PATH_SEP[0])
296 i++; /* move past PATH_SEP */
390 strcat (infopath, PATH_SEP);
397 strcat (infopath, PATH_SEP);
H A Dinfo.c321 if (len && path_from_env[len - 1] == PATH_SEP[0])
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dfiles.c45 int path_sep_char = PATH_SEP[0];
141 strcat (strcat (include_files_path, PATH_SEP), ".");
149 strcat (include_files_path, PATH_SEP);
163 strcat (include_files_path, PATH_SEP);
/freebsd-10-stable/contrib/bzip2/
H A Dbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
1821 if (*tmp == PATH_SEP) progName = tmp + 1;

Completed in 229 milliseconds