/kernel/liteos_a/testsuites/unittest/fuzz/ |
H A D | chroot_fuzzer.cpp | 41 char *buf = DT_SetGetString(&g_Element[0], LENGTH_STRING, MAXLENGTH_STRING, INITVALUE_STRING); in TestChroot() local
|
H A D | sem_open_fuzzer.cpp | 43 char *buf = DT_SetGetString(&g_Element[0], LENGTH_STRING, MAXLENGTH_STRING, INITVALUE_STRING); in TestSemOpen() local
|
H A D | system_fuzzer.cpp | 41 char *buf = DT_SetGetString(&g_Element[0], LENGTH_STRING, MAXLENGTH_STRING, INITVALUE_STRING); in TestSystem() local
|
/third_party/node/test/wasi/c/ |
H A D | getentropy.c | 5 char buf[256] = {0}; in main() local
|
/third_party/musl/src/stdio/ |
H A D | setbuf.c | 3 void setbuf(FILE *restrict f, char *restrict buf) in setbuf() argument
|
/third_party/musl/libc-test/src/regression/ |
H A D | regex-escaped-high-byte.c | 9 char buf[200]; in main() local
|
H A D | regex-negated-range.c | 8 char buf[200]; in main() local
|
H A D | setenv-oom.c | 11 char buf[10000]; in main() local
|
H A D | setvbuf-unget.c | 9 char buf[1024] = "hello world"; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | infinite-loop03.c | 1 static void foo(int *buf) in foo() argument
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | union.c | 4 char buf[128]; member
|
/third_party/lwip/src/netif/ppp/ |
H A D | eui64.c | 48 static char buf[20]; in eui64_ntoa() local
|
/third_party/musl/compat/time32/ |
H A D | ctime32_r.c | 4 char *__ctime32_r(time32_t *t, char *buf) in __ctime32_r() argument
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | echo3.py | 5 buf = os.read(0, 1024) variable
|
H A D | echo2.py | 4 buf = os.read(0, 1024) variable
|
H A D | echo.py | 5 buf = os.read(0, 1024) variable
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | from_into.rs | 22 let mut buf = [0_u8; 4]; in test_owned() variables
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | syscalls.rs | 96 let mut buf = MaybeUninit::<Winsize>::uninit(); variables
|
/third_party/rust/crates/rustix/tests/rand/ |
H A D | getrandom.rs | 5 let mut buf = [0_u8; 256]; in test_getrandom() variables
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/ |
H A D | cxacru-cf.py | 34 buf = sys.stdin.read(4) variable
|
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/atm/ |
H A D | cxacru-cf.py | 34 buf = sys.stdin.read(4) variable
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-self-wchan.c | 24 char buf[64]; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_trampoline_count.c | 11 int BPF_PROG(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument 17 int BPF_PROG(prog2, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
|
/kernel/linux/linux-5.10/include/linux/soc/ti/ |
H A D | ti-msgmgr.h | 32 u8 *buf; member
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_empty_tree.c | 13 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree() argument
|