/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 95 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse() 98 (*action)(root, leaf, level); in trecurse() 100 (*action)(root, preorder, level); in trecurse() 102 trecurse(root->left, action, level + 1); in trecurse() 103 (*action)(root, postorder, level); in trecurse() 105 trecurse(root->right, action, level + 1); in trecurse() 106 (*action)(root, endorder, level); in trecurse() 112 twalk(const void *vroot, void (*action)(const void *, VISIT, int)) in twalk() 116 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0) in twalk() 117 trecurse(root, action, 0); in twalk()
|
/bionic/tests/ |
D | ScopedSignalHandler.h | 33 ScopedSignalHandler(int signal_number, void (*action)(int, siginfo_t*, void*), 38 action_.sa_sigaction = action; in signal_number_()
|
D | sys_ptrace_test.cpp | 276 struct sigaction action, oldaction; in TEST() local 277 action.sa_handler = [](int) {}; in TEST() 278 sigemptyset(&action.sa_mask); in TEST() 279 action.sa_flags = 0; in TEST() 280 ASSERT_EQ(0, sigaction(SIGALRM, &action, &oldaction)) << strerror(errno); in TEST()
|
/bionic/libc/private/ |
D | bionic_fortify.h | 74 static inline void __check_buffer_access(const char* fn, const char* action, in __check_buffer_access() argument 77 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual); in __check_buffer_access()
|
/bionic/libc/kernel/uapi/xen/ |
D | gntalloc.h | 39 __u32 action; member
|
D | gntdev.h | 53 __u32 action; member
|
/bionic/linker/ |
D | linked_list.h | 156 void for_each(F action) const { in for_each() argument 158 action(si); in for_each() 164 bool visit(F action) const { in visit() argument 166 if (!action(e->element)) { in visit()
|
D | linker_soinfo.h | 349 void for_each_dt_needed(const soinfo* si, F action) { in for_each_dt_needed() argument 352 action(fix_dt_needed(si->get_string(d->d_un.d_val), si->get_realpath())); in for_each_dt_needed()
|
D | linker.cpp | 712 static bool walk_dependencies_tree(soinfo* root_soinfos[], size_t root_soinfos_size, F action) { in walk_dependencies_tree() argument 726 walk_action_result_t result = action(si); in walk_dependencies_tree() 1118 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { in for_each_dt_needed() argument 1121 action(fix_dt_needed(elf_reader.get_string(d->d_un.d_val), elf_reader.name())); in for_each_dt_needed()
|
/bionic/libc/include/bits/ |
D | termios_inlines.h | 85 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { in tcflow() argument 86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action)); in tcflow()
|
/bionic/libc/kernel/uapi/linux/ |
D | fib_rules.h | 38 __u8 action; member
|
D | blktrace_api.h | 96 __u32 action; member
|
D | pkt_cls.h | 59 int action; member 84 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
|
D | audit.h | 333 __u32 action; member
|
D | xfrm.h | 350 __u8 action; member
|
D | pkt_sched.h | 104 int action; member
|
D | ethtool.h | 352 __s32 action; member
|
/bionic/libc/kernel/uapi/scsi/ |
D | scsi_bsg_fc.h | 53 uint8_t action; member
|