Searched refs:options (Results 1 - 25 of 49) sorted by relevance

12

/bionic/libc/bionic/
H A Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
38 pid_t waitpid(pid_t pid, int* status, int options) { argument
39 return wait4(pid, status, options, NULL);
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { argument
44 return __waitid(which, id, info, options, NULL);
H A Dmalloc_common.cpp34 // library that is only loaded when the property "libc.debug.malloc.options"
204 static const char* DEBUG_PROPERTY_OPTIONS = "libc.debug.malloc.options";
346 static bool CheckLoadMallocHooks(char** options) { argument
349 (__system_property_get(HOOKS_PROPERTY_ENABLE, *options) == 0 || *options[0] == '\0' || *options[0] == '0')) {
352 *options = nullptr;
356 static bool CheckLoadMallocDebug(char** options) { argument
360 if (__system_property_get(DEBUG_PROPERTY_OPTIONS, *options) == 0 || *options[
422 char* options = prop; local
[all...]
H A Dmalloc_info.cpp59 int malloc_info(int options, FILE* fp) { argument
60 if (options != 0) {
/bionic/libc/malloc_debug/
H A DDebugData.cpp38 bool DebugData::Initialize(const char* options) { argument
39 if (!config_.Init(options)) {
43 // Check to see if the options that require a header are enabled.
44 if (config_.options() & HEADER_OPTIONS) {
48 if (config_.options() & FRONT_GUARD) {
55 if (config_.options() & REAR_GUARD) {
68 if (config_.options() & RECORD_ALLOCS) {
75 if (config_.options() & EXPAND_ALLOC) {
H A DDebugData.h49 bool Initialize(const char* options);
77 bool TrackPointers() { return config_.options() & TRACK_ALLOCS; }
79 bool HeaderEnabled() { return config_.options() & HEADER_OPTIONS; }
H A Dmalloc_debug.cpp69 const char* options);
127 if (g_debug->config().options() & FREE_TRACK) {
188 if (g_debug->config().options() & FRONT_GUARD) {
193 if (g_debug->config().options() & REAR_GUARD) {
205 const char* options) {
206 if (malloc_zygote_child == nullptr || options == nullptr) {
221 if (!debug->Initialize(options)) {
240 if (g_debug->config().options() & FREE_TRACK) {
244 if (g_debug->config().options() & LEAK_TRACK) {
248 if ((g_debug->config().options()
204 debug_initialize(const MallocDispatch* malloc_dispatch, int* malloc_zygote_child, const char* options) argument
[all...]
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_connlabel.h27 __u16 options; member in struct:xt_connlabel_mtinfo
H A Dxt_SYNPROXY.h28 __u8 options; member in struct:xt_synproxy_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_connlabel.h27 __u16 options; member in struct:xt_connlabel_mtinfo
H A Dxt_SYNPROXY.h28 __u8 options; member in struct:xt_synproxy_info
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_connlabel.h27 __u16 options; member in struct:xt_connlabel_mtinfo
H A Dxt_SYNPROXY.h28 __u8 options; member in struct:xt_synproxy_info
/bionic/libc/include/android/
H A Dlegacy_sys_wait_inlines.h42 static __inline pid_t wait4(pid_t pid, int* status, int options, struct rusage* rusage) { argument
43 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage));
/bionic/tools/versioner/current/android/
H A Dlegacy_sys_wait_inlines.h42 static __inline pid_t wait4(pid_t pid, int* status, int options, struct rusage* rusage) { argument
43 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage));
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c80 #define PRINT_ERROR ((opterr) && (*options != ':'))
82 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
83 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
88 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
111 static int nonopt_end = -1; /* first option after non options (for permute) */
188 * Parse long options in argc/argv argument vector.
192 parse_long_options(char * const *nargv, const char *options, argument
357 getopt_internal(int nargc, char * const *nargv, const char *options, argument
364 if (options == NULL)
375 * Disable GNU extensions if POSIXLY_CORRECT is set or options
573 getopt(int nargc, char * const *nargv, const char *options) argument
593 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
606 getopt_long_only(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
[all...]
/bionic/libc/dns/resolv/
H A Dres_query.c145 if (statp->options & RES_DEBUG)
153 (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U)
158 if (statp->options & RES_DEBUG)
168 if ((statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U &&
171 if (statp->options & RES_DEBUG)
177 if (statp->options & RES_DEBUG)
186 if (statp->options & RES_DEBUG)
272 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
273 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
340 if ((statp->options
[all...]
H A Dres_init.c190 if ((statp->options & RES_INIT) != 0U)
197 statp->options = RES_DEFAULT;
429 if (MATCH(buf, "options")) {
430 res_setoptions(statp, buf + sizeof("options") - 1, "conf");
474 if (statp->options & RES_DEBUG) {
487 statp->options |= RES_INIT;
493 res_setoptions(res_state statp, const char *options, const char *source) argument
495 const char *cp = options;
500 if (statp->options & RES_DEBUG)
502 options, sourc
[all...]
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp36 bool InitConfig(const char* options) { argument
38 return config->Init(options);
43 "6 malloc_debug malloc debug options usage:\n"
135 "6 malloc_debug This option only has meaning if the record_allocs options has been specified.\n"
220 ASSERT_EQ(BACKTRACE | TRACK_ALLOCS, config->options());
229 ASSERT_EQ(BACKTRACE | TRACK_ALLOCS, config->options());
238 ASSERT_EQ(BACKTRACE | TRACK_ALLOCS, config->options());
247 ASSERT_EQ(BACKTRACE | TRACK_ALLOCS | FRONT_GUARD, config->options());
257 ASSERT_EQ(FRONT_GUARD | TRACK_ALLOCS, config->options());
261 ASSERT_EQ(FRONT_GUARD | TRACK_ALLOCS, config->options());
[all...]
/bionic/libc/kernel/uapi/linux/
H A Disdn_ppp.h57 unsigned char options[ISDN_PPP_COMP_MAX_OPTIONS]; member in struct:isdn_ppp_comp_data
H A Dnet_dropmon.h39 struct net_dm_config_entry options[0]; member in struct:net_dm_config_msg
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Disdn_ppp.h57 unsigned char options[ISDN_PPP_COMP_MAX_OPTIONS]; member in struct:isdn_ppp_comp_data
H A Dnet_dropmon.h39 struct net_dm_config_entry options[0]; member in struct:net_dm_config_msg
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Disdn_ppp.h57 unsigned char options[ISDN_PPP_COMP_MAX_OPTIONS]; member in struct:isdn_ppp_comp_data
H A Dnet_dropmon.h39 struct net_dm_config_entry options[0]; member in struct:net_dm_config_msg
/bionic/linker/
H A Dlinker_logger.cpp51 std::vector<std::string> options = android::base::Split(value, ","); local
55 for (const auto& o : options) {

Completed in 1317 milliseconds

12