Home
last modified time | relevance | path

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

/freebsd/sys/tools/
H A Dmakeobjops.awk75 function printh(s) {if (opt_h) print s > htmpfilename;}
364 else if (o == "h") opt_h = 1;
389 if (!num_files || !(opt_c || opt_h))
523 if (opt_h)
/freebsd/crypto/openssl/util/
H A Dfind-doc-nits36 our($opt_h);
65 help() if $opt_h;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl532 usage() if ($opt_h);
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c995 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; in sendfile() local
1056 strcpy(opt_h, "-h"); in sendfile()
1065 av[++narg] = opt_h; in sendfile()