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

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dconstants.c41 "%{ApplicationResources}/com.apple.Kerberos.plist" PATH_SEP
42 "~/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
43 "~/Library/Preferences/edu.mit.Kerberos" PATH_SEP
44 "~/.krb5/config" PATH_SEP
47 "%{ApplicationResources}/com.apple.Kerberos.plist" PATH_SEP
48 "~/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
49 "/Library/Preferences/com.apple.Kerberos.plist" PATH_SEP
50 "~/Library/Preferences/edu.mit.Kerberos" PATH_SEP
51 "/Library/Preferences/edu.mit.Kerberos" PATH_SEP
53 "~/.krb5/config" PATH_SEP
[all...]
H A Dkrb5_locl.h214 #ifndef PATH_SEP
215 #define PATH_SEP ":" macro
H A Dtest_config.c95 { "/tmp/foo" PATH_SEP "/tmp/foo/bar", NULL },
H A Dcontext.c879 l = strsep_copy(&q, PATH_SEP, NULL, 0);
887 (void)strsep_copy(&p, PATH_SEP, fn, l + 1);
963 REG_NONE, 0, PATH_SEP);
973 REG_NONE, 0, PATH_SEP);
/macosx-10.10.1/groff-38/groff/src/include/
H A Dnonposix.h93 # define PATH_SEP ";" macro
204 #ifndef PATH_SEP
205 # define PATH_SEP ":" macro
/macosx-10.10.1/groff-38/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);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Ddefines.h212 #define PATH_SEP ";" macro
214 #define PATH_SEP ":" macro
216 #define PATH_SEP_CHAR PATH_SEP[0]
/macosx-10.10.1/vim-55/src/xxd/
H A Dxxd.c162 # define PATH_SEP '\\' macro
168 # define PATH_SEP '/' macro
175 # define PATH_SEP ']' macro
182 # define PATH_SEP '/' macro
465 if (*pp++ == PATH_SEP)
/macosx-10.10.1/Heimdal-398.1.2/include/
H A Dconfig.h.w32106 #define PATH_SEP ";"
/macosx-10.10.1/ruby-106/ruby/
H A Ddln_find.c223 ep = strchr(dp, PATH_SEP[0]);
H A Dfile.c5567 rb_define_const(rb_cFile, "PATH_SEPARATOR", rb_obj_freeze(rb_str_new2(PATH_SEP)));
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
1852 if (*tmp == PATH_SEP) progName = tmp + 1;

Completed in 153 milliseconds