Searched refs:null (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/kernel/tools/ |
D | generate_uapi_headers.sh | 73 for file in $(ls -d ${src_dir}/* 2> /dev/null); do 96 for file in $(ls -d ${src_dir}/* 2> /dev/null); do 115 for file in $(ls -d ${src_dir}/* 2> /dev/null); do 120 if [[ -e ${tgt_file} ]] && ! diff "${file}" "${tgt_file}" > /dev/null; then
|
/bionic/tests/ |
D | ifunc_test.cpp | 73 extern "C" fn_ptr_t hwcap_resolver(uint64_t hwcap, __riscv_hwprobe_t hwprobe_ptr, void* null) { in hwcap_resolver() argument 76 g_null = null; in hwcap_resolver()
|
D | stdio_test.cpp | 942 char* null = nullptr; in TEST() local 943 EXPECT_SNPRINTF("<(n>", "<%*.*s>", 2, 2, null); in TEST() 944 EXPECT_SNPRINTF("<(null)>", "<%*.*s>", 2, 8, null); in TEST() 945 EXPECT_SNPRINTF("< (n>", "<%*.*s>", 8, 2, null); in TEST() 946 EXPECT_SNPRINTF("< (null)>", "<%*.*s>", 8, 8, null); in TEST() 950 char* null = nullptr; in TEST() local 951 EXPECT_SWPRINTF(L"<(n>", L"<%*.*s>", 2, 2, null); in TEST() 952 EXPECT_SWPRINTF(L"<(null)>", L"<%*.*s>", 2, 8, null); in TEST() 953 EXPECT_SWPRINTF(L"< (n>", L"<%*.*s>", 8, 2, null); in TEST() 954 EXPECT_SWPRINTF(L"< (null)>", L"<%*.*s>", 8, 8, null); in TEST()
|
/bionic/tests/headers/posix/ |
D | stddef_h.c | 34 void* null = NULL; in stddef_h() local
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 177 struct { const void *placeholder; } null; member
|
/bionic/docs/ |
D | EINTR.md | 34 null pointer checks.)
|
D | fdsan.md | 17 int fd = open("/dev/null", O_RDONLY); 34 open("/dev/null", O_RDONLY) = 123
|
D | status.md | 165 * Passing a null `FILE*` or `DIR*` to libc is now detected at runtime and 404 function on a destroyed mutex, calling a `<dirent.h>` function on a null
|