Searched refs:access (Results 51 - 75 of 167) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dhostent.pm98 To access this functionality without the core overrides,
99 pass the C<use> an empty import list, and then access
H A Dnetent.pm101 To access this functionality without the core overrides,
102 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.c125 /* administrative files access */
133 return (access(Systems[nsystems], R_OK));
135 return (access(Devices[ndevices], R_OK));
137 return (access(Dialers[ndialers], R_OK));
145 (void) sprintf(errformat, "bad access type %d", type);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c281 if (access(sp, F_OK) != 0) {
284 if (access(sp, F_OK) != 0) {
287 if (access(sp, F_OK) != 0) {
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h220 * direct access to sh is obsolete, use sh_getinterp() instead
233 # define access(a,b) sh_access(a,b) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm76 Can be trimmed if you compile for one access method.
H A Dstrict.pm87 This generates a compile-time error if you access a variable that wasn't
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_pwdutil.c219 if (unlink(SMBFS_OPASSWD) && access(SMBFS_OPASSWD, 0) == 0) {
318 if (unlink(SMBFS_OPASSWD) && access(SMBFS_OPASSWD, 0) == 0) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c434 if (access(location, F_OK|R_OK) == -1) {
448 if (access(dtpath, F_OK|R_OK) == -1) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm225 a single integer to a hash element will cause both the access and
228 set the access time and the second element will be used to set the modification
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_print.c441 printObjRights(const char *msg, void *access) { argument
442 uchar_t *a = access;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c503 if (access(location, F_OK|R_OK) == -1) {
517 if (access(dtpath, F_OK|R_OK) == -1) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c121 if (access(filespec, W_OK) == 0)
127 * We're on a substandard OS that doesn't support access. So
145 if (access(filespec, R_OK) == 0)
151 * We're on a substandard OS that doesn't support access. So
260 /* Check that current uid has read access. */
/osnet-11/usr/src/lib/libadm/common/
H A Dpkginfo.c77 * EACCESS - unable to access files which should have been there
257 if (access(temp, 0) == 0)
262 if (access(temp, 0) == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm236 To access this functionality without the core overrides, pass the
237 C<use> an empty import list, and then access function functions
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist121 83 Can not access a needed shared library
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c347 if (access(first, W_OK) == -1 && errno != ENOENT) {
383 if (access(fn, W_OK) == -1 && errno != ENOENT) {
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_open.c167 * access() system call -- executed by subject process.
172 sysret_t rval; /* return from access() */
173 argdes_t argd[4]; /* arg descriptors for access() */
178 return (access(path, amode));
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h230 * direct access to sh is obsolete, use sh_getinterp() instead
244 # define access(a,b) sh_access(a,b) macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h230 * direct access to sh is obsolete, use sh_getinterp() instead
244 # define access(a,b) sh_access(a,b) macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h230 * direct access to sh is obsolete, use sh_getinterp() instead
244 # define access(a,b) sh_access(a,b) macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h230 * direct access to sh is obsolete, use sh_getinterp() instead
244 # define access(a,b) sh_access(a,b) macro
/osnet-11/usr/src/lib/libnsctl/common/
H A Dcache.c186 if (access(_NSC_CKDCHK_PATH, X_OK) != 0)
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h54 int (*access) (const char *, int); member in struct:fuse_operations_compat25
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c345 if (access(cmdbuf, X_OK) < 0)

Completed in 48 milliseconds

1234567