Searched defs:access (Results 1 - 11 of 11) sorted by relevance

/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/libnisdb/
H A Dldap_print.c441 printObjRights(const char *msg, void *access) { argument
442 uchar_t *a = access;
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h54 int (*access) (const char *, int); member in struct:fuse_operations_compat25
H A Dfuse.h83 * 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 Dshell.h230 * 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 Dshell.h220 * 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 Dshell.h230 * 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 Dshell.h230 * 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 Dshell.h230 * 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 Domitted.c92 #define sysaccess access
265 access(const char* path, int op) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h47 Used to access elements on the XSUB's stack.
427 # define access PerlLIO_access macro

Completed in 47 milliseconds