Searched refs:ACCESS (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/3d/ |
H A D | access3d.c | 57 if (state.path.level && (st.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH)) && !ACCESS(sp, R_OK)) 68 return(ACCESS(sp, mode));
|
H A D | mkdir3d.c | 108 if (!pathnext(tmp, NiL, NiL) || ACCESS(tmp, F_OK))
|
H A D | init.c | 1381 if (ACCESS(s, 1))
|
/ast/src/cmd/at/ |
H A D | at.c | 95 " \bQUEUE ACCESS\b below. The attributes are:]{" 110 "[+QUEUE ACCESS?The user \broot\b may submit jobs to all queues. If a queue" 139 #define ACCESS (1<<0) macro 202 op |= ACCESS; 279 switch (op & (ACCESS|INFO|LIST|LOG|QUIT|REMOVE|STATUS|TRACE|UPDATE|USER|VERSION)) 281 case ACCESS:
|
/ast/src/cmd/ksh93/tests/ |
H A D | variables.sh | 160 ACCESS=0 163 (( ACCESS++ )) 167 if (( COUNT != 1 || ACCESS!=2 )) 168 then err_exit " set discipline failure COUNT=$COUNT ACCESS=$ACCESS"
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 110 #define ACCESS(p,f) ((p)->cd==0?(f)->fts_name:(f)->fts_path) macro 963 f->fts_accpath = ACCESS(fts, f); 1107 f->fts_accpath = ACCESS(fts, f); 1154 f->fts_accpath = ACCESS(fts, f); 1221 f->fts_accpath = ACCESS(fts, f);
|
Completed in 78 milliseconds