Home
last modified time | relevance | path

Searched refs:filespec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c93 assert(d->filespec[0] != 0); \
120 if (access(filespec, W_OK) == 0) in rw_access()
132 f = fopen(filespec, "r+F"); in rw_access()
144 if (access(filespec, R_OK) == 0) in r_access()
157 f = fopen(filespec, "rF"); in r_access()
183 assert(fcopy == d->filespec); in profile_make_prf_data()
216 len = strlen(filespec)+1; in profile_open_file()
217 if (filespec[0] == '~' && filespec[1] == '/') { in profile_open_file()
254 && r_access(data->filespec)) in profile_open_file()
327 if (stat(data->filespec, &st)) { in profile_update_file_data()
[all …]
H A Dprof_init.c101 files[i] = file->data->filespec; in profile_copy()
273 required += strlen(pfp->data->filespec); in profile_ser_size()
313 slen = (prof_int32) strlen(pfp->data->filespec); in profile_ser_externalize()
316 memcpy(bp, pfp->data->filespec, (size_t) slen); in profile_ser_externalize()
H A Dprof_int.h67 const char filespec[sizeof("/etc/krb5.conf")]; member
H A Dprof_set.c48 new_data = profile_make_prf_data(file->data->filespec); in rw_setup()