/bionic/libc/inet/ |
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
|
/bionic/libc/stdio/ |
D | stdio.c | 44 __sread(void *cookie, char *buf, int n) in __sread() 59 __swrite(void *cookie, const char *buf, int n) in __swrite()
|
D | setbuf.c | 38 setbuf(FILE *fp, char *buf) in setbuf()
|
D | tmpnam.c | 48 static char buf[L_tmpnam]; in tmpnam() local
|
D | gets.c | 41 gets(char *buf) in gets()
|
D | setbuffer.c | 37 setbuffer(FILE *fp, char *buf, int size) in setbuffer()
|
D | fgets.c | 45 fgets(char *buf, int n, FILE *fp) in fgets()
|
D | setvbuf.c | 43 setvbuf(FILE *fp, char *buf, int mode, size_t size) in setvbuf()
|
D | fwrite.c | 43 fwrite(const void *buf, size_t size, size_t count, FILE *fp) in fwrite()
|
D | vsscanf.c | 40 eofread(void *cookie, char *buf, int len) in eofread()
|
D | tmpfile.c | 51 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)]; in tmpfile() local
|
/bionic/libc/unistd/ |
D | recv.c | 31 ssize_t recv(int socket, void *buf, size_t buflen, unsigned int flags) in recv()
|
D | pread.c | 31 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread()
|
D | pwrite.c | 31 ssize_t pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in pwrite()
|
D | send.c | 31 ssize_t send(int socket, const void *buf, size_t buflen, unsigned int flags) in send()
|
D | ptsname_r.c | 35 int ptsname_r( int fd, char* buf, size_t buflen) in ptsname_r()
|
D | pathconf.c | 138 struct statfs buf; in pathconf() local 206 struct statfs buf; in fpathconf() local
|
/bionic/tests/ |
D | regex_test.cpp | 29 char buf[80]; in TEST() local
|
/bionic/libc/netbsd/nameser/ |
D | ns_print.c | 94 char *buf, size_t buflen) in ns_sprintrr() 118 char *buf, size_t buflen) in ns_sprintrrf() 800 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr() 836 char **buf, size_t *buflen) in addname() 878 addlen(size_t len, char **buf, size_t *buflen) { in addlen() 885 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr() 897 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { in addtab()
|
/bionic/libc/bionic/ |
D | getcwd.cpp | 34 char* getcwd(char* buf, size_t size) { in getcwd()
|
D | cpuacct.c | 39 char buf[80]; in cpuacct_add() local
|
/bionic/libc/tzcode/ |
D | strptime.c | 102 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() 111 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime() 412 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num()
|
/bionic/libc/netbsd/resolv/ |
D | res_data.c | 181 u_char *buf, /* buffer to put query */ in res_mkquery() 195 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) { in res_mkupdate() 234 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() 245 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, in res_sendsigned()
|
D | res_mkquery.c | 124 u_char *buf, /* buffer to put query */ in res_nmkquery() 233 u_char *buf, /* buffer to put query */ in res_nopt()
|
/bionic/libc/upstream-netbsd/libc/gen/ |
D | psignal.c | 62 char buf[NL_TEXTMAX]; in __weak_alias() local
|