Home
last modified time | relevance | path

Searched refs:is_restricted (Results 1 – 1 of 1) sorted by relevance

/openbsd/bin/ksh/
H A Dmain.c28 static int is_restricted(char *name);
431 if (is_restricted(argv[0]) || is_restricted(str_val(global("SHELL")))) in main()
833 is_restricted(char *name) in is_restricted() function