Searched defs:csauth (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libcs/
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 Dcs.h242 #define csauth _cs_auth macro
280 extern int csauth(Cs_t*, int, const char*, const char*);
/ast/src/cmd/3d/
H A Dcs_3d.h34 #define csauth _3d_csauth macro

Completed in 13 milliseconds