Searched refs:options (Results 251 - 275 of 865) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demint.c183 cplus_demangle_v3_components (const char *mangled, int options, void **mem) argument
196 if ((options & DMGL_TYPES) == 0)
201 cplus_demangle_init_info (mangled, options, len, &di);
223 if ((options & DMGL_PARAMS) != 0 && d_peek_char (&di) != '\0')
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.h44 extern char *objc_demangle (const char *mangled, int options);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h84 int (*options)(struct archive_write *, member in struct:archive_write::__anon1634
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriverOptions.cpp16 using namespace clang::driver::options;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h105 extern int options; /* used during socket creation */
H A Dglobals.c64 int options; /* used during socket creation */ variable
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c44 char options[256]; variable
/freebsd-9.3-release/gnu/usr.bin/gperf/
H A DMakefile12 main.cc options.cc output.cc positions.cc search.cc version.cc \
/freebsd-9.3-release/gnu/usr.bin/sort/
H A DMakefile17 long-options.c \
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_init.c180 statp->options = RES_DEFAULT;
500 if (MATCH(buf, "options")) {
501 res_setoptions(statp, buf + sizeof("options") - 1, "conf");
546 if (statp->options & RES_DEBUG) {
556 statp->options |= RES_NOALIASES;
559 statp->options |= RES_INIT;
564 res_setoptions(res_state statp, const char *options, const char *source) argument
566 const char *cp = options;
573 if (statp->options & RES_DEBUG)
575 options, sourc
[all...]
H A Dres_state.c81 statp->options = RES_TIMEOUT; /* Motorola, et al. */
H A Dres_mkquery.c113 if (statp->options & RES_DEBUG)
126 hp->rd = (statp->options & RES_RECURSE) != 0U;
217 if ((statp->options & RES_DEBUG) != 0U)
238 if (statp->options & RES_USE_DNSSEC) {
240 if (statp->options & RES_DEBUG)
274 if ((statp->options & RES_DEBUG) != 0U)
/freebsd-9.3-release/sbin/fsck/
H A Dfsck.c72 char *options; local
76 static char *options = NULL; variable
137 catopt(&options, globopt);
143 catopt(&options, globopt);
318 if (options)
319 catopt(&optbuf, options);
419 return e->options;
437 catopt(&e->options, newoptions);
451 e->options = estrdup(opts);
496 mangle(char *options, in argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dvalidator.h131 unsigned int options; member in struct:dns_validator
171 * dns_validator_create() options.
181 dns_message_t *message, unsigned int options,
216 * options:
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dstats.c274 void *arg, unsigned int options)
279 arg, options);
311 void *arg0, unsigned int options)
318 isc_stats_dump(stats->counters, rdatatype_dumpcb, &arg, options);
340 void *arg0, unsigned int options)
349 isc_stats_dump(stats->counters, rdataset_dumpcb, &arg, options);
361 void *arg0, unsigned int options)
369 isc_stats_dump(stats->counters, opcode_dumpcb, &arg, options);
273 dns_generalstats_dump(dns_stats_t *stats, dns_generalstats_dumper_t dump_fn, void *arg, unsigned int options) argument
310 dns_rdatatypestats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
339 dns_rdatasetstats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
360 dns_opcodestats_dump(dns_stats_t *stats, dns_opcodestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
/freebsd-9.3-release/crypto/openssh/
H A Dauth-chall.c43 extern ServerOptions options;
53 if (!options.use_pam)
/freebsd-9.3-release/crypto/openssl/crypto/des/times/
H A Daix.cc12 options des ecb/s
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dexclude.c57 excluded_filename (struct exclude const *ex, char const *f, int options) argument
64 if (fnmatch (exclude[i], f, options) == 0)
/freebsd-9.3-release/sys/net/
H A Dif_gre.h76 uint32_t options[0]; /* optional options */ member in struct:gre_h
109 #define gi_options gi_g.options
/freebsd-9.3-release/sbin/devd/
H A Dparse.y76 : OPTIONS BEGINBLOCK options ENDBLOCK SEMICOLON
79 options
81 | options option
/freebsd-9.3-release/usr.sbin/extattr/
H A Drmextattr.c104 const char *options, *attrname; local
123 options = "fhqsx";
127 options = "fhnq";
131 options = "fhq";
135 options = "fhq";
141 while ((ch = getopt(argc, argv, options)) != -1) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dpatch.c38 static char *options = NULL; variable
65 "(Specify the --help global option for a list of other help options)\n",
92 /* The CVS 1.5 client sends these options (in addition to
133 if (options)
134 free (options);
135 options = RCS_check_kflag (optarg);
143 2. Because both it and -k use the options variable,
146 assertion in RCS_checkout where it asserts that options
158 if (options)
159 free (options);
[all...]
/freebsd-9.3-release/sbin/ifconfig/
H A Difmedia.c296 int options; local
300 options = get_media_options(IFM_TYPE(ifmr->ifm_ulist[0]), val);
305 ifr.ifr_media &= ~options;
307 if (options & IFM_HDX) {
309 options &= ~IFM_HDX;
311 ifr.ifr_media |= options;
431 } options[4]; member in struct:ifmedia_type_to_subtype
603 * Look up the options in the user-provided comma-separated
608 for (i = 0; ttos->options[i].desc != NULL; i++) {
609 option = lookup_media_word(ttos->options[
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent.c222 bufferevent_run_readcb_(struct bufferevent *bufev, int options) argument
229 if ((p->options|options) & BEV_OPT_DEFER_CALLBACKS) {
238 bufferevent_run_writecb_(struct bufferevent *bufev, int options) argument
245 if ((p->options|options) & BEV_OPT_DEFER_CALLBACKS) {
259 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) argument
262 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS);
267 bufferevent_run_eventcb_(struct bufferevent *bufev, short what, int options) argument
274 if ((p->options|option
284 bufferevent_trigger_event(struct bufferevent *bufev, short what, int options) argument
292 bufferevent_init_common_(struct bufferevent_private *bufev_private, struct event_base *base, const struct bufferevent_ops *ops, enum bufferevent_options options) argument
873 enum bufferevent_options options; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dget_cred.c922 krb5_flags options,
941 options |= KRB5_TC_MATCH_KEYTYPE;
960 if(options & KRB5_GC_EXPIRED_OK) {
970 if(options & KRB5_GC_CACHED)
978 if(options & KRB5_GC_CACHED) {
982 if(options & KRB5_GC_USER_USER)
985 options |= KRB5_GC_NO_STORE;
995 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
1002 krb5_flags options,
1009 return krb5_get_credentials_with_flags(context, options, flag
921 krb5_get_credentials_with_flags(krb5_context context, krb5_flags options, krb5_kdc_flags flags, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds) argument
1001 krb5_get_credentials(krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds) argument
1015 krb5_flags options; member in struct:krb5_get_creds_opt_data
1042 krb5_get_creds_opt_set_options(krb5_context context, krb5_get_creds_opt opt, krb5_flags options) argument
1050 krb5_get_creds_opt_add_options(krb5_context context, krb5_get_creds_opt opt, krb5_flags options) argument
1114 krb5_flags options; local
[all...]

Completed in 176 milliseconds

<<11121314151617181920>>