Home
last modified time | relevance | path

Searched refs:null (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/kernel/tools/
Dgenerate_uapi_headers.sh73 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/
Difunc_test.cpp73 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()
Dstdio_test.cpp942 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/
Dstddef_h.c34 void* null = NULL; in stddef_h() local
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h177 struct { const void *placeholder; } null; member
/bionic/docs/
DEINTR.md34 null pointer checks.)
Dfdsan.md17 int fd = open("/dev/null", O_RDONLY);
34 open("/dev/null", O_RDONLY) = 123
Dstatus.md165 * 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