/bionic/tests/ |
D | fortify_filecheck_diagnostics_test.cpp | 47 char buf[4]; in test_sprintf() local 58 char buf[4]; in test_snprintf() local 75 char buf[4]; in test_memcpy() local 82 char buf[4]; in test_memmove() local 89 char buf[4]; in test_memset() local 96 char buf[4]; in test_strcpy() local 106 char buf[4]; in test_stpcpy() local 116 char buf[4]; in test_strncpy() local 123 char buf[4] = ""; in test_strcat() local 130 char buf[4] = ""; in test_strncat() local [all …]
|
D | async_safe_test.cpp | 25 char buf[BUFSIZ]; in TEST() local 113 char buf[BUFSIZ]; in TEST() local 123 char buf[BUFSIZ]; in TEST() local 133 char buf[BUFSIZ]; in TEST() local 147 char buf[BUFSIZ]; in TEST() local 161 char buf[BUFSIZ]; in TEST() local 171 char buf[BUFSIZ]; in TEST() local 181 char buf[BUFSIZ]; in TEST() local
|
D | sys_xattr_test.cpp | 26 char buf[10]; in TEST() local 37 char buf[10]; in TEST() local 45 char buf[10]; in TEST() local 52 char buf[10]; in TEST() local 59 char buf[10]; in TEST() local 75 char buf[10]; in TEST() local 93 char buf[10]; in TEST() local 106 char buf[65536]; // 64kB is max possible xattr list size. See "man 7 xattr". in TEST() local 115 char buf[65536]; // 64kB is max possible xattr list size. See "man 7 xattr". in TEST() local
|
D | fortify_test.cpp | 313 char buf[10]; in TEST_F() local 325 char buf[0]; in TEST_F() local 337 char buf[0]; in TEST_F() local 349 char buf[1]; in TEST_F() local 360 char buf[10]; in TEST_F() local 370 char buf[10]; in TEST_F() local 380 char buf[10]; in TEST_F() local 414 char buf[10]; in TEST_F() local 424 char* buf = (char *) malloc(10); in TEST_F() local 433 char buf[5]; in TEST_F() local [all …]
|
D | stdio_test.cpp | 278 char buf[32]; in TEST() local 284 char buf[BUFSIZ]; in TEST() local 290 char buf[BUFSIZ]; in TEST() local 297 char buf[BUFSIZ]; in TEST() local 304 char buf[BUFSIZ]; in TEST() local 316 char buf[BUFSIZ]; in TEST() local 330 char buf[32]; in TEST() local 339 char buf[BUFSIZ]; in TEST() local 441 T buf[BUFSIZ]; in CheckInfNan() local 569 wchar_t buf[nchars]; in TEST() local [all …]
|
D | libgen_test.cpp | 44 char* buf, size_t buf_size, int expected_errno) { in TestBasename() 55 char* buf, size_t buf_size, int expected_errno) { in TestDirname() 68 char buf[256]; in TEST() local 87 char buf[256]; in TEST() local
|
D | resolv_test.cpp | 42 uint8_t buf[128]; in TEST() local 47 char buf[128]; in TEST() local 56 u_char buf[128]; in TEST() local
|
D | stdio_ext_test.cpp | 43 char buf[128]; in TEST() local 61 char buf[128]; in TEST() local 95 char buf[16]; in TEST() local 106 char buf[128]; in TEST() local
|
D | sys_sendfile_test.cpp | 40 char buf[3]; in TEST() local 59 char buf[3]; in TEST() local
|
D | stack_protector_test_helper.cpp | 19 char buf[128]; in modify_stack_protector_test() local
|
D | string_posix_strerror_r_test.cpp | 41 char buf[256]; in TEST() local
|
D | net_if_test.cpp | 29 char buf[IF_NAMESIZE] = {}; in TEST() local 46 char buf[IF_NAMESIZE] = {}; in TEST() local
|
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 71 char* getcwd(char* const __pass_object_size buf, size_t size) in getcwd() 86 ssize_t pread(int fd, void* const __pass_object_size0 buf, size_t count, off_t offset) in pread() 100 ssize_t pread64(int fd, void* const __pass_object_size0 buf, size_t count, off64_t offset) in pread64() 116 ssize_t pwrite(int fd, const void* const __pass_object_size0 buf, size_t count, off_t offset) in pwrite() 130 ssize_t pwrite64(int fd, const void* const __pass_object_size0 buf, size_t count, off64_t offset) in pwrite64() 146 ssize_t read(int fd, void* const __pass_object_size0 buf, size_t count) in read() 162 ssize_t write(int fd, const void* const __pass_object_size0 buf, size_t count) in write() 178 ssize_t readlink(const char* path, char* const __pass_object_size buf, size_t size) in readlink() 192 ssize_t readlinkat(int dirfd, const char* path, char* const __pass_object_size buf, size_t size) in readlinkat()
|
/bionic/libc/bionic/ |
D | ether_ntoa.c | 38 ether_ntoa_r (const struct ether_addr *addr, char * buf) in ether_ntoa_r() 53 static char buf[18]; in ether_ntoa() local
|
D | pty.cpp | 56 char* buf = tls.ptsname_buf; in ptsname() local 61 int ptsname_r(int fd, char* buf, size_t len) { in ptsname_r() 83 char* buf = tls.ttyname_buf; in ttyname() local 88 int ttyname_r(int fd, char* buf, size_t len) { in ttyname_r() 126 char buf[32]; in openpty() local
|
D | strerror.cpp | 188 int strerror_r(int error_number, char* buf, size_t buf_len) { in strerror_r() 206 extern "C" char* __gnu_strerror_r(int error_number, char* buf, size_t buf_len) { in __gnu_strerror_r()
|
D | readlink.cpp | 34 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink()
|
/bionic/benchmarks/ |
D | util.cpp | 48 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) { in GetAlignedPtr() 53 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) { in GetAlignedPtr() 59 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fill_byte) { in GetAlignedPtrFilled()
|
/bionic/libc/stdio/ |
D | fmemopen.cpp | 40 char* buf; member 48 static int fmemopen_read(void* cookie, char* buf, int n) { in fmemopen_read() 60 static int fmemopen_write(void* cookie, const char* buf, int n) { in fmemopen_write() 113 FILE* fmemopen(void* buf, size_t capacity, const char* mode) { in fmemopen()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vdprintf.c | 44 __dwrite(void *cookie, const char *buf, int n) in __dwrite() 55 unsigned char buf[BUFSIZ]; in vdprintf() local
|
D | gets.c | 41 gets(char *buf) in gets()
|
D | tmpnam.c | 46 static char buf[L_tmpnam]; in tmpnam() local
|
/bionic/benchmarks/tests/ |
D | benchmark_test.cpp | 21 std::vector<char> buf(100); in TEST() local 33 std::vector<char> buf; in TEST() local
|
/bionic/libc/tzcode/ |
D | strptime.c | 104 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() 113 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime() 473 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num() 495 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { in strptime_l()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wctob.c | 37 char buf[MB_LEN_MAX]; in wctob() local
|