Searched defs:ACCESS (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/at/
H A Dat.c95 " \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/lib/libast/misc/
H A Dfts.c110 #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 455 milliseconds