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

<<11121314151617181920>>

/freebsd-10.1-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.1-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.1-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c91 * @param opt: option name without trailing :.
95 print_option(struct config_file* cfg, const char* opt) argument
97 if(!config_get_option(cfg, opt, config_print_func, stdout))
98 fatal_exit("cannot print option '%s'", opt);
452 checkconf(const char* cfgfile, const char* opt) argument
471 if(opt) print_option(cfg, opt);
486 const char* opt = NULL; local
500 opt = optarg;
515 checkconf(f, opt);
[all...]
/freebsd-10.1-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.1-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.1-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp167 const option& opt = (*iter); local
169 optstr += opt.m_character;
170 if (!opt.m_argument.empty())
/freebsd-10.1-release/contrib/dtc/
H A Ddtc.c114 int opt; local
124 while ((opt = util_getopt_long()) != EOF) {
125 switch (opt) {
/freebsd-10.1-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.1-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.1-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.1-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.1-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.1-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.1-release/crypto/openssh/regress/
H A Drekey.sh42 for opt in $opts; do
43 verbose "client rekey $opt"
44 ssh_data_rekeying -oRekeyLimit=256k -o$opt
/freebsd-10.1-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.1-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.1-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.1-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.1-release/contrib/ncurses/menu/
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.1-release/contrib/openresolv/
H A Dconfigure13 opt=${x%%=*}
15 case "$opt" in
40 *) echo "$0: WARNING: unknown option $opt" >&2;;
/freebsd-10.1-release/lib/libc/net/
H A Dip6opt.c45 static int ip6optlen(u_int8_t *opt, u_int8_t *lim);
351 ip6optlen(u_int8_t *opt, u_int8_t *lim) argument
355 if (*opt == IP6OPT_PAD1)
359 if (opt + 2 > lim)
361 optlen = *(opt + 1) + 2;
363 if (opt + optlen <= lim)
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-cfg.c257 int cvmx_helper_cfg_opt_set(cvmx_helper_cfg_option_t opt, uint64_t val) argument
259 if (opt >= CVMX_HELPER_CFG_OPT_MAX)
262 cvmx_cfg_opts[opt] = val;
267 uint64_t cvmx_helper_cfg_opt_get(cvmx_helper_cfg_option_t opt) argument
269 if (opt >= CVMX_HELPER_CFG_OPT_MAX)
272 return cvmx_cfg_opts[opt];
/freebsd-10.1-release/sys/kern/
H A Dkern_jail.c353 struct uio opt; local
366 opt.uio_iov = optiov;
367 opt.uio_iovcnt = 0;
368 opt.uio_offset = -1;
369 opt.uio_resid = -1;
370 opt.uio_segflg = UIO_SYSSPACE;
371 opt.uio_rw = UIO_READ;
372 opt.uio_td = td;
378 optiov[opt.uio_iovcnt].iov_base =
381 optiov[opt
533 struct vfsopt *opt; local
1920 struct vfsopt *opt; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c167 const char *opt = (const char *)option; local
169 if (opt == NULL || arg == NULL)
175 len = strlen(opt) + strlen(arg) + 1;
178 (void) strcpy(buf, opt);
910 dof_optdesc_t *opt = (dof_optdesc_t *)(uintptr_t) local
913 if (opt->dofo_strtab != DOF_SECIDX_NONE)
916 if (opt->dofo_option >= DTRACEOPT_MAX)
919 dtp->dt_options[opt->dofo_option] = opt->dofo_value;
1027 dtrace_getopt(dtrace_hdl_t *dtp, const char *opt, dtrace_optval_ argument
1056 dtrace_setopt(dtrace_hdl_t *dtp, const char *opt, const char *val) argument
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py138 def append_with_opt(option, opt, value, parser):
139 """A function for OptionParser which appends a tuple (opt, value)."""
140 getattr(parser.values, option.dest).append((opt, value))

Completed in 197 milliseconds

<<11121314151617181920>>