Searched refs:csauth (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dcs_3d.h34 #define csauth _3d_csauth macro
/ast/src/lib/libcs/
H A Dcs.h242 #define csauth _cs_auth macro
280 extern int csauth(Cs_t*, int, const char*, const char*);
H A Dcsauth.c31 * csauth(state,fd,path,arg) called by csopen()
32 * csauth(state,-1,path,arg) called by `cs -O...'
33 * csauth(state,fd,0,arg) normal user call
43 csauth(register Cs_t* state, int fd, const char* path, const char* arg) function
248 return csauth(&cs, fd, path, arg);
H A DMakefile22 csaddr.c csattr.c csauth.c csbind.c csclient.c cscontrol.c \
H A Dcsopen.c961 if (mode != (S_IRWXU|S_IRWXG|S_IRWXO) && csauth(state, fd, NiL, NiL))
1234 n = csauth(state, fd, path, arg);
/ast/src/cmd/cs/
H A Dcs.c581 if (csauth(-1, cs.mount, NiL))

Completed in 20 milliseconds