Searched defs:writable (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/file/
H A Dktfile.h63 uchar_t writable:1; /* Was the file opened for writing? */ member in struct:_krb5_ktfile_data
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c43 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
69 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
260 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c159 profile_is_writable(profile_t profile, int *writable) argument
164 if (!writable)
168 *writable = profile_file_is_writable(profile->first_file);
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c1276 ** WRITABLE -- predicate returning if the file is writable.
1284 ** not writable. This is also enforced by mailfile.
1300 writable(filename, ctladdr, flags) function
1310 sm_dprintf("writable(%s, 0x%lx)\n", filename, flags);
1313 ** File does exist -- check that it is writable.
1589 /* check for writable parent directory */
1725 /* if path was writable, check to avoid file giveaway tricks */
1811 sm_dprintf("include: %s is %s writable, marked unsafe\n",
1817 "%s: %s writable %s file, marked unsafe",

Completed in 33 milliseconds