Searched refs:opt_p (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/diskinfo/ |
H A D | diskinfo.c | 68 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/sys/tools/ |
H A D | makeobjops.awk | 365 else if (o == "p") opt_p = 1; 392 if (opt_p) 410 if (!opt_p) {
|
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/ |
H A D | plockstat.c | 780 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/contrib/less/ |
H A D | opttbl.c | 369 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_p,
|
H A D | optfunc.c | 408 public void opt_p(int type, constant char *s) in opt_p() 386 public void opt_p(int type, char *s) opt_p() function
|
H A D | funcs.h | 287 public void opt_p(int type, constant char *s);
|
/freebsd/crypto/openssl/util/ |
H A D | find-doc-nits | 40 our($opt_p);
|