Searched refs:USER (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/at/ |
H A D | at.c | 152 #define USER (1<<13) macro 238 op |= USER; 279 switch (op & (ACCESS|INFO|LIST|LOG|QUIT|REMOVE|STATUS|TRACE|UPDATE|USER|VERSION)) 309 case USER:
|
/ast/src/cmd/ksh93/data/ |
H A D | bash_pre_rc.sh | 110 u) var+=$USER;;
|
/ast/src/cmd/tw/ |
H A D | find.c | 129 NAME, USER, GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, enumerator in enum:Command 490 "user|uid", USER, Str|Stat,0, "id", 0, 1080 case USER: 1510 case USER:
|
/ast/src/cmd/coshell/ |
H A D | service.h | 38 int fd; /* con USER fd */ \ 132 #define USER 14 macro
|
H A D | command.c | 470 case USER: 686 sfprintf(state.string, "CON JOBS TOTAL USER SYS IDLE CPU LOAD RATING BIAS TYPE HOST\n"); 759 sfprintf(state.string, "SHELLS USERS JOBS CMDS UP REAL USER SYS CPU LOAD RATING\n"); 778 if (con[n].type == USER) u++; 792 if (con[n].type == USER)
|
H A D | job.c | 45 case USER:
|
H A D | main.c | 586 state.con[fd].type = USER; 653 case USER:
|
/ast/src/cmd/std/ |
H A D | shar.sh | 121 user=${USER:-${LOGNAME:-$(whoami 2>/dev/null || who am i | sed $'s/[ \t].*//')}}@$(hostname)
|
Completed in 25 milliseconds