/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | cname.h | 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 40 * This code is derived from software contributed to Berkeley by 46 * 1. Redistributions of source code must retain the above copyright 77 char code; member in struct:cname
|
H A D | regerror.c | 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 40 * This code is derived from software contributed to Berkeley by 46 * 1. Redistributions of source code must retain the above copyright 133 int code; member in struct:rerr 153 { 0, "", "*** unknown regexp error code ***" } 180 for (r = rerrs; r->code != 0; r++) 181 if (r->code == target) 185 if (r->code != 0) { 215 for (r = rerrs; r->code ! [all...] |
/bionic/libc/bionic/ |
H A D | strerror_r.cpp | 19 int code; member in struct:Pair 23 static const char* __code_string_lookup(const Pair* strings, int code) { argument 25 if (strings[i].code == code) {
|
H A D | malloc_debug_qemu.cpp | 8 * * Redistributions of source code must retain the above copyright 35 * code is to notify the emulator about memory being allocated/deallocated, 40 * allocated by this code is guarded with "prefix" and "suffix" areas, so 399 * code - Event code (one of the TRACE_DEV_XXX). 402 static inline void notify_qemu(uint32_t code, uintptr_t val) { argument 404 *(volatile uintptr_t*)((uintptr_t)qtrace + ((code - 1024) << 2)) = val; 781 // Fail on overflow - just to be safe even though this code runs only
|
/bionic/libc/kernel/uapi/linux/ |
H A D | filter.h | 29 __u16 code; member in struct:sock_filter 40 #define BPF_RVAL(code) ((code) & 0x18) 42 #define BPF_MISCOP(code) ((code) & 0xf8) 47 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } 51 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k }
|
H A D | icmp.h | 71 __u8 code; member in struct:icmphdr
|
H A D | if_pppox.h | 125 __u8 code; member in struct:pppoe_hdr
|
H A D | igmp.h | 26 __u8 code; member in struct:igmphdr 60 __u8 code; member in struct:igmpv3_query
|
H A D | v4l2-subdev.h | 50 __u32 code; member in struct:v4l2_subdev_mbus_code_enum 57 __u32 code; member in struct:v4l2_subdev_frame_size_enum 76 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
|
H A D | bpf.h | 62 __u8 code; member in struct:bpf_insn
|
H A D | inet_diag.h | 66 unsigned char code; member in struct:inet_diag_bc_op
|
H A D | uhid.h | 149 __u16 code; member in struct:uhid_output_ev_req
|
H A D | binder.h | 102 __u32 code; member in struct:binder_transaction_data
|
H A D | v4l2-mediabus.h | 125 __u32 code; member in struct:v4l2_mbus_framefmt
|
H A D | rtnetlink.h | 374 __u8 code; member in struct:rta_session::__anon682::__anon684
|
H A D | wireless.h | 350 __u32 code; member in struct:iw_discarded
|
H A D | kvm.h | 445 __u16 code; member in struct:kvm_s390_pgm_info 461 __u16 code; member in struct:kvm_s390_extcall_info 465 __u16 code; member in struct:kvm_s390_emerg_info
|
H A D | input.h | 30 __u16 code; member in struct:input_event
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 112 __u8 code[2]; member in struct:ipt_icmp
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 136 __u8 code[2]; member in struct:ip6t_icmp
|
/bionic/libc/kernel/uapi/sound/ |
H A D | emu10k1.h | 332 __u32 __user * code; member in struct:snd_emu10k1_fx8010_code
|