Searched refs:access (Results 226 - 250 of 504) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c129 prog, vers) > 0 && access(door, F_OK) == 0)
255 return (1); /* deny access if we can't get credentials */
/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c160 if (access(path, F_OK) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/fsck/
H A Ddlog_ck.c229 if (access(dmap_path, F_OK) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c55 while ((n = access(s, i)) == -1 && errno == EINTR)
H A Dfiles.c54 if ((value[0] == '/') && (access(value, F_OK) == 0))
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_demangle.c52 if (access(path, F_OK) == -1)
H A Dmdb_fdio.c137 if (access(buf, F_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm433 Config - access Perl configuration information
522 relate to the actual perl binary which is being used to access it.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm66 This package allows a tied hash to autoload its values on the first access,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields-base.t152 # A simple object creation and attribute access test
166 qr/^Attempt to access disallowed key 'notthere' in a restricted hash/;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DExacct.pod18 This module provides access to the C<ea_error(3EXACCT)> function and for all the
59 This function provides access to the C<ea_error(3EXACCT)> function. It returns
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dtimex.c108 if (((oflg+pflg) != 0) && (access("/usr/bin/acctcom", 01) == -1)) {
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c345 if (access(cmdbuf, X_OK) < 0)
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS42 LFS is useful if the program only needs to access a small subset of
44 if the program needs to access a large amount of data at once --- having
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dmain.c89 localedir_exists = (access(localedir, F_OK) == 0);
/opensolaris-onvv-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c194 if (access(out_file_name, 2))
H A Dunix2dos.c197 if (access(out_file_name, 2))
/opensolaris-onvv-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c338 * Calls access, execlp, exit, lstat, strcat, strcpy, strlen, unlink,
398 if (access(src, R_OK) != 0) {
399 /* can't access source */
401 dperror("setupfiles copy source access");
402 dprintf("setupfiles copy unable to access %s\n", src);
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dp12access.c448 if (access(filename, R_OK) == -1 || stat(filename, &sbuf) == -1) {
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c163 if (access(path, F_OK) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libast/common/path/
H A Dpathtemp.c331 else if (access(b, F_OK))
/opensolaris-onvv-gate/usr/src/lib/libast/common/tm/
H A Dtvtouch.c247 if (!access(path, F_OK))
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c135 if (access(shpath, X_OK)) /* XPG4 Requirement: */
/opensolaris-onvv-gate/usr/src/lib/libnsctl/common/
H A Dcache.c187 if (access(_NSC_CKDCHK_PATH, X_OK) != 0)
/opensolaris-onvv-gate/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));

Completed in 145 milliseconds

1234567891011>>