Searched refs:opts (Results 251 - 275 of 850) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/mdocml/
H A Dout.c110 const struct tbl_opts *opts; local
124 tbl->cols = mandoc_calloc((size_t)sp->opts->cols,
126 opts = sp->opts;
162 tblcalc_data(tbl, col, opts, dp,
165 rmargin ? (rmargin + sp->opts->cols / 2)
166 / (sp->opts->cols + 1) : 0);
219 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ?
220 2 : !!opts
255 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) argument
319 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, const struct tbl_opts *opts, const struct tbl_dat *dp) argument
[all...]
/freebsd-11-stable/lib/libxo/
H A DMakefile6 .include <src.opts.mk>
/freebsd-11-stable/share/dtrace/
H A DMakefile7 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/chkey/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/passwd/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/bsdconfig/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/sa/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/kdump/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/ofed/infiniband-diags/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/xinstall/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/xo/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/zic/zic/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/factor/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/syslogd/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp33 std::vector<option> opts; local
40 opts.push_back(opt);
43 opts.push_back(option());
46 &opts[0], longindex);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistration.h29 AnalyzerOptions &opts,
/freebsd-11-stable/contrib/ipfilter/lib/
H A Ddebug.c15 #include "opts.h"
40 if (opts & OPT_DEBUG)
H A Dprinthashnode.c13 printhashnode(iph, ipep, copyfunc, opts, fields)
17 int opts;
37 } else if ((opts & OPT_DEBUG) != 0) {
H A Dprintpoolnode.c13 printpoolnode(np, opts, fields)
15 int opts;
27 } else if ((opts & OPT_DEBUG) == 0) {
/freebsd-11-stable/contrib/top/
H A Dgetopt.c46 getopt(argc, argv, opts)
48 char **argv, *opts;
63 if(c == ':' || (cp=strchr(opts, c)) == NULL) {
/freebsd-11-stable/tools/tools/genericize/
H A Dgenericize.pl38 my %opts;
39 getopts('c', \%opts);
76 if ($opts{'c'} && m/^\s*\#/) {
/freebsd-11-stable/usr.sbin/ntp/ntp-keygen/
H A DMakefile5 .include <src.opts.mk>
11 SRCS= ntp-keygen.c ntp-keygen-opts.c
23 LIBADD+= m ntp opts pthread
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A DMakefile5 .include <src.opts.mk>
10 SRCS= ntpdc.c ntpdc_ops.c ntpdc-opts.c version.c
20 LIBADD= edit ntp m opts pthread
/freebsd-11-stable/usr.sbin/ntp/ntpq/
H A DMakefile5 .include <src.opts.mk>
12 SRCS= ntpq.c ntpq-opts.c ntpq-subs.c version.c
23 LIBADD+= edit ntp opts m pthread
/freebsd-11-stable/usr.sbin/ntp/sntp/
H A DMakefile3 .include <src.opts.mk>
10 sntp-opts.c sntp.c utilities.c
23 LIBADD= m opts ntp ntpevent pthread

Completed in 135 milliseconds

<<11121314151617181920>>