Searched refs:access (Results 351 - 375 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dlex.c90 int filethere = (access(name, 0) == 0);
/opensolaris-onvv-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_print.c781 if ((access(dip->nd_name, F_OK) == -1) && (errno == ENOENT))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm883 _exit access ctermid cuserid
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm10 # (4-byte number of last-access-time) (For LRU when I implement it)
94 # Arguments: last access time, expire time, number of uses remaining
103 # Arguments: last access time, expire time, number of uses remaining
116 # Return last access time, expire time, number of uses remaining
159 you access it. When a data item is looked up afresh, its number of
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pm295 You can access it with the sign() method.
/opensolaris-onvv-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c709 if (access(f_name, F_OK) != -1) {
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c547 * In this case, we just give access because this is similar
699 access("/dev/console", F_OK))
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c120 * another process. Since several of the pkg commands need access to the
732 * basic level of access. Later further tests may be
734 * preliminarily because we have access to the mount data
921 if (access(VFS_TABLE, R_OK) == 0) {
991 } /* end of if(access()) */
1180 * number. This tells us if there is any hope of gaining access
1197 * If the write access permissions haven't been confirmed, do that
1200 * root has access in any other way.
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A Dn1.c323 if (access(mfiles[idx], 4) == -1)
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_io.c435 if ((FMODE(stbuf) & 0222) == 0 || access((char *)file, 2) < 0) {
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c294 if (access(TERMPATH, 0) == -1)
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dverify.c619 if (access(p, 0) &&
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh520 /opt/SUNWspro/bin/bcheck -q -access -o "${bc_logfile}" ${SHELL} ./src/cmd/ksh93/tests/shtests \
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c243 /* if we have files, validate access to them */
246 if (access(files[i], R_OK) < 0) {
255 "Cannot access file: %s:"
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c521 (access(files[i], R_OK) < 0)) {
529 gettext("Cannot access file: %s: %s"),
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dfind.c1292 if (access(path, READ) != -1) {
/opensolaris-onvv-gate/usr/src/cmd/find/
H A Dfind.c661 gettext("%s: cannot access %s\n"),
1383 access(sh, 2) == 0)
1387 j = access(sh, 2);
1418 * (or some such) to allow fast access based on a name key.
1443 * (or some such) to allow fast access based on a name key.
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c561 if (access(files[file_no], R_OK) < 0) {
563 gettext("Cannot access file: %s: %s"),
569 gettext("Cannot access file: %s: %s"),
680 if (access(files[file_no], R_OK) < 0) {
682 gettext("Cannot access file: %s: %s"),
688 gettext("Cannot access file: %s: %s"),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dinstallperl24 use filetest qw(access);
H A Dpp_sys.c170 # include <sys/access.h>
199 # define PERL_EFF_ACCESS_R_OK(p) (access((p), R_OK | EFF_ONLY_OK))
200 # define PERL_EFF_ACCESS_W_OK(p) (access((p), W_OK | EFF_ONLY_OK))
201 # define PERL_EFF_ACCESS_X_OK(p) (access((p), X_OK | EFF_ONLY_OK))
268 res = access(path, mode);
2894 result = access(POPpx, R_OK);
2921 result = access(POPpx, W_OK);
2948 result = access(POPpx, X_OK);
3694 else if (instr(s, "cannot access"))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL703 should allow anonymous access and have a /pub directory
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod111 This module provides access to the C<liblgrp(3LIB)> library and to various
/opensolaris-onvv-gate/usr/src/cmd/zlogin/
H A Dzlogin.c27 * zone to access non-global zones.
1639 if (access("/.SUNWnative/usr/lib/locale", R_OK) == 0)
1642 else if (access("/native/usr/lib/locale", R_OK) == 0)
1706 * Authorizations are checked to restrict access based on the
1887 "access to %s zone."),
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c914 if (!fp->secure || !access(fp->decode.path, F_OK))
926 if (!fp->secure || !access(fp->decode.path, F_OK))
/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c768 if (access("/usr/sbin/trilld", F_OK) != 0)
886 if (access("/usr/lib/bridged", F_OK) != 0)

Completed in 161 milliseconds

<<11121314151617181920>>