Home
last modified time | relevance | path

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

/dragonfly/sbin/hammer/
HDhammer.c71 char *restrictcmd = NULL; in main() local
212 if (restrictcmd == NULL) in main()
213 restrictcmd = optarg; in main()
241 if (restrictcmd) { in main()
244 dup = ptr = strdup(restrictcmd); in main()