Searched defs:access (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | access.c | 37 #pragma weak _access = access 39 access(const char *fname, int amode) function
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_print.c | 441 printObjRights(const char *msg, void *access) { argument 442 uchar_t *a = access;
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_compat.h | 54 int (*access) (const char *, int); member in struct:fuse_operations_compat25
|
H A D | fuse.h | 83 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock, 144 /** Change the access and/or modification times of a file 328 * Check file access permissions 330 * This will be called for the access() system call. If the 338 int (*access) (const char *, int); member in struct:fuse_operations 418 * Change the access and modification times of a file with
|
/osnet-11/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 230 * 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/common/include/ |
H A D | shell.h | 220 * direct access to sh is obsolete, use sh_getinterp() instead 233 # define access(a,b) sh_access(a,b) macro
|
/osnet-11/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 230 * 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 D | shell.h | 230 * 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 D | shell.h | 230 * 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/libast/common/comp/ |
H A D | omitted.c | 92 #define sysaccess access 265 access(const char* path, int op) function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 47 Used to access elements on the XSUB's stack. 427 # define access PerlLIO_access macro
|
Completed in 195 milliseconds