Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 103) sorted by relevance

12345

/bionic/tests/
Dlibc_logging_test.cpp26 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
Dstdio_test.cpp66 char buf[16]; in TEST() local
84 char buf[7]; in TEST() local
227 char buf[32]; in TEST() local
233 char buf[BUFSIZ]; in TEST() local
239 char buf[BUFSIZ]; in TEST() local
246 char buf[BUFSIZ]; in TEST() local
260 char buf[32]; in TEST() local
271 char buf[BUFSIZ]; in TEST() local
368 char buf[BUFSIZ]; in TEST() local
377 char buf[BUFSIZ]; in TEST() local
[all …]
Dfortify_test.cpp401 char buf[10]; in TEST_F() local
414 char buf[0]; in TEST_F() local
427 char buf[0]; in TEST_F() local
440 char buf[1]; in TEST_F() local
452 char buf[10]; in TEST_F() local
463 char buf[10]; in TEST_F() local
474 char buf[10]; in TEST_F() local
511 char buf[10]; in TEST_F() local
522 char* buf = (char *) malloc(10); in TEST_F() local
532 char buf[5]; in TEST_F() local
[all …]
Dlibgen_test.cpp69 char* buf, size_t buf_size, int expected_errno) { in TestBasename()
80 char* buf, size_t buf_size, int expected_errno) { in TestDirname()
93 char buf[256]; in TEST() local
112 char buf[256]; in TEST() local
Dsys_sendfile_test.cpp39 char buf[3]; in TEST() local
58 char buf[3]; in TEST() local
Dregex_test.cpp29 char buf[80]; in TEST() local
/bionic/libc/bionic/
Dpty.cpp50 static char buf[64]; in ptsname() local
54 int ptsname_r(int fd, char* buf, size_t len) { in ptsname_r()
75 static char buf[64]; in ttyname() local
79 int ttyname_r(int fd, char* buf, size_t len) { in ttyname_r()
Dether_ntoa.c38 ether_ntoa_r (const struct ether_addr *addr, char * buf) in ether_ntoa_r()
53 static char buf[18]; in ether_ntoa() local
Dgetentropy_linux.c92 getentropy(void *buf, size_t len) in getentropy()
185 gotdata(char *buf, size_t len) in gotdata()
199 getentropy_getrandom(void *buf, size_t len) in getentropy_getrandom()
228 getentropy_urandom(void *buf, size_t len) in getentropy_urandom()
287 getentropy_sysctl(void *buf, size_t len) in getentropy_sysctl()
354 getentropy_fallback(void *buf, size_t len) in getentropy_fallback()
Dstatvfs.cpp24 # define __fstatfs64(fd,size,buf) fstatfs(fd,buf) argument
25 # define __statfs64(path,size,buf) statfs(path,buf) argument
Dreadlink.cpp33 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink()
Drecv.cpp32 ssize_t recv(int socket, void *buf, size_t len, int flags) { in recv()
D__read_chk.cpp33 extern "C" ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) { in __read_chk()
Dsend.cpp31 ssize_t send(int socket, const void* buf, size_t len, int flags) { in send()
Dgetcwd.cpp34 char* getcwd(char* buf, size_t size) { in getcwd()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvdprintf.c44 __dwrite(void *cookie, const char *buf, int n) in __dwrite()
55 unsigned char buf[BUFSIZ]; in vdprintf() local
Dstdio.c44 __sread(void *cookie, char *buf, int n) in __sread()
59 __swrite(void *cookie, const char *buf, int n) in __swrite()
Dsetbuf.c38 setbuf(FILE *fp, char *buf) in setbuf()
Dtmpnam.c48 static char buf[L_tmpnam]; in tmpnam() local
Dgetline.c34 getline(char **__restrict buf, size_t *__restrict buflen, FILE *__restrict fp) in getline()
Dgets.c41 gets(char *buf) in gets()
Dperror.c44 char buf[NL_TEXTMAX]; in perror() local
Dsetbuffer.c37 setbuffer(FILE *fp, char *buf, int size) in setbuffer()
/bionic/benchmarks/
Dstdio_benchmark.cpp31 char* buf = new char[chunk_size]; in BM_stdio_fread() local
49 char* buf = new char[chunk_size]; in BM_stdio_fwrite() local
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwctob.c37 char buf[MB_LEN_MAX]; in wctob() local

12345