Searched defs:buf (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dsetbuf.c3 void setbuf(FILE *restrict f, char *restrict buf) argument
H A D__fopen_rb_ca.c5 FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t len) argument
H A D__stdout_write.c4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) argument
H A Dsetbuffer.c4 void setbuffer(FILE *f, char *buf, size_t size) argument
H A Dsetvbuf.c12 int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) argument
H A Dstderr.c3 static unsigned char buf[UNGET]; variable
H A Dstdin.c3 static unsigned char buf[BUFSIZ+UNGET]; variable
H A Dstdout.c3 static unsigned char buf[BUFSIZ+UNGET]; variable
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Deui64.c48 static char buf[20]; local
/seL4-camkes-master/projects/util_libs/libfdt/
H A Dfdt_empty_tree.c58 int fdt_create_empty_tree(void *buf, int bufsize) argument
/seL4-camkes-master/projects/musllibc/src/conf/
H A Dconfstr.c5 size_t confstr(int name, char *buf, size_t len) argument
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt.c14 static char buf[128]; local
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dprocfdname.c1 void __procfdname(char *buf, unsigned fd) argument
/seL4-camkes-master/projects/musllibc/src/ipc/
H A Dmsgctl.c5 int msgctl(int q, int cmd, struct msqid_ds *buf) argument
H A Dsemop.c5 int semop(int id, struct sembuf *buf, size_t n) argument
H A Dshmctl.c5 int shmctl(int id, int cmd, struct shmid_ds *buf) argument
/seL4-camkes-master/projects/musllibc/src/linux/
H A Dklogctl.c4 int klogctl (int type, char *buf, int len) argument
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dptsname.c8 static char buf[9 + sizeof(int)*3 + 1]; local
/seL4-camkes-master/projects/musllibc/src/network/
H A Dinet_ntoa.c6 static char buf[16]; local
/seL4-camkes-master/projects/musllibc/src/signal/
H A Dsiglongjmp.c6 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) argument
/seL4-camkes-master/projects/musllibc/src/stat/
H A Dlstat.c6 int lstat(const char *restrict path, struct stat *restrict buf) argument
H A Dstat.c6 int stat(const char *restrict path, struct stat *restrict buf) argument
/seL4-camkes-master/projects/musllibc/src/time/
H A D__asctime.c9 char *__asctime(const struct tm *restrict tm, char *restrict buf) argument
H A Dasctime.c7 static char buf[26]; local
H A Dasctime_r.c5 char *asctime_r(const struct tm *restrict tm, char *restrict buf) argument

Completed in 97 milliseconds

1234567891011>>