/bionic/libc/bionic/ |
D | wait.cpp | 38 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()
|
D | malloc_common_dynamic.cpp | 222 static bool CheckLoadMallocHooks(char** options) { in CheckLoadMallocHooks() 232 static bool CheckLoadMallocDebug(char** options) { in CheckLoadMallocDebug() 333 bool FinishInstallHooks(libc_globals* globals, const char* options, const char* prefix) { in FinishInstallHooks() 360 static bool InstallHooks(libc_globals* globals, const char* options, const char* prefix, in InstallHooks() 377 char* options = prop; in MallocInitImpl() local
|
D | jemalloc_wrapper.cpp | 137 int je_malloc_info(int options, FILE* fp) { in je_malloc_info()
|
D | ndk_cruft.cpp | 64 pid_t __wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in __wait4() 276 pid_t wait3(int* status, int options, struct rusage* rusage) { in wait3()
|
D | fts.c | 73 FTS* __fts_open(char* const* argv, int options, int (*compar)(const FTSENT**, const FTSENT**)) { in __fts_open() 1041 FTS* fts_open(char* const* argv, int options, int (*compar)(const FTSENT**, const FTSENT**)) { in fts_open()
|
D | malloc_common.cpp | 90 extern "C" int malloc_info(int options, FILE* fp) { in malloc_info()
|
D | malloc_limit.cpp | 376 static int LimitMallocInfo(int options, FILE* fp) { in LimitMallocInfo()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 192 parse_long_options(char * const *nargv, const char *options, in parse_long_options() 357 getopt_internal(int nargc, char * const *nargv, const char *options, 573 getopt(int nargc, char * const *nargv, const char *options) 593 getopt_long(int nargc, char * const *nargv, const char *options, 606 getopt_long_only(int nargc, char * const *nargv, const char *options,
|
/bionic/libc/malloc_debug/ |
D | DebugData.cpp | 38 bool DebugData::Initialize(const char* options) { in Initialize()
|
D | Config.h | 67 uint64_t options() const { return options_; } in options() function
|
D | malloc_debug.cpp | 256 const char* options) { in debug_initialize() 777 int debug_malloc_info(int options, FILE* fp) { in debug_malloc_info()
|
/bionic/libc/include/android/ |
D | legacy_sys_wait_inlines.h | 42 static __inline pid_t wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in wait4()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_connlabel.h | 27 __u16 options; member
|
D | xt_SYNPROXY.h | 28 __u8 options; member
|
/bionic/linker/ |
D | linker_logger.cpp | 51 std::vector<std::string> options = android::base::Split(value, ","); in ParseProperty() local
|
/bionic/libc/kernel/uapi/linux/ |
D | watchdog.h | 25 __u32 options; member
|
D | net_dropmon.h | 39 struct net_dm_config_entry options[0]; member
|
D | isdn_ppp.h | 57 unsigned char options[ISDN_PPP_COMP_MAX_OPTIONS]; member
|
D | if_xdp.h | 68 __u32 options; member
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 493 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions()
|
/bionic/libc/malloc_hooks/ |
D | malloc_hooks.cpp | 179 int hooks_malloc_info(int options, FILE* fp) { in hooks_malloc_info()
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 146 u_int options; /* option flags - see below. */ member 148 u_long options; /* option flags - see below. */ member
|
/bionic/libc/kernel/uapi/sound/ |
D | compress_params.h | 198 union snd_codec_options options; member
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_config_tests.cpp | 36 bool InitConfig(const char* options) { in InitConfig()
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 214 options = TranslationUnit.PARSE_DETAILED_PROCESSING_RECORD variable in CppTokenizer
|