Searched refs:_Commands (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | permission.c | 93 static char *_Commands[MAXCMDS+1]; variable 199 for (i=0; _Commands[i] != NULL; i++) 200 DEBUG(7, "_Commands %s\n", _Commands[i]); 411 fillList(U_COMMANDS, _Commands); 467 fillList(U_COMMANDS, _Commands); 858 for (i=0; _Commands[i] != NULL; i++) { 859 if (EQUALS(_Commands[i], "ALL")) { 868 bname = BASENAME(_Commands[i], '/'); 870 bname = _Commands[i]; 873 (void) strcpy(fullname, _Commands[i]);
|
H A D | uucheck.c | 198 fillList(U_COMMANDS, _Commands); in checkPerm() 309 for (i=0; _Commands[i] != NULL; i++) { 310 if (cmdOK(BASENAME(_Commands[i], '/'), cmd) == FALSE) { 315 BASENAME(_Commands[i], '/'), cmd);
|