Searched refs:option (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/include/
H A Dgetopt.h46 struct option { struct
47 /* name of long option */
51 * whether option takes an argument
54 /* if not NULL, set *flag to val when option found */
62 const struct option *, int *);
64 const struct option *, int *);
/bionic/libc/include/sys/
H A Dprctl.h38 extern int prctl(int option, ...);
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_dccp.h36 __u8 option; member in struct:xt_dccp_info
H A Dxt_tcpudp.h26 __u8 option; member in struct:xt_tcp
/bionic/libc/malloc_debug/
H A DConfig.cpp69 uint64_t option, size_t* value, bool* config, bool combo_option)
71 option(option), value(value), config(config), combo_option(combo_option) {}
77 uint64_t option = 0; member in struct:Feature
130 error_log("%s: bad value for option '%s': %s", getprogname(), property->c_str(),
136 error_log("%s: bad value for option '%s'", getprogname(), property->c_str());
138 error_log("%s: bad value for option '%s', non space found after option: %s",
143 error_log("%s: bad value for option '%s', value cannot be negative: %ld",
216 error_log(" the rest of these allocations are verified. When this option i
68 Feature(std::string name, size_t default_value, size_t min_value, size_t max_value, uint64_t option, size_t* value, bool* config, bool combo_option) argument
[all...]
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c77 char *optarg; /* argument associated with option */
83 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
101 const struct option *, int *, int);
103 const struct option *, int *, int, int);
107 static char *place = EMSG; /* option letter processing */
110 static int nonopt_start = -1; /* first non option argument (for permute) */
111 static int nonopt_end = -1; /* first option after non options (for permute) */
114 static const char recargchar[] = "option requires an argument -- %c";
115 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */
118 static const char gnuoptchar[] = "invalid option
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dscc.h154 char option; member in struct:scc_hw_config
/bionic/tools/relocation_packer/src/
H A Dmain.cc56 static const option options[] = {
/bionic/libc/kernel/uapi/rdma/
H A Drdma_user_cm.h137 __u32 option; member in struct:rdma_ucm_query
/bionic/libc/dns/resolv/
H A Dres_debug.c661 * Return a mnemonic for an option
664 p_option(u_long option) { argument
667 switch (option) {
698 default: snprintf(nbuf, sizeof(nbuf), "?0x%lx?", (u_long)option);
/bionic/tests/
H A Dunistd_test.cpp673 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { argument
675 long ret = sysconf(option);

Completed in 2097 milliseconds