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

1234567891011>>

/seL4-refos-master/libs/libmuslc/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-refos-master/libs/libmuslc/src/conf/
H A Dconfstr.c5 size_t confstr(int name, char *buf, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/crypt/
H A Dcrypt.c14 static char buf[128]; local
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dprocfdname.c1 void __procfdname(char *buf, unsigned fd) argument
/seL4-refos-master/libs/libmuslc/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-refos-master/libs/libmuslc/src/linux/
H A Dklogctl.c4 int klogctl (int type, char *buf, int len) argument
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dptsname.c8 static char buf[9 + sizeof(int)*3 + 1]; local
/seL4-refos-master/libs/libmuslc/src/network/
H A Dinet_ntoa.c6 static char buf[16]; local
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dsiglongjmp.c6 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) argument
/seL4-refos-master/libs/libmuslc/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-refos-master/libs/libmuslc/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
H A Dctime_r.c3 char *ctime_r(const time_t *t, char *buf) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dfchdir.c14 char buf[15+3*sizeof(int)]; local

Completed in 112 milliseconds

1234567891011>>