Searched defs:who (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | strperm.c | 48 register int who; local 64 op = num = who = typ = 0; 70 who |= S_ISVTX|S_ISUID|S_IRWXU; 73 who |= S_ISVTX|S_ISGID|S_IRWXG; 76 who |= S_ISVTX|S_IRWXO; 79 who = S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO; 84 if (!who) 85 who = S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO; 91 if (who) 92 perm &= ~who; [all...] |
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs.c | 47 int who; member in struct:__anon90 80 CST->who = getuid(); 218 n = version_info( ret, sizeof(ret), uid, CST->who, CST->uptime );
|
/ast/src/cmd/mailx/ |
H A D | lex.c | 133 char* who = name[1] ? name + 1 : state.var.user; local 199 note(ERROR, "No mail for %s", who); 201 note(ERROR, "No mail", who);
|
H A D | cmd1.c | 82 printhead(int mesg, int who) argument 143 dispc = who ? 'R' : ' '; 144 if (who) 261 from2(struct msg* msgvec, int who) argument 266 CALL(printhead)(ip->m_index, who);
|
H A D | imap.c | 2367 imap_printhead(int m, int who) argument 2394 disposition = who ? 'R' : ' '; 2395 if (who)
|
/ast/src/cmd/builtin/ |
H A D | who.c | 23 * who.c 29 "[-?\n@(#)$Id: who (AT&T Research) 2004-03-25 $\n]" 31 "[+NAME?who - display who is on the system]" 211 static int who(Sfio_t *in, Sfio_t *out, int flags) function 308 who(sp,sfstdout,flags);
|
/ast/src/cmd/ss/ |
H A D | ssd.c | 218 static struct whod who; variable in typeref:struct:whod 438 if (read(wf, &who, sizeof(who)) != sizeof(who) || who.wd_vers != WHOVERS || who.wd_type != WHOTYPE) 598 read(wf, &who, sizeof(who)); 599 ss.load = who.wd_loadav[0]; 600 boottime = who [all...] |
Completed in 24 milliseconds