Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmain.c274 if (option_p) { in main()
289 if (strcmp(option_p, parts->pinfo_name) == 0) in main()
296 "Specified table '%s' is not a known table.\n", option_p); in main()
H A Dglobal.h91 extern char *option_p; /* forced partition table option */
H A Dstartup.c69 char *option_p; variable
256 option_p = argv[next++]; in do_options()