Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c47 int dohelp; member
186 opts->dohelp = 1; in main()
198 opts->dohelp || in main()
202 (void) fprintf(opts->dohelp ? stdout : stderr, gettext( in main()
219 if (opts->dohelp) { in main()
H A Dcpustat.c59 int dohelp; member
217 opts->dohelp = 1; in main()
255 if (errcnt != 0 || opts->dohelp || in main()
257 (void) fprintf(opts->dohelp ? stdout : stderr, gettext( in main()
271 if (opts->dohelp) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c3386 dohelp(char *cmds) in dohelp() function
3440 dohelp(*argv); in parseit()