Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/krb5/
HDconstants.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"
HDkrb5_locl.h197 #ifndef PATH_SEP
198 #define PATH_SEP ":" macro
HDcontext.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()
HDtest_config.c95 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
/trueos/contrib/groff/src/include/
HDnonposix.h93 # define PATH_SEP ";" macro
204 #ifndef PATH_SEP
205 # define PATH_SEP ":" macro
/trueos/contrib/texinfo/lib/
HDsystem.h221 # define PATH_SEP ":" macro
224 # define PATH_SEP ";" macro
248 # define PATH_SEP ":" macro
/trueos/contrib/groff/src/libs/libgroff/
HDsearchpath.cpp54 strcat(dirs, PATH_SEP); in search_path()
58 strcat(dirs, PATH_SEP); in search_path()
62 strcat(dirs, PATH_SEP); in search_path()
HDrelocate.cpp134 char *ext = strtok(tmpathext, PATH_SEP); in searchpathext()
143 ext = strtok(0, PATH_SEP); in searchpathext()
/trueos/contrib/texinfo/makeinfo/
HDfiles.c44 int path_sep_char = PATH_SEP[0]; in extract_colon_unit()
140 strcat (strcat (include_files_path, PATH_SEP), "."); in prepend_to_include_path()
148 strcat (include_files_path, PATH_SEP); in prepend_to_include_path()
162 strcat (include_files_path, PATH_SEP); in append_to_include_path()
/trueos/contrib/texinfo/info/
HDfilesys.c288 while (string[i] && string[i] != PATH_SEP[0]) in extract_colon_unit()
390 strcat (infopath, PATH_SEP); in info_add_path()
397 strcat (infopath, PATH_SEP); in info_add_path()
HDinfo.c320 if (len && path_from_env[len - 1] == PATH_SEP[0]) in main()
/trueos/contrib/bzip2/
HDbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
1821 if (*tmp == PATH_SEP) progName = tmp + 1; in main()
/trueos/contrib/groff/
HDChangeLog.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,
HDChangeLog2765 Replace `PATH_SEP[0]' with `PATH_SEP_CHAR' everywhere.
/trueos/contrib/texinfo/
HDChangeLog.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 ':'.
HDChangeLog4741 * lib/system.h (DEFAULT_TMPDIR,PATH_SEP) [O_BINARY && !__unix__]: