Searched defs:options (Results 251 - 275 of 306) sorted by relevance

<<111213

/freebsd-10.2-release/sbin/ping/
H A Dping.c119 int options; variable
[all...]
/freebsd-10.2-release/sbin/ping6/
H A Dping6.c194 u_int options; variable
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dobjc-lang.c213 objc_demangle (const char *mangled, int options) argument
/freebsd-10.2-release/contrib/gcc/
H A Dgcov.c427 static const struct option options[] = variable in typeref:struct:option
/freebsd-10.2-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c750 intptr_t options = row->res->apr_dbd->dboptions; local
/freebsd-10.2-release/contrib/dialog/
H A Ddialog.c201 static const Options options[] = { variable
[all...]
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipfstat.c228 char *options; local
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dcp-demangle.c281 int options; member in struct:d_print_info
2717 d_print_init (struct d_print_info *dpi, int options, argument
2800 cplus_demangle_print_callback(int options, const struct demangle_component *dc, demangle_callbackref callback, void *opaque) argument
2825 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
3928 cplus_demangle_init_info(const char *mangled, int options, size_t len, struct d_info *di) argument
3960 d_demangle_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
4038 d_demangle(const char *mangled, int options, size_t *palc) argument
4198 cplus_demangle_v3(const char *mangled, int options) argument
4206 cplus_demangle_v3_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
4394 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES; local
[all...]
H A Dcplus-dem.c119 int options; member in struct:work_stuff
636 cplus_demangle_opname (const char *opname, char *result, int options) argument
769 cplus_mangle_opname (const char *opname, int options) argument
846 cplus_demangle(const char *mangled, int options) argument
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Darm-dis.c3834 parse_disassembler_options(char *options) argument
[all...]
/freebsd-10.2-release/sys/dev/fb/
H A Dmachfb.c523 phandle_t options; local
/freebsd-10.2-release/sys/dev/fdc/
H A Dfdc.c255 int options; /* FDOPT_* */ member in struct:fd_data
[all...]
/freebsd-10.2-release/sys/dev/sound/pci/
H A Dich.c102 uint32_t options; member in struct:ich_type
/freebsd-10.2-release/sys/pc98/cbus/
H A Dfdc.c248 int options; /* user configurable options, see fdcio.h */ member in struct:fd_data
[all...]
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_misc.c880 int options; local
854 linux_common_wait(struct thread *td, int pid, int *status, int options, struct rusage *ru) argument
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dreadconf.c293 add_local_forward(Options *options, const Forward *newfwd) argument
330 add_remote_forward(Options *options, const Forward *newfwd) argument
348 clear_forwardings(Options *options) argument
374 add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) argument
484 match_cfg_line(Options *options, char **condition, struct passwd *pw, const char *host_arg, const char *filename, int linenum) argument
727 process_config_line(Options *options, struct passwd *pw, const char *host, char *line, const char *filename, int linenum, int *activep, int userconfig) argument
1514 read_config_file(const char *filename, struct passwd *pw, const char *host, Options *options, int flags) argument
1572 initialize_options(Options * options) argument
1674 fill_default_options_for_canonicalization(Options *options) argument
1689 fill_default_options(Options * options) argument
[all...]
H A Dservconf.c71 initialize_server_options(ServerOptions *options) argument
168 fill_default_server_options(ServerOptions *options) argument
579 add_listen_addr(ServerOptions *options, char *addr, int port) argument
595 add_one_listen_addr(ServerOptions *options, char *addr, int port) argument
876 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, struct connection_info *connectinfo) argument
1752 parse_server_match_config(ServerOptions *options, struct connection_info *connectinfo) argument
1878 parse_server_config(ServerOptions *options, const char *filename, Buffer *conf, struct connection_info *connectinfo) argument
[all...]
H A Dssh-keygen.c1826 Buffer options, option; local
/freebsd-10.2-release/gnu/usr.bin/grep/
H A Dgrep.c1263 prepend_args (char const *options, char *buf, char **argv) argument
1292 prepend_default_options (char const *options, in argument
[all...]
/freebsd-10.2-release/include/
H A Dresolv.h151 u_int options; /*%< option flags - see below. */ member in struct:__res_state
153 u_long options; /*%< option flags - see below. */ member in struct:__res_state
/freebsd-10.2-release/sys/dev/aac/
H A Daac.c1689 u_int32_t code, major, minor, options = 0, atu_size = 0; local
[all...]
/freebsd-10.2-release/sys/dev/aacraid/
H A Daacraid.c1538 u_int32_t options = 0, atu_size = 0, status, waitCount; local
[all...]
/freebsd-10.2-release/usr.sbin/inetd/
H A Dinetd.c250 int options; variable
/freebsd-10.2-release/tools/tools/netmap/
H A Dpkt-gen.c176 int options; /* testing */ member in struct:glob_arg
1057 int options local
723 send_packets(struct netmap_ring *ring, struct pkt *pkt, void *frame, int size, struct glob_arg *g, u_int count, int options, u_int nfrags) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2617 SBTarget::EvaluateExpression (const char *expr, const SBExpressionOptions &options) argument

Completed in 259 milliseconds

<<111213