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

/ast/src/cmd/proto/
H A Dproto.c172 #ifndef access
173 #define access _huh_access macro
194 #undef access macro
239 extern int access(const char*, int);
302 if (file && access(file, 4))
342 if (access(buf, 0) && mkdir(buf, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))
/ast/src/lib/libast/comp/
H A Domitted.c92 #define sysaccess access
265 access(const char* path, int op) function
/ast/src/cmd/ksh93/include/
H A Dshell.h221 * direct access to sh is obsolete, use sh_getinterp() instead
236 # define access(a,b) sh_access(a,b) macro
/ast/src/cmd/coshell/
H A Dservice.h54 char* access; /* host access expression */ \
91 #define SHELL_DENIED (1<<1) /* access denied */
145 #define SETACCESS (1<<6) /* access was set */
193 char* access; member in struct:__anon58
281 unsigned long access; member in struct:__anon66
/ast/src/cmd/INIT/
H A Dproto.c89 # ifndef access
90 # define access _huh_access macro
111 # undef access macro
156 extern __MANGLE__ int access __PROTO__((const char*, int));
485 extern __MANGLE__ int access __PROTO__((const char*, int));
4867 if (file && access(file, 4))
4907 if (access(buf, 0) && mkdir(buf, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))
H A Dratz.c107 #define access _access macro
882 * protected from concurrent access. This hack doesn't work anyway on
5018 if (!list && access(path, 0))
5026 if (access(path, 0) && mkdir(path, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))
5257 if (access(path, 0) && mkdir(path, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))

Completed in 43 milliseconds