Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconstants.c45 "~/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
46 "/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
47 "~/Library/Preferences/edu.mit.Kerberos" PATH_SEP
48 "/Library/Preferences/edu.mit.Kerberos" PATH_SEP
50 "~/.krb5/config" PATH_SEP
51 SYSCONFDIR "/krb5.conf" PATH_SEP
53 "%{COMMON_APPDATA}/Kerberos/krb5.conf" PATH_SEP
H A Dkrb5_locl.h167 #ifndef PATH_SEP
168 #define PATH_SEP ":" macro
H A Dcontext.c750 l = strsep_copy(&q, PATH_SEP, NULL, 0); in krb5_prepend_config_files()
758 (void)strsep_copy(&p, PATH_SEP, fn, l + 1); in krb5_prepend_config_files()
838 REG_NONE, 0, PATH_SEP); in _krb5_get_default_config_config_files_from_registry()
848 REG_NONE, 0, PATH_SEP); in _krb5_get_default_config_config_files_from_registry()
H A Dtest_config.c97 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h95 # define PATH_SEP ";" macro
206 #ifndef PATH_SEP
207 # define PATH_SEP ":" macro
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dsystem.h223 # define PATH_SEP ":" macro
226 # define PATH_SEP ";" macro
250 # define PATH_SEP ":" macro
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsearchpath.cpp56 strcat(dirs, PATH_SEP); in search_path()
60 strcat(dirs, PATH_SEP); in search_path()
64 strcat(dirs, PATH_SEP); in search_path()
H A Drelocate.cpp136 char *ext = strtok(tmpathext, PATH_SEP); in searchpathext()
145 ext = strtok(0, PATH_SEP); in searchpathext()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c46 int path_sep_char = PATH_SEP[0]; in extract_colon_unit()
142 strcat (strcat (include_files_path, PATH_SEP), "."); in prepend_to_include_path()
150 strcat (include_files_path, PATH_SEP); in prepend_to_include_path()
164 strcat (include_files_path, PATH_SEP); in append_to_include_path()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dfilesys.c290 while (string[i] && string[i] != PATH_SEP[0]) in extract_colon_unit()
392 strcat (infopath, PATH_SEP); in info_add_path()
399 strcat (infopath, PATH_SEP); in info_add_path()
H A Dinfo.c322 if (len && path_from_env[len - 1] == PATH_SEP[0]) in main()
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c79 # define PATH_SEP '/' macro
136 # define PATH_SEP '\\' macro
1828 if (*tmp == PATH_SEP) progName = tmp + 1; in main()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.116111 (main): Use PATH_SEP[0] instead of literal ':'. Use BSHELL_DASH_C
139 (search_path::search_path): Use PATH_SEP instead of a literal
142 (search_path::open_file): Use IS_ABSOLUTE, PATH_SEP and DIR_SEPS,
H A DChangeLog2765 Replace `PATH_SEP[0]' with `PATH_SEP_CHAR' everywhere.
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.w32106 #define PATH_SEP ";"
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.466189 > PATH_SEP to separate directories.
6205 > (extract_colon_unit, info_add_path): Use PATH_SEP instead of ":".
6231 > * lib/system.h (PATH_SEP, STRIP_DOT_EXE, FILENAME_CMPN,
6237 > IS_SLASH, HAVE_DRIVE, IS_ABSOLUTE, FILENAME_CMP, PATH_SEP,
6249 > (main, extract_colon_unit): Use PATH_SEP instead of ':'.
H A DChangeLog4741 * lib/system.h (DEFAULT_TMPDIR,PATH_SEP) [O_BINARY && !__unix__]: