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

1234567

/osnet-11/usr/src/lib/libgen/common/
H A Deaccess.c45 return (access(path, 010|amode));
/osnet-11/usr/src/lib/libc/port/sys/
H A Daccess.c37 #pragma weak _access = access
39 access(const char *fname, int amode) function
/osnet-11/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))
/osnet-11/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) {
H A Drrmdir.c76 if (access(a_path, F_OK) == 0) {
/osnet-11/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) {
H A Dtmpnam_r.c54 if (access(P_tmpdir, W_OK | X_OK) == 0)
H A Dtmpfile.c68 if (access(P_tmpdir, W_OK | X_OK) == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t28 like( $@, qr/^Attempt to access disallowed key 'baz' in a restricted hash/,
39 like( $@, qr/^Attempt to access disallowed key 'i_dont_exist' in a restricted hash/ );
43 like( $@, qr/^Attempt to access disallowed key 'four' in a restricted hash/ );
46 like( $@, qr/^Attempt to access disallowed key '(.*)' in a restricted hash/,
83 like( $@, qr/^Attempt to access disallowed key 'wubble'/ );
112 like( $@, qr/^Attempt to access disallowed key 'wibble' in a restricted hash/,
131 like( $@, qr/^Attempt to access disallowed key 'wibble' in a restricted hash/, ' locked' );
161 like( $@, qr/^Attempt to access disallowed key 'I_DONT_EXIST' in a restricted hash/, 'locked %ENV');
187 qr/^Attempt to access disallowed key 'zeroeth' in a restricted hash/,
191 qr/^Attempt to access disallowe
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dmkdir.c46 if (!access(path, F_OK))
H A Drmdir.c57 if (access(path, F_OK) < 0)
H A Deaccess.c24 * access() euid/egid implementation
47 return access(path, flags|EFF_ONLY_OK);
70 return access(path, flags);
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c58 if (access(location, F_OK|R_OK) == -1) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Dgeneral.c63 if (access(location, F_OK|R_OK) == -1) {
/osnet-11/usr/src/lib/efcode/fcode_test/
H A DMakefile35 instance.fth catch.fth storage.fth case.fth access.fth misc.fth \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm13 use filetest 'access'; # intuit harder
26 for example various ACL (access control lists) schemes are in use.
44 =head2 subpragma access
46 Currently only one subpragma, C<access> is implemented. It enables
47 (or disables) the use of access() or similar system calls. This
56 if ( $_[1] eq 'access' ) {
59 die "filetest: the only implemented subpragma is 'access'.\n";
64 if ( $_[1] eq 'access' ) {
67 die "filetest: the only implemented subpragma is 'access'.\n";
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsystrace.c51 if (access(buf, F_OK))
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c116 * Check for access rights to destination directories
136 if (access(destination, 7) < 0) {
149 } else if (access(dir, 7) < 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm20 NDBM_File - Tied access to ndbm files
69 Read-only access to the data in the file.
73 Write-only access to the data in the file.
77 Both read and write access.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm20 ODBM_File - Tied access to odbm files
69 Read-only access to the data in the file.
73 Write-only access to the data in the file.
77 Both read and write access.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm20 SDBM_File - Tied access to sdbm files
72 Read-only access to the data in the file.
76 Write-only access to the data in the file.
80 Both read and write access.
/osnet-11/usr/src/lib/libsqlite/test/
H A Dcrashtest1.c39 if( access("./test.db-journal",0)==0 ){
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL62 print "Perl's config says that U32 access must ";
69 print "Assumes that $^O implies free alignment for U32 access.\n";
83 /* to access it through a U32 pointer at every offset. The */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm112 To access this functionality without the core overrides,
113 pass the C<use> an empty import list, and then access

Completed in 33 milliseconds

1234567