Searched refs:access (Results 301 - 325 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c164 if (0 != access(file, R_OK)) {
167 gettext("%1$s: can not access %2$s: "),
572 if (0 == access(base_name, X_OK)) {
590 if (0 == access(path, X_OK)) {
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c2022 if ( access(temp, 04) == 0 )
2705 if ( access(temp, 04) == 0 && doglobal(temp) == TRUE ) {
2716 if ( access(temp, 04) == 0 && tf == stdout )
/opensolaris-onvv-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c1308 if (unlink(OPASSWD) && access(OPASSWD, 0) == 0)
1324 if (unlink(OSHADOW) && access(OSHADOW, 0) == 0) {
1352 access(OUSERATTR_FILENAME, 0) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm480 The intent being that scripts can access more (possibly sensitive)
510 glob -- access to Cshell via <`rm *`>
541 tied -- can be used to access object implementing a tie
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c139 * Rules of access to a ofile structure:
977 * This function will check to see if the access requested is granted.
981 smb_ofile_access(smb_ofile_t *of, cred_t *cr, uint32_t access) argument
991 if (~(of->f_granted_access) & access) {
993 (access & ACCESS_SYSTEM_SECURITY)) {
1005 * Check if ofile was opened with share access NONE (0).
1006 * Returns: B_TRUE - share access non-zero
1007 * B_FALSE - share access NONE
1042 * Check requested share access against the
1043 * open granted (desired) access
[all...]
H A Dsmb_common_transact.c708 char *comment, uint16_t access, char *path, char *password)
716 access,
922 uint16_t level, max_bytes, access; local
941 access = SHARE_ACCESS_ALL;
959 si->shr_oemname, si->shr_type, si->shr_cmnt, access,
706 smb_encode_SHARE_INFO_2(struct mbuf_chain *output, struct mbuf_chain *text, smb_request_t *sr, char *oem_name, uint16_t type, char *comment, uint16_t access, char *path, char *password) argument
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsysent.c49 int access();
461 /* 33 */ SYSENT_CI("access", access, 2),
842 /* 33 */ SYSENT_CI("access", access, 2),
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1091 if (access(local, W_OK) < 0) {
1104 d = access("/", W_OK);
1106 d = access(dir ? local : ".", W_OK);
2205 d = access(cp ? local : ".", 2);
2230 if ((d = access(new, 0)) < 0)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH609 * available to access timezone names.
939 * available to do extended access checks.
945 * available to do extended access checks.
951 * include <sys/access.h>.
1162 * of the stdio FILE structure can be used to access the stdio buffer
1165 * to access these fields.
1168 * This macro is used to access the _ptr field (or equivalent) of the
1177 * This macro is used to access the _cnt field (or equivalent) of the
1206 * stdio FILE structure can be used to access the stdio buffer for
1208 * will also be defined and should be used to access thi
[all...]
H A DXSUB.h47 Used to access elements on the XSUB's stack.
427 # define access PerlLIO_access macro
/opensolaris-onvv-gate/usr/src/cmd/login/
H A Dlogin.c652 if (access(HUSHLOGIN, F_OK) != 0) {
1948 * Initialize the supplementary group access list.
2309 if (access(SHELL, X_OK) == 0)
2531 if (access(pwd->pw_shell, R_OK|X_OK) == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c225 * right access checking. So, we'll fail the request.
272 * the file, then the normal access checking done in
275 * around this, we do the access checking for ourselves
276 * and then use VOP_SPACE which doesn't do the access
655 * We need the mode so that we can correctly determine access
672 resp->resok.access = 0;
693 if (args->access & ACCESS3_READ) {
701 resp->resok.access |= ACCESS3_READ;
703 if ((args->access & ACCESS3_LOOKUP) && vp->v_type == VDIR) {
710 resp->resok.access |
[all...]
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc60 // Initialize default access mode, used when a filename is supplied
80 const FileAccess acc): // access mode
106 (access(path, W_OK) < 0)) {
350 // set default access method
367 // set VM access hint for mmapped files
/opensolaris-onvv-gate/usr/src/cmd/eject/
H A Deject.c258 if (access(name, R_OK) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dfb_localfs.c70 * These routines implement local file access. They are placed into a
126 fb_lfs_access, /* access */
691 * Does an access() check on a file.
696 return (access(path, amode));
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dmenu_defect.c643 status = access(filename, 4);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c619 if (access(full_path, X_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/man/src/
H A Dman.c360 if (access(SROFF_CMD, F_OK | X_OK) != 0)
640 if (access(q[0], R_OK|X_OK) != 0) {
1925 if (!access(fullpath, R_OK | X_OK)) {
2494 (access(catpname, R_OK) != 0)) {
/opensolaris-onvv-gate/usr/src/cmd/newtask/
H A Dnewtask.c197 if (access(SHELL, X_OK) == 0)
780 * to access the project table, so only do that if the caller
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm222 read and write access. If these conditions are not met then a warning is
/opensolaris-onvv-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c347 * Open file (do this before checking access so that we can
477 if (access(fname, X_OK) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/who/
H A Dwho.c840 * The only real way we can be sure we can access the
843 if (access(name, R_OK) < 0) {
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c146 if (!broadcast && access(servers, R_OK) != 0) {
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x72 NFS4ERR_ACCESS = 13, /* access denied */
181 * File access handle
557 * ACCESS: Check access permission
568 uint32_t access;
573 uint32_t access;
1078 * OPEN_DOWNGRADE: downgrade the access/deny for a file
/opensolaris-onvv-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c82 if (access(_libctf_zlib, R_OK) == -1)

Completed in 232 milliseconds

<<11121314151617181920>>