Home
last modified time | relevance | path

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

/freebsd/usr.bin/mdo/
H A Dmdo.c477 const char *ruid_str = NULL; in main() local
544 ruid_str = optarg; in main()
622 if (ruid_str != NULL) { in main()
623 wcred.sc_ruid = parse_user(ruid_str); in main()