Searched refs:access (Results 26 - 50 of 167) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm83 To access this functionality without the core overrides,
84 pass the C<use> an empty import list, and then access
H A Dservent.pm85 To access this functionality without the core overrides,
86 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm77 To access this functionality without the core overrides,
78 pass the C<use> an empty import list, and then access
H A Dlocaltime.pm73 To access this functionality without the core overrides,
74 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm82 To access this functionality without the core overrides,
83 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/lib/libast/common/comp/
H A Dopen.c68 if ((op & O_EXCL) && !access(path, F_OK))
H A Dspawnveg.c72 if (!access(path, X_OK))
171 if (access(path, X_OK))
/osnet-11/usr/src/lib/libgen/common/
H A Dmkdirp.c85 if (access(str, F_OK) == 0)
H A Dpathfind.c69 * Note that pathfind uses access(2), so no need to hassle
175 if (access(cpath, imode&07) == 0 &&
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c34 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm224 If a typed lexical variable holding a reference is used to access a
227 turned into an array access at compile time.
242 fields which are as compact and as fast arrays to access. This only
244 variables. If the objects are not typed, access is only checked at
H A DEnv.pm18 when this access method is inconvenient, the Perl module C<Env> allows
31 You may access its value
41 however you'd like. Bear in mind, however, that each access to a tied array
/osnet-11/usr/src/lib/libcmd/common/
H A Dgetconf.c284 if ((cmd = oargv[0]) && *cmd == '/' && !access(cmd, X_OK))
351 if (!access(buf, X_OK))
369 if (!access(buf, X_OK))
H A Dmkdir.c157 if (mkdir(path, n ? dmode : mode) < 0 && errno != EEXIST && access(path, F_OK) < 0)
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dabienv.c145 if (access(name, R_OK)) {
318 if (access(buf, R_OK) != 0 && strncmp(buf, "/usr/", 5) != 0)
322 if (access(buf, R_OK) != 0 && strncmp(buf, "/usr/", 5) != 0)
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c58 { if(access(interp,X_OK) == 0)
110 { if(access(cmd,X_OK) != 0)
117 if(access(s,X_OK) == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm76 skip any files to which you do not have delete access
77 (if running under VMS) or write access (if running
90 read and write access. Note also that the occurrence of errors in
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c101 if (access(tfp->tf_filenm, F_OK) != 0) {
103 "%s: failed to access file %s\n",
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c97 if (access(efcode_sh_file, X_OK | R_OK)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields.t45 : q[Attempt to access disallowed key 'notthere' in a ].
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpt.c110 if (access(sname, F_OK) == 0)
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_impl.h99 (fs->op.access ? fs->op.access(path, mode) : ENOSYS)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c49 #include <sys/access.h>
280 /* no account => no access */
287 if (access(pbuf, F_OK)) { /* not accessible */
334 * the user himself, or by root. Otherwise, don't grant access.
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c63 /* Solaris Kerberos: access()'s are unsafe and useless */
66 if (access(file, F_OK) < 0) {
73 /* check read access */
74 if (access(file, R_OK) < 0) {
/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c82 if (access(path, 0)) {
91 if (access(path, 0))

Completed in 34 milliseconds

1234567