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

/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh34 # Check the group- and world-writable bits on the given file.
39 echo $2: $1 is group and world writable
42 echo $2: $1 is world writable
45 echo $2: $1 is group writable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t38 my $writable = 1;
44 $writable = 0;
131 skip( "Can't write 'tcout' file for tests", 9 ) unless $writable;
/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/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c917 ac_io->io.writable.string.data = va_arg (ap, unsigned char **);
918 ac_io->io.writable.string.data_n = va_arg (ap, size_t *);
922 ac_io->io.writable.callback.cb = va_arg (ap, gcry_ac_data_write_cb_t);
923 ac_io->io.writable.callback.opaque = va_arg (ap, void *);
961 if (*ac_io->io.writable.string.data)
963 p = gcry_realloc (*ac_io->io.writable.string.data,
964 *ac_io->io.writable.string.data_n + buffer_n);
969 if (*ac_io->io.writable.string.data != p)
970 *ac_io->io.writable.string.data = p;
971 memcpy (p + *ac_io->io.writable
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm635 my $writable = substr($data, 0, $len - $delta, "");
636 $self->_write_record($writable);
718 my $writable;
722 $writable = $data;
725 $writable = substr($data, 0, $readsize, "");
727 last if $writable eq "";
729 $self->_write_record($writable);
1088 my @writable = sort {$a<=>$b} (keys %{$self->{deferred}});
1090 while (@writable) {
1091 # gather all consecutive records from the front of @writable
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h89 (profile_t profile, int *writable);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm118 Returns a string representation of the first writable directory from
120 writable:
H A DVMS.pm266 Returns a string representation of the first writable directory
267 from the following list or '' if none are writable:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm127 Returns a string representation of the first writable directory from a
129 if no writable temporary directories are found. The list of directories
H A DTemp.pm107 check, for example, that the sticky bit is set on world writable
414 # that does not exist or is not writable
421 ${$options{ErrStr}} = "Parent directory ($parent) is not writable\n";
427 # If the directory is world writable the sticky bit
680 if (($info[2] & &Fcntl::S_IWGRP) || # Is group writable?
681 ($info[2] & &Fcntl::S_IWOTH) ) { # Is world writable?
690 $$err_ref = "Sticky bit not set on $path when dir is group|world writable"
1591 croak "Error temporary directory is not writable"
1907 is writable, that the umask() is fixed before opening of the file,
1916 program. If the directory is writable b
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm233 warnings::warnif "stream passed to setlogsock, but $syslog_path is not writable";
663 push @$errs, "stream $syslog_path is not writable";
680 push @$errs, "$syslog_path is not writable";
762 push @$errs, "console is not writable";
1066 writable.
1347 =item C<stream passed to setlogsock, but %s is not writable>
1350 path is not writable.
/osnet-11/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.h2302 EXTERN bool UseMSP; /* mail submission: group writable queue ok? */
2739 extern bool writable __P((char *, ADDRESS *, long));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm138 or directory is not writable. Please retry.\n";
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py629 'Attribute %s of %s isn\'t writable' %
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c4847 in format strings in writable memory may crash the program
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm902 # This is an unlink for OS's where the target must be writable first.
1848 Desired permission for read/writable files. Defaults to C<644>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1260 either by the current user or root, and must only be writable by the owner.
1282 be writable by anyone but its owner.
H A DCPAN.pm581 Please make sure the directory exists and is writable.
1137 Carp::confess("$configpm is not writable");
H A DCGI.pm5143 writable. If not, the algorithm tries the next choice.

Completed in 157 milliseconds