Searched defs:options (Results 126 - 150 of 306) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/kern/
H A Dkern_exit.c832 proc_reap(struct thread *td, struct proc *p, int *status, int options) argument
1111 kern_wait(struct thread *td, pid_t pid, int *status, int options, argument
964 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo) argument
1152 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo) argument
[all...]
/freebsd-10.2-release/sys/net/
H A Dif_media.c476 struct ifmedia_description *options; member in struct:ifmedia_type_to_subtype
/freebsd-10.2-release/crypto/openssh/
H A Dcanohost.c155 u_char options[200]; local
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c176 parse_long_options(char * const *nargv, const char *options, argument
294 getopt_internal(int nargc, char * const *nargv, const char *options, argument
490 getopt(int nargc, char * const *nargv, const char *options) argument
[all...]
/freebsd-10.2-release/gnu/usr.bin/grep/
H A Dquotearg.c603 struct quoting_options options; local
526 quotearg_n_options(int n, char const *arg, struct quoting_options const *options) argument
[all...]
/freebsd-10.2-release/share/examples/ppi/
H A Dppilcd.c320 hd44780_prepare(char *devname, char *options) argument
/freebsd-10.2-release/usr.bin/make/
H A Dmain.c208 } options[] = { local
[all...]
/freebsd-10.2-release/usr.sbin/autofs/
H A Dautomountd.c180 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local
440 char *options = NULL; local
[all...]
/freebsd-10.2-release/usr.sbin/config/
H A Dmkoptions.c63 options(void) function
[all...]
/freebsd-10.2-release/usr.sbin/i2c/
H A Di2c.c49 struct options { struct
/freebsd-10.2-release/usr.bin/ar/
H A Dar.h85 int options; /* command line options */ member in struct:bsdar
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h374 DumpValueObjectOptions options; member in class:lldb_private::ValueObjectPrinter
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp308 EvaluateExpressionOptions options; local
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp24 ValueObjectPrinter(ValueObject* valobj, Stream* s, const DumpValueObjectOptions& options) argument
31 ValueObjectPrinter(ValueObject* valobj, Stream* s, const DumpValueObjectOptions& options, uint32_t ptr_depth, uint32_t curr_depth) argument
41 Init(ValueObject* valobj, Stream* s, const DumpValueObjectOptions& options, uint32_t ptr_depth, uint32_t curr_depth) argument
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h189 enum bufferevent_options options; member in struct:bufferevent_private
362 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) argument
[all...]
H A Dbufferevent_async.c522 bufferevent_async_new_(struct event_base *base, evutil_socket_t fd, int options) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c557 svn_diff_file_options_t options = { 0 }; local
/freebsd-10.2-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c422 is_options_valid(const lzma_options_lzma *options) argument
435 set_lz_options(lzma_lz_options *lz_options, const lzma_options_lzma *options) argument
476 lzma_lzma_encoder_reset(lzma_coder *coder, const lzma_options_lzma *options) argument
548 lzma_lzma_encoder_create(lzma_coder **coder_ptr, lzma_allocator *allocator, const lzma_options_lzma *options, lzma_lz_options *lz_options) argument
607 lzma_encoder_init(lzma_lz_encoder *lz, lzma_allocator *allocator, const void *options, lzma_lz_options *lz_options) argument
626 lzma_lzma_encoder_memusage(const void *options) argument
643 lzma_lzma_lclppb_encode(const lzma_options_lzma *options, uint8_t *byte) argument
657 lzma_lzma_props_encode(const void *options, uint8_t *out) argument
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dmem_dbg.c180 static long options = /* extra information to be recorded */ variable
/freebsd-10.2-release/lib/librpcsec_gss/
H A Drpcsec_gss.c125 rpc_gss_options_ret_t options; local
491 rpc_gss_options_ret_t options; local
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_syscalls.c554 __thr_wait4(pid_t pid, int *status, int options, struct rusage *rusage) argument
572 __thr_wait6(idtype_t idtype, id_t id, int *status, int options, argument
/freebsd-10.2-release/lib/libdpv/
H A Ddpv.c99 uint16_t options; local
[all...]
/freebsd-10.2-release/sbin/dhclient/
H A Doptions.c376 cons_options(struct packet *inpacket, struct dhcp_packet *outpacket, int mms, struct tree_cache **options, int overload, int terminate, int bootpp, u_int8_t *prl, int prl_len) argument
520 store_options(unsigned char *buffer, int buflen, struct tree_cache **options, unsigned char *priority_list, int priority_len, int first_cutoff, int second_cutoff, int terminate) argument
[all...]
/freebsd-10.2-release/sbin/ifconfig/
H A Difmedia.c316 int options; local
451 } options[4]; member in struct:ifmedia_type_to_subtype
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h69 int (*options)(struct archive_read_filter_bidder *, member in struct:archive_read_filter_bidder
203 int (*options)(struct archive_read *, const char *key, member in struct:archive_read::archive_format_descriptor

Completed in 521 milliseconds

1234567891011>>