Searched refs:writable (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh37 # Check the group- and world-writable bits on the given file.
42 echo $2: $1 is group and world writable
45 echo $2: $1 is world writable
48 echo $2: $1 is group writable
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c52 extern int32_t writable(char *);
134 /* check only writable filesystems */
192 if (wflag && !writable(*argv)) {
H A Dutilities.c553 writable(char *name) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c162 profile_is_writable(profile_t profile, int *writable) argument
167 if (!writable)
171 *writable = (profile->first_file->data->flags & PROFILE_FILE_RW);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h62 (profile_t profile, int *writable);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c110 #define TALKABLE 0220 /* tty is writable if this mode */
126 char writable; /* tty is writable */ member in struct:person
563 pers->writable ? ' ' : '*',
598 if (pers->loggedin && !pers->writable) {
642 if (pers->loggedin && !pers->writable) {
828 pers->writable = (ttystatus.st_mode & TALKABLE) == TALKABLE;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h619 int writable(caddr_t);
H A Dmain.c158 #define ONLY_WRITES 3 /* check all writable filesystems */
240 /* check only writable filesystems */
315 if (wflag && !writable(*argv)) {
H A Dutilities.c1088 writable(caddr_t name) function
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c992 * _BACKEND_READONLY backend is not writable
1193 * if the repository has been upgraded before it is writable, so that
1264 * If we don't *need* to be writable, only check every once in a
1277 * the persistent path to see if it is writable. The
1278 * non-persistent path will always be writable.
1306 * swap the db handles. Mark ourself as writable, upgrade the
1456 * _BACKEND_READONLY backend is not writable
1620 * REP_PROTOCOL_FAIL_BACKEND_READONLY backend is not writable
2009 * not be writable at this point. Actual upgrade is carried out
2018 * check if we are writable
2108 backend_tx_begin_common(backend_type_t t, backend_tx_t **txp, int writable) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c379 if (writable(dlbuf, NULL, sff) &&
417 if (!writable(DeadLetterDrop, NULL, sff) ||
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",
H A Dsendmail.h2240 EXTERN bool UseMSP; /* mail submission: group writable queue ok? */
2671 extern bool writable __P((char *, ADDRESS *, long));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c420 int writable = 1; local
427 !zone_dataset_visible(dataset, &writable))
444 /* must be writable by this zone */
445 if (!writable)

Completed in 319 milliseconds