Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/bionic/
Dwait.cpp38 pid_t waitpid(pid_t pid, int* status, int options) { in waitpid()
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { in waitid()
Dmalloc_common_dynamic.cpp213 static bool CheckLoadMallocHooks(char** options) { in CheckLoadMallocHooks()
223 static bool CheckLoadMallocDebug(char** options) { in CheckLoadMallocDebug()
322 bool FinishInstallHooks(libc_globals* globals, const char* options, const char* prefix) { in FinishInstallHooks()
357 static bool InstallHooks(libc_globals* globals, const char* options, const char* prefix, in InstallHooks()
379 char* options = prop; in MallocInitImpl() local
Dgwp_asan_wrappers.cpp253 void SetDefaultGwpAsanOptions(Options* options, unsigned* process_sample_rate, in SetDefaultGwpAsanOptions()
370 bool GetGwpAsanOptions(Options* options, unsigned* process_sample_rate, in GetGwpAsanOptions()
425 Options options; in MaybeInitGwpAsan() local
504 bool EnableGwpAsan(const android_mallopt_gwp_asan_options_t& options) { in EnableGwpAsan()
Dsysprop_helpers.cpp60 size_t sys_prop_names_size, char* options, in get_config_from_env_or_sysprops()
Djemalloc_wrapper.cpp137 int je_malloc_info(int options, FILE* fp) { in je_malloc_info()
Dfts.c71 __fts_open(char * const *argv, int options, in __fts_open()
1051 fts_open(char * const *argv, int options, in fts_open()
Dndk_cruft.cpp65 pid_t __wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in __wait4()
277 pid_t wait3(int* status, int options, struct rusage* rusage) { in wait3()
Dmalloc_limit.cpp378 static int LimitMallocInfo(int options, FILE* fp) { in LimitMallocInfo()
Dmalloc_common.cpp96 extern "C" int malloc_info(int options, FILE* fp) { in malloc_info()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c192 parse_long_options(char * const *nargv, const char *options, in parse_long_options()
357 getopt_internal(int nargc, char * const *nargv, const char *options,
575 getopt(int nargc, char * const *nargv, const char *options)
595 getopt_long(int nargc, char * const *nargv, const char *options,
608 getopt_long_only(int nargc, char * const *nargv, const char *options,
/bionic/libc/malloc_debug/
DDebugData.cpp38 bool DebugData::Initialize(const char* options) { in Initialize()
DConfig.h69 uint64_t options() const { return options_; } in options() function
Dmalloc_debug.cpp392 const char* options) { in debug_initialize()
966 int debug_malloc_info(int options, FILE* fp) { in debug_malloc_info()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_connlabel.h29 __u16 options; member
Dnf_synproxy.h29 __u8 options; member
/bionic/linker/
Dlinker_logger.cpp50 std::vector<std::string> options = android::base::Split(value, ","); in ParseProperty() local
/bionic/libc/kernel/uapi/linux/
Dwatchdog.h25 __u32 options; member
Dif_xdp.h83 __u32 options; member
Dnet_dropmon.h39 struct net_dm_config_entry options[]; member
/bionic/libc/dns/resolv/
Dres_init.c493 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions()
/bionic/libc/malloc_hooks/
Dmalloc_hooks.cpp179 int hooks_malloc_info(int options, FILE* fp) { in hooks_malloc_info()
/bionic/libc/dns/include/
Dresolv_private.h147 u_int options; /* option flags - see below. */ member
149 u_long options; /* option flags - see below. */ member
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp36 bool InitConfig(const char* options) { in InitConfig()
Dmalloc_debug_unit_tests.cpp126 void Init(const char* options) { in Init()
132 void InitRecordAllocs(const char* options) { in InitRecordAllocs()
/bionic/libc/kernel/uapi/sound/
Dcompress_params.h239 union snd_codec_options options; member

12