Searched defs:buf (Results 26 - 50 of 811) sorted by relevance

1234567891011>>

/barrelfish-master/lib/libc/stdio/
H A Dfgets.c53 fgets(char * __restrict buf, int n, FILE * __restrict fp) argument
H A Dsetbuffer.c42 setbuffer(FILE *fp, char *buf, int size) argument
H A Dvdprintf.c49 unsigned char buf[BUFSIZ]; local
/barrelfish-master/lib/libc/tests/locale/
H A Dmbrtowc_test.c53 char buf[MB_LEN_MAX + 1]; local
[all...]
H A Dmbtowc_test.c49 char buf[MB_LEN_MAX + 1]; local
[all...]
H A Dwcrtomb_test.c53 char buf[MB_LEN_MAX + 1]; local
[all...]
H A Dwctomb_test.c51 char buf[MB_LEN_MAX + 1]; local
[all...]
/barrelfish-master/lib/lwip2/src/netif/ppp/polarssl/
H A Darc4.c76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) argument
/barrelfish-master/lib/openssl-1.0.0d/demos/eay/
H A Dbase64.c12 char buf[512]; local
/barrelfish-master/lib/tommath/etc/
H A D2kprime.c9 char buf[2000]; local
H A Ddrprime.c8 char buf[4096]; local
/barrelfish-master/include/lwip2/netif/ppp/polarssl/
H A Darc4.c76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) argument
/barrelfish-master/lib/posixcompat/
H A Dfstat.c18 int fstat(int fd, struct stat *buf) argument
H A Dwrite.c21 ssize_t write(int fd, const void *buf, size_t len) argument
H A Dread.c21 ssize_t read(int fd, void *buf, size_t len) argument
/barrelfish-master/lib/libc/gen/
H A Dcheck_utility_compat.c51 char buf[PATH_MAX]; local
H A Dconfstr.c46 confstr(int name, char *buf, size_t len) argument
H A Ddevname.c46 devname_r(dev_t dev, mode_t type, char *buf, int len) argument
72 static char buf[SPECNAMELEN + 1]; local
[all...]
H A Dfdevname.c37 fdevname_r(int fd, char *buf, int len) argument
52 static char buf[SPECNAMELEN + 1]; local
/barrelfish-master/lib/libc/locale/
H A Dwctob.c45 char buf[MB_LEN_MAX]; local
/barrelfish-master/lib/libc/posix1e/
H A Dacl_id_to_name.c57 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
/barrelfish-master/lib/libc/stdlib/
H A Dl64a.c21 static char buf[7]; local
/barrelfish-master/lib/libc/sys/
H A Drecvfrom.c45 recvfrom(int s, void *buf, size_t len, int flags, argument
/barrelfish-master/lib/libc/uuid/
H A Duuid_stream.c56 uuid_enc_le(void *buf, const uuid_t *uuid) argument
71 uuid_dec_le(const void *buf, uuid_t *uuid) argument
86 uuid_enc_be(void *buf, const uuid_t *uuid) argument
101 uuid_dec_be(const void *buf, uuid_t *uuid) argument
/barrelfish-master/lib/lwip2/src/apps/udpecho/
H A Dudpecho.c47 struct netbuf *buf; local

Completed in 204 milliseconds

1234567891011>>