| /bionic/tests/ |
| D | fortify_compilation_test.cpp | 32 char buf[4]; in test_sprintf() local 46 char buf[4]; in test_snprintf() local 70 char buf[4]; in test_memcpy() local 79 char buf[4]; in test_memmove() local 88 char buf[4]; in test_memset() local 97 char buf[4]; in test_strcpy() local 106 char buf[4]; in test_stpcpy() local 115 char buf[4]; in test_strncpy() local 124 char buf[4] = ""; in test_strcat() local 133 char buf[4] = ""; in test_strncat() local [all …]
|
| D | libc_logging_test.cpp | 26 char buf[BUFSIZ]; in TEST() local 114 char buf[BUFSIZ]; in TEST() local 124 char buf[BUFSIZ]; in TEST() local 134 char buf[BUFSIZ]; in TEST() local 148 char buf[BUFSIZ]; in TEST() local 162 char buf[BUFSIZ]; in TEST() local 172 char buf[BUFSIZ]; in TEST() local 182 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 | 363 char buf[10]; in TEST_F() local 375 char buf[0]; in TEST_F() local 387 char buf[0]; in TEST_F() local 399 char buf[1]; in TEST_F() local 410 char buf[10]; in TEST_F() local 420 char buf[10]; in TEST_F() local 430 char buf[10]; in TEST_F() local 464 char buf[10]; in TEST_F() local 474 char* buf = (char *) malloc(10); in TEST_F() local 483 char buf[5]; in TEST_F() 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 | stdio_ext_test.cpp | 42 char buf[128]; in TEST() local 60 char buf[128]; in TEST() local 94 char buf[16]; in TEST() local 105 char buf[128]; in TEST() local
|
| D | stdio_test.cpp | 266 char buf[32]; in TEST() local 272 char buf[BUFSIZ]; in TEST() local 278 char buf[BUFSIZ]; in TEST() local 285 char buf[BUFSIZ]; in TEST() local 299 char buf[32]; in TEST() local 310 char buf[BUFSIZ]; in TEST() local 412 T buf[BUFSIZ]; in CheckInfNan() local 539 char buf[BUFSIZ]; in TEST() local 545 char buf[BUFSIZ]; in TEST() local 551 char buf[BUFSIZ]; in TEST() local [all …]
|
| D | sys_sendfile_test.cpp | 39 char buf[3]; in TEST() local 58 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/ |
| D | unistd.h | 298 char* getcwd(char* const __pass_object_size buf, size_t size) __overloadable { in getcwd() 325 ssize_t pread(int fd, void* const __pass_object_size0 buf, size_t count, in pread() 346 ssize_t pread64(int fd, void* const __pass_object_size0 buf, size_t count, in pread64() 371 ssize_t pwrite(int fd, const void* const __pass_object_size0 buf, size_t count, in pwrite() 394 ssize_t pwrite64(int fd, const void* const __pass_object_size0 buf, in pwrite64() 417 ssize_t read(int fd, void* const __pass_object_size0 buf, size_t count) in read() 440 ssize_t write(int fd, const void* const __pass_object_size0 buf, size_t count) in write() 463 ssize_t readlink(const char* path, char* const __pass_object_size buf, in readlink() 487 char* const __pass_object_size buf, size_t size) in readlinkat() 530 char* getcwd(char* buf, size_t size) __overloadable { in getcwd() [all …]
|
| /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 | 55 char* buf = tls.ptsname_buf; in ptsname() local 60 int ptsname_r(int fd, char* buf, size_t len) { in ptsname_r() 82 char* buf = tls.ttyname_buf; in ttyname() local 87 int ttyname_r(int fd, char* buf, size_t len) { in ttyname_r() 128 char buf[32]; in openpty() local
|
| D | getentropy_linux.c | 90 getentropy(void *buf, size_t len) in getentropy() 183 gotdata(char *buf, size_t len) in gotdata() 196 getentropy_getrandom(void *buf, size_t len) in getentropy_getrandom() 217 getentropy_urandom(void *buf, size_t len) in getentropy_urandom() 276 getentropy_sysctl(void *buf, size_t len) in getentropy_sysctl() 342 getentropy_fallback(void *buf, size_t len) in getentropy_fallback()
|
| D | strerror_r.cpp | 52 int strerror_r(int error_number, char* buf, size_t buf_len) { in strerror_r() 70 extern "C" char* __gnu_strerror_r(int error_number, char* buf, size_t buf_len) { in __gnu_strerror_r() 76 extern "C" __LIBC_HIDDEN__ const char* __strsignal(int signal_number, char* buf, size_t buf_len) { in __strsignal()
|
| D | fortify.cpp | 107 size_t __fread_chk(void* __restrict buf, size_t size, size_t count, in __fread_chk() 118 size_t __fwrite_chk(const void* __restrict buf, size_t size, size_t count, in __fwrite_chk() 129 extern char* __getcwd_chk(char* buf, size_t len, size_t actual_size) { in __getcwd_chk() 177 ssize_t __pread64_chk(int fd, void* buf, size_t count, off64_t offset, size_t buf_size) { in __pread64_chk() 183 ssize_t __pread_chk(int fd, void* buf, size_t count, off_t offset, size_t buf_size) { in __pread_chk() 189 ssize_t __pwrite64_chk(int fd, const void* buf, size_t count, off64_t offset, in __pwrite64_chk() 196 ssize_t __pwrite_chk(int fd, const void* buf, size_t count, off_t offset, in __pwrite_chk() 203 ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) { in __read_chk() 209 ssize_t __readlinkat_chk(int dirfd, const char* path, char* buf, size_t size, size_t buf_size) { in __readlinkat_chk() 215 ssize_t __readlink_chk(const char* path, char* buf, size_t size, size_t buf_size) { in __readlink_chk() [all …]
|
| D | readlink.cpp | 36 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink()
|
| D | gethostname.cpp | 34 int gethostname(char* buf, size_t n) { in gethostname()
|
| D | recv.cpp | 32 ssize_t recv(int socket, void *buf, size_t len, int flags) { in recv()
|
| /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 | tmpnam.c | 48 static char buf[L_tmpnam]; in tmpnam() local
|
| D | gets.c | 41 gets(char *buf) in gets()
|
| D | perror.c | 44 char buf[NL_TEXTMAX]; in perror() local
|
| /bionic/libc/upstream-openbsd/lib/libc/locale/ |
| D | wctob.c | 37 char buf[MB_LEN_MAX]; in wctob() local
|