HomeSort by: relevance | last modified time | path
    Searched defs:restricted (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/chpass/
chpass.h 38 int (*func)(const char *, struct passwd *, struct _entry *), restricted, len; member in struct:_entry
  /src/bin/ksh/
main.c 100 int restricted, errexit; local in function:main
345 restricted = Flag(FRESTRICTED);
390 restricted = 1;
391 if (restricted) {
771 /* Returns true if name refers to a restricted shell */
  /src/usr.bin/msgs/
msgs.c 132 bool restricted = NO; variable in typeref:typename:bool
230 case 'r': /* restricted */
231 restricted = YES;
757 if (((inch = inbuf[0]) == 's' || inch == 'm') && !restricted) {

Completed in 12 milliseconds