Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/diskinfo/
HDdiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
108 opt_p = 1; in main()
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) { in main()
173 if (opt_p || opt_s) { in main()
178 if (opt_l && (opt_p || opt_s)) { in main()
181 if (opt_p) { in main()
/freebsd-head/sys/tools/
HDmakeobjops.awk365 else if (o == "p") opt_p = 1;
392 if (opt_p)
410 if (!opt_p) {
/freebsd-head/cddl/contrib/opensolaris/cmd/plockstat/
HDplockstat.c780 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; in main() local
816 opt_p = 1; in main()
946 if (opt_p) { in main()
/freebsd-head/crypto/openssl/util/
HDfind-doc-nits40 our($opt_p);
/freebsd-head/contrib/less/
HDopttbl.c369 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_p,
HDoptfunc.c408 public void opt_p(int type, constant char *s) in opt_p() function
HDfuncs.h287 public void opt_p(int type, constant char *s);