Searched refs:null (Results 1 – 6 of 6) 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/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 | fdsan.md | 15 int fd = open("/dev/null", O_RDONLY); 32 open("/dev/null", O_RDONLY) = 123
|
D | status.md | 108 * Passing a null `FILE*` or `DIR*` to libc is now detected at runtime and 340 calling a `<dirent.h>` function on a null pointer, using `%n` with the
|
/bionic/tests/ |
D | stdio_test.cpp | 893 char* null = nullptr; in TEST() local 894 EXPECT_EQ(4, snprintf(buf, sizeof(buf), "<%*.*s>", 2, 2, null)); in TEST() 896 EXPECT_EQ(8, snprintf(buf, sizeof(buf), "<%*.*s>", 2, 8, null)); in TEST() 898 EXPECT_EQ(10, snprintf(buf, sizeof(buf), "<%*.*s>", 8, 2, null)); in TEST() 900 EXPECT_EQ(10, snprintf(buf, sizeof(buf), "<%*.*s>", 8, 8, null)); in TEST()
|