Searched refs:amode (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Deaccess.c42 eaccess(const char *path, int amode) argument
45 return (access(path, 010|amode));
/osnet-11/usr/src/lib/libc/port/sys/
H A Daccess.c32 faccessat(int fd, const char *fname, int amode, int flag) argument
34 return (syscall(SYS_faccessat, fd, fname, amode, flag));
39 access(const char *fname, int amode) argument
41 return (faccessat(AT_FDCWD, fname, amode, 0));
/osnet-11/usr/src/lib/libnsl/dial/
H A Dstrsave.c52 * amode:
61 eaccess(char *path, mode_t amode) argument
68 amode &= 07;
77 if ((amode & s.st_mode) == amode)
/osnet-11/usr/src/lib/libcmd/common/
H A Dchmod.c115 "[F:reference?Omit the \amode\a operand and use the mode of \afile\a "
156 register char* amode = 0; local
206 amode = "";
232 if (error_info.errors || !*argv || !amode && !*(argv + 1))
238 if (amode)
239 amode = 0;
242 amode = *argv++;
243 mode = strperm(amode, &last, 0);
248 error(ERROR_exit(1), "%s: invalid mode", amode);
277 if (amode)
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_open.c170 pr_access(struct ps_prochandle *Pr, const char *path, int amode) argument
178 return (access(path, amode));
194 adp++; /* amode argument */
195 adp->arg_value = (long)amode;
H A Dllib-lproc298 int pr_access(struct ps_prochandle *Pr, const char *path, int amode);
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c322 s10_faccessat(sysret_t *rval, int fd, const char *fname, int amode, int flag) argument
325 fd, fname, amode, flag));
329 s10_access(sysret_t *rval, const char *fname, int amode) argument
332 AT_FDCWD, fname, amode, 0));
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1997 zonecfg_access(const char *zonename, int amode) argument
2003 if (access(path, amode) == 0)
2009 if (access(path, amode) == 0)

Completed in 70 milliseconds