Searched refs:opt (Results 226 - 250 of 802) sorted by relevance

1234567891011>>

/freebsd-10.0-release/bin/pax/
H A Doptions.c1312 OPLIST *opt; local
1314 if ((opt = ophead) != NULL)
1316 return(opt);
1328 OPLIST *opt; local
1336 while ((opt = opt_next()) != NULL)
1337 (void)fprintf(stderr, "\t%s = %s\n", opt->name, opt->value);
1354 OPLIST *opt; local
1383 if ((opt = (OPLIST *)malloc(sizeof(OPLIST))) == NULL) {
1389 opt
[all...]
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dmessage.c936 const lzma_options_lzma *opt = filters[i].options; local
941 switch (opt->mode) {
955 switch (opt->mf) {
987 uint32_to_optstr(opt->dict_size));
1003 opt->lc, opt->lp, opt->pb,
1004 mode, opt->nice_len, mf, opt->depth);
1023 const lzma_options_bcj *opt local
1036 const lzma_options_delta *opt = filters[i].options; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp35 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
37 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
38 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
39 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
40 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
42 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
43 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
44 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
45 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
47 static cl::opt<boo
[all...]
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Drcfile.c417 for (; ap->opt; ap++) {
424 warnx("rc: argument for option '%c' (%s) too long\n", ap->opt, ap->name);
443 ap->opt, ap->name, ap->min, ap->max);
456 opt_args_parseopt(struct opt_args *ap, int opt, char *arg, argument
461 for (; ap->opt; ap++) {
462 if (ap->opt != opt)
470 warnx("opt: Argument for option '%c' (%s) too long\n", ap->opt, ap->name);
484 warnx("opt
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/tools/llc/
H A Dllc.cpp49 static cl::opt<std::string>
52 static cl::opt<std::string>
55 static cl::opt<unsigned>
61 static cl::opt<char>
69 static cl::opt<std::string>
72 cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
75 cl::opt<bool>
/freebsd-10.0-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)
/freebsd-10.0-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.0-release/sbin/mount/
H A Dmount.c93 static struct opt { struct
203 char *optbuf, *opt; local
210 for (opt = optbuf; (opt = strtok(opt, ",")) != NULL; opt = NULL) {
211 if (strcmp(opt, "ro") == 0) {
510 char *opt, *optbuf; local
519 for (opt = optbuf; (opt
848 remopt(char *string, const char *opt) argument
[all...]
/freebsd-10.0-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.0-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") || index(opt, 'd')) {
305 if (strstr(opt, "none")) {
322 if (strstr(opt, "state")) {
339 if (strstr(opt, "nat")) {
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c90 * @param opt: option name without trailing :.
94 print_option(struct config_file* cfg, const char* opt) argument
96 if(!config_get_option(cfg, opt, config_print_func, stdout))
97 fatal_exit("cannot print option '%s'", opt);
451 checkconf(const char* cfgfile, const char* opt) argument
470 if(opt) print_option(cfg, opt);
485 const char* opt = NULL; local
499 opt = optarg;
514 checkconf(f, opt);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp37 static cl::opt<std::string>
41 static cl::opt<std::string>
45 static cl::opt<bool>
48 static cl::opt<bool>
88 static cl::opt<bool>
/freebsd-10.0-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.0-release/contrib/dtc/
H A Ddtc.c111 int opt; local
121 while ((opt = getopt(argc, argv, "hI:O:o:V:d:R:S:p:fqb:i:vH:sW:E:"))
123 switch (opt) {
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-release/lib/libc/gen/
H A Dtermios.c57 tcsetattr(int fd, int opt, const struct termios *t) argument
61 if (opt & TCSASOFT) {
66 switch (opt & ~TCSASOFT) {
/freebsd-10.0-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.0-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.0-release/contrib/byacc/
H A Dvmsbuild.com65 $ open/write optf vms_link.opt
115 $! -------------- vms_link.opt is created -------------
118 $! mms called this script to build vms_link.opt. all done
146 $ link /exec='target/map/cross main.obj, vms_link/opt
164 $ if f$search("*.opt") .nes. "" then delete *.opt;*
172 $ if f$search("*.opt") .nes. "" then purge *.opt
/freebsd-10.0-release/contrib/file/
H A Dfile.c95 #define OPT(shortname, longname, opt, doc) \
96 {longname, opt, NULL, shortname},
97 #define OPT_LONGONLY(longname, opt, doc) \
98 {longname, opt, NULL, 0},
488 #define OPT(shortname, longname, opt, doc) \
490 #define OPT_LONGONLY(longname, opt, doc) \

Completed in 218 milliseconds

1234567891011>>