Searched refs:access (Results 1 - 25 of 504) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmpdemod/
H A Dsnmpdemo.acl34 # access control #
37 # The list of community names needed for read/write access
40 # and its access type is read-only
45 access = read-write
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsnmpdx.acl34 # access control #
37 # The list of community names needed for read/write access
40 # and its access type is read-only
45 access = read-write
H A Drelay.conf34 # access control #
37 # The list of community names needed for read/write access
40 # and its access type is read-only
45 access = read-write
50 access = read-only
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dnscd_access.c37 * be used to allocate memory that requires access control or usage
38 * count control, will initialize this access control structure at the
59 if (access->data != data) \
63 access = (nscd_access_t *) \
71 * Decrements the usage count maintained in the access data
79 nscd_access_t *access; local
88 (me, "data = %p, access->data = %p, "
90 data, access->data, access->seq_num, access
134 nscd_access_t *access; local
163 nscd_access_t *access; local
255 nscd_access_t *access; local
288 nscd_access_t *access; local
319 nscd_access_t *access; local
349 nscd_access_t *access; local
373 nscd_access_t *access; local
405 nscd_access_t *access; local
433 nscd_access_t *access; local
462 nscd_access_t *access; local
496 nscd_access_t *access; local
567 nscd_access_t *access; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dlegal.c61 if (access(file, A_EXIST) == A_OK) {
62 if (access(file, A_WRITE) == A_OK)
76 if (access(dfile, A_WRITE) == CERROR)
H A Dstamp.c37 if ((access(mailfile, A_EXIST) == A_OK) && (utimep->modtime != -1))
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dissecure.c42 securestate = (access(PWDADJ, F_OK) == 0);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Daccess.c34 access(char *path, int mode) function
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Deaccess.c45 return (access(path, 010|amode));
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Daccess.c35 access(char *path, int mode) function
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Daccess.c38 #pragma weak _access = access
40 access(const char *fname, int amode) function
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dvpaccess.c33 /* vpaccess - view path version of the access system call */
47 if ((returncode = access(path, amode)) == -1 && path[0] != '/') {
51 if ((returncode = access(buf, amode)) != -1) {
/opensolaris-onvv-gate/usr/src/lib/libast/common/string/
H A Dstrtape.c76 if (!access("/dev/rmt/.", F_OK))
84 if (!access(tapefile, F_OK)) return(tapefile);
88 if (!access(tapefile, F_OK)) return(tapefile);
93 else if (!access("/dev/nst0", F_OK))
101 else if (!access("/dev/nrmt0", F_OK))
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dtempnam.c39 extern int access();
63 if(x > 0 && access(pcopy(p, tdir), 3) == 0)
65 if(y > 0 && access(pcopy(p, dir), 3) == 0)
67 if(access(pcopy(p, P_tmpdir), 3) == 0)
69 if(access(pcopy(p, "/tmp"), 3) != 0)
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dtempnam.c43 if (access(tnm, 7) == -1)
48 if (access(tnm, 7) == -1)
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dckvolseq.c66 if (access(path, 0)) {
92 if (access(path, 0) == 0)
95 if (access(path, 0) == 0)
100 if (access(path, 0) == 0)
H A Dfmkdir.c54 if (access(a_path, F_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh44 do case $i in *access=* ) eval $i ;; esac ; done
45 if [ ! "$access" ] ; then return ; fi
52 ro | rw ) OPTS="${OPTS}$i=$access," ; ropt="true" ;;
53 access=* ) ;;
57 if [ ! "$ropt" ] ; then OPTS="ro=$access,$OPTS" ; fi
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Dmovedir.c44 extern int access(), rm_files();
65 if (access(from, F_OK) == 0) { /* home dir exists */
/opensolaris-onvv-gate/usr/src/uts/intel/os/
H A Dbootenv.rc37 setprop lba-access-ok 1
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dtempnam.c71 if (x > 0 && access(pcopy(p, tdir), (W_OK | X_OK)) == 0)
73 if (y > 0 && access(pcopy(p, dir), (W_OK | X_OK)) == 0)
75 if (access(pcopy(p, P_tmpdir), (W_OK | X_OK)) == 0)
77 if (access(pcopy(p, "/tmp"), (W_OK | X_OK)) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/common/frutree/
H A Dpiclfrutree.c93 if (access(pname, R_OK) == 0) {
102 if (access(pname, R_OK) == 0) {
111 if (access(pname, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dpaths.c209 if (access(filepath, R_OK) == 0) {
218 if (access(filepath, R_OK) == 0)
224 if (access(filepath, R_OK) == 0)
230 if (access(filepath, R_OK) == 0)
236 if (access(filepath, R_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfindscripts.c119 if (access(path, R_OK) == 0) {
127 if (access(path, R_OK) == 0) {
151 if (access(path, R_OK) == 0) {
166 if (access(path, R_OK) == 0) {
174 if (access(path, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DConfigConnection.h61 AMT_STATUS SendEnterpriseAccess(bool access, ATAddress &localIp);

Completed in 262 milliseconds

1234567891011>>