Searched refs:opt (Results 251 - 275 of 875) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp31 static cl::opt<bool>
35 static cl::opt<bool>
40 static cl::opt<bool>
44 static cl::opt<bool>
48 static cl::opt<bool>
53 static cl::opt<bool> UseNewSROA("use-new-sroa",
57 static cl::opt<bool>
/freebsd-10.3-release/contrib/ncurses/menu/
H A Dm_driver.c160 if (Is_Sub_String((bool)((menu->opt & O_IGNORECASE) != 0),
338 if (menu->opt & O_NONCYCLIC)
351 if (menu->opt & O_NONCYCLIC)
362 if (menu->opt & O_ONEVALUE)
368 if (menu->curitem->opt & O_SELECTABLE)
407 if (menu->opt & O_NONCYCLIC)
426 if (menu->opt & O_NONCYCLIC)
H A Dm_post.c80 if (!(menu->opt & O_ONEVALUE) && item->value && item != menu->curitem)
102 if (!(item->opt & O_SELECTABLE))
130 if ((menu->opt & O_SHOWDESC) && menu->desclen > 0)
215 lastvert = (menu->opt & O_NONCYCLIC) ? (ITEM *) 0 : item;
222 lasthor = (menu->opt & O_NONCYCLIC) ? (ITEM *) 0 : hitem;
310 if (!(menu->opt & O_ONEVALUE))
/freebsd-10.3-release/contrib/llvm/tools/llc/
H A Dllc.cpp50 static cl::opt<std::string>
53 static cl::opt<std::string>
56 static cl::opt<unsigned>
62 static cl::opt<char>
70 static cl::opt<std::string>
73 cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
76 cl::opt<bool>
/freebsd-10.3-release/contrib/amd/amd/
H A Damq_subr.c127 amq_setopt *opt = (amq_setopt *) argp; local
131 switch (opt->as_opt) {
134 if (debug_option(opt->as_str))
139 if (gopt.logfile && opt->as_str
140 && STREQ(gopt.logfile, opt->as_str)) {
141 if (switch_to_logfile(opt->as_str, orig_umask, 0))
149 if (switch_option(opt->as_str))
/freebsd-10.3-release/usr.sbin/ppp/
H A Dipcp.c1065 struct fsm_opt *opt, nak; local
1069 while (end - cp >= (int)sizeof(opt->hdr)) {
1070 if ((opt = fsm_readopt(&cp)) == NULL)
1073 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
1074 opt->hdr.len);
1076 switch (opt->hdr.id) {
1078 memcpy(&ipaddr.s_addr, opt->data, 4);
1104 ipcp->peer_reject |= (1 << opt->hdr.id);
1110 memcpy(&pcomp, opt->data, sizeof pcomp);
1118 fsm_rej(dec, opt);
[all...]
/freebsd-10.3-release/sbin/mount/
H A Dmount.c93 static struct opt { struct
204 char *optbuf, *opt; local
211 for (opt = optbuf; (opt = strtok(opt, ",")) != NULL; opt = NULL) {
212 if (strcmp(opt, "ro") == 0) {
519 char *opt, *optbuf; local
528 for (opt = optbuf; (opt
857 remopt(char *string, const char *opt) argument
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-bpf.c655 if (strncmp(p->opt.source, "en", 2) != 0) {
668 strlcat(ifr.ifr_name, p->opt.source + 2, sizeof(ifr.ifr_name));
695 (void)strncpy(ifr.ifr_name, p->opt.source, sizeof(ifr.ifr_name));
720 p->opt.source, pcap_strerror(errno));
1353 if (p->opt.rfmon && strncmp(p->opt.source, "wlt", 3) == 0) {
1365 strlcat(ifr.ifr_name, p->opt.source + 3,
1426 p->opt.source, pcap_strerror(errno));
1525 if ((zonesep = strchr(p->opt.source, '/')) != NULL) {
1530 znamelen = zonesep - p->opt
[all...]
/freebsd-10.3-release/contrib/xz/src/xz/
H A Dcoder.c316 lzma_options_lzma *opt = filters[i].options; local
317 const uint32_t orig_dict_size = opt->dict_size;
318 opt->dict_size &= ~((UINT32_C(1) << 20) - 1);
326 if (opt->dict_size < (UINT32_C(1) << 20))
340 opt->dict_size -= UINT32_C(1) << 20;
350 uint64_to_str(opt->dict_size >> 20, 1),
385 lzma_options_lzma *opt = filter.options;
386 const uint32_t dict_size = opt->dict_size;
387 free(opt);
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipf.c274 static void packetlogon(opt)
275 char *opt;
287 if (strstr(opt, "pass")) {
293 if (strstr(opt, "nomatch")) {
299 if (strstr(opt, "block") || strchr(opt, 'd')) {
305 if (strstr(opt, "none")) {
322 if (strstr(opt, "state")) {
339 if (strstr(opt, "nat")) {
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp30 static cl::opt<bool>
34 static cl::opt<bool>
37 static cl::opt<bool>
47 static cl::opt<AlignMode>
66 static cl::opt<ITMode>
/freebsd-10.3-release/crypto/heimdal/kuser/
H A Dkinit.c355 krb5_get_init_creds_opt *opt; local
419 ret = krb5_get_init_creds_opt_alloc (context, &opt);
424 krb5_principal_get_realm(context, principal), opt);
427 krb5_get_init_creds_opt_set_forwardable (opt, forwardable_flag);
429 krb5_get_init_creds_opt_set_proxiable (opt, proxiable_flag);
431 krb5_get_init_creds_opt_set_anonymous (opt, anonymous_flag);
433 krb5_get_init_creds_opt_set_pac_request(context, opt,
436 krb5_get_init_creds_opt_set_canonicalize(context, opt, TRUE);
438 krb5_get_init_creds_opt_set_win2k(context, opt, TRUE);
440 ret = krb5_get_init_creds_opt_set_pkinit(context, opt,
[all...]
/freebsd-10.3-release/lib/libpcap/
H A Dpcap-netmap.c51 * Also opt.timeout was in md.timeout before.
56 #define the_timeout opt.timeout
212 struct nm_desc *d = nm_open(p->opt.source, NULL, 0, NULL);
218 p->opt.source, pcap_strerror(errno));
228 __FUNCTION__, p->opt.source, d, d->fd,
232 if (p->opt.promisc && !(d->req.nr_ringid & NETMAP_SW_RING)) {
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp29 static cl:: opt<bool> DisableHardwareLoops("disable-hexagon-hwloops",
32 static cl::opt<bool> DisableHexagonMISched("disable-hexagon-misched",
36 static cl::opt<bool> DisableHexagonCFGOpt("disable-hexagon-cfgopt",
/freebsd-10.3-release/contrib/mdocml/
H A Dtbl_opts.c81 static void opt(struct tbl_node *, int,
167 opt(struct tbl_node *tbl, int ln, const char *p, int *pos) function
266 opt(tbl, ln, p, &pos);
/freebsd-10.3-release/crypto/heimdal/kadmin/
H A Dkadmin.c100 help(void *opt, int argc, char **argv) argument
109 exit_kadmin (void *opt, int argc, char **argv) argument
123 get_privs(void *opt, int argc, char **argv) argument
/freebsd-10.3-release/crypto/heimdal/admin/
H A Dpurge.c103 kt_purge(struct purge_options *opt, int argc, char **argv) argument
113 age = parse_time(opt->age_string, "s");
115 krb5_warnx(context, "unparasable time `%s'", opt->age_string);
/freebsd-10.3-release/lib/libc/gen/
H A Dtermios.c59 tcsetattr(int fd, int opt, const struct termios *t) argument
63 if (opt & TCSASOFT) {
68 switch (opt & ~TCSASOFT) {
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp164 const option& opt = (*iter); local
166 optstr += opt.m_character;
167 if (!opt.m_argument.empty())
/freebsd-10.3-release/contrib/dtc/
H A Ddtc.c114 int opt; local
124 while ((opt = util_getopt_long()) != EOF) {
125 switch (opt) {
/freebsd-10.3-release/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp54 int opt; local
60 while ((opt = getopt_long(argc, argv, "CI:rtv", long_options, NULL)) != EOF)
61 switch (opt) {
/freebsd-10.3-release/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c168 int opt; local
177 while ((opt = getopt_long(argc, argv, "v", long_options, NULL)) != EOF) {
178 switch (opt) {
/freebsd-10.3-release/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c100 int firmware_size, opt, cs, ds; local
105 while ((opt = getopt(argc, argv, "f:hn:")) != -1) {
106 switch (opt) {
/freebsd-10.3-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c69 int32_t opt, detach, tval; local
76 while ((opt = getopt(argc, argv, "a:c:dH:hp:t:")) != -1) {
77 switch (opt) {
/freebsd-10.3-release/contrib/openresolv/
H A Dconfigure13 opt=${x%%=*}
15 case "$opt" in
40 *) echo "$0: WARNING: unknown option $opt" >&2;;

Completed in 166 milliseconds

<<11121314151617181920>>