/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | xstatconv.c | 26 void __xstat_conv(struct kernel_stat *kbuf, struct stat *buf) in __xstat_conv() 45 void __xstat32_conv(struct kernel_stat64 *kbuf, struct stat *buf) in __xstat32_conv() 66 void __xstat64_conv(struct kernel_stat64 *kbuf, struct stat64 *buf) in __xstat64_conv()
|
A D | stat.c | 19 int stat(const char *file_name, struct stat *buf) in stat() 27 int stat(const char *file_name, struct stat *buf) in stat()
|
A D | pread_write.c | 35 static _syscall6(ssize_t, __syscall_pread, int, fd, void *, buf, in _syscall6() argument 37 # define MY_PREAD(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF_HI_LO(offset)) in _syscall6() argument 38 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF64_HI_LO(offset… in _syscall6() argument 59 # define MY_PWRITE(fd, buf, count, offset) __syscall_pwrite(fd, buf, count, 0, OFF_HI_LO(offset)) in _syscall6() argument 60 # define MY_PWRITE64(fd, buf, count, offset) __syscall_pwrite(fd, buf, count, 0, OFF64_HI_LO(offs… in _syscall6() argument
|
A D | lstat.c | 17 int lstat(const char *file_name, struct stat *buf) in lstat()
|
A D | lstat64.c | 19 int lstat64(const char *file_name, struct stat64 *buf) in lstat64()
|
A D | stat64.c | 20 int stat64(const char *file_name, struct stat64 *buf) in stat64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | nan.c | 28 char buf[6 + strlen (tagp)]; in nan() local 40 char buf[6 + strlen (tagp)]; in libm_hidden_proto() local 53 char buf[6 + strlen (tagp)]; in libm_hidden_proto() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | pread_write.c | 18 # define MY_PREAD(fd, buf, count, offset) \ argument 20 # define MY_PREAD64(fd, buf, count, offset) \ argument 25 # define MY_PWRITE(fd, buf, count, offset) \ argument 27 # define MY_PWRITE64(fd, buf, count, offset) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | fstatfs64.c | 32 int fstatfs64 (int fd, struct statfs64 *buf) in fstatfs64() 61 int fstatfs64(int fd, struct statfs64 *buf) in fstatfs64()
|
A D | statfs64.c | 30 int statfs64 (const char *file, struct statfs64 *buf) in statfs64() 57 int statfs64 (const char *file, struct statfs64 *buf) in statfs64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | alloca.h | 43 # define extend_alloca(buf, len, newlen) \ argument 52 # define extend_alloca(buf, len, newlen) \ argument 66 # define extend_alloca(buf, len, newlen) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-eintr1.c | 52 char buf[100]; in tf1() local 67 char buf[100]; in tf1() local 88 char buf[100]; in do_test() local
|
A D | tst-eintr5.c | 46 char buf[100]; in tf() local 60 char buf[100]; in do_test() local
|
/l4re-core-master/libc_backends/lib/fs_noop/ |
A D | fs.c | 24 int statfs(const char *path, struct statfs *buf) in statfs() 31 int fstatfs(int fd, struct statfs *buf) in fstatfs()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | xdr.h | 269 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) argument 271 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) argument 272 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 275 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) argument 276 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument 277 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf)) argument 278 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf)) argument 280 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 281 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 282 #define IXDR_PUT_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | getopt.c | 576 char *buf; in _getopt_internal_r() local 619 char *buf; in _getopt_internal_r() local 686 char *buf; in _getopt_internal_r() local 737 char *buf; in _getopt_internal_r() local 803 char *buf; in _getopt_internal_r() local 873 char *buf; in _getopt_internal_r() local 943 char *buf; in _getopt_internal_r() local 983 char *buf; in _getopt_internal_r() local 1022 char *buf; in _getopt_internal_r() local 1095 char *buf; in _getopt_internal_r() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | cleanup_defer.c | 25 __pthread_register_cancel_defer (__pthread_unwind_buf_t *buf) in __pthread_register_cancel_defer() 63 __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *buf) in __pthread_unregister_cancel_restore()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/setjmp/ |
A D | sigjmpbug.c | 12 sub5 (jmp_buf buf) in sub5() 20 sigjmp_buf buf; in test() local
|
A D | jmpbug.c | 12 sub5 (jmp_buf buf) in sub5() 20 jmp_buf buf; in test() local
|
/l4re-core-master/l4sys/include/ |
A D | vcon.h | 279 l4_vcon_send_u(l4_cap_idx_t vcon, char const *buf, unsigned size, l4_utcb_t *utcb) L4_NOTHROW in l4_vcon_send_u() 292 l4_vcon_send(l4_cap_idx_t vcon, char const *buf, unsigned size) L4_NOTHROW in l4_vcon_send() 298 l4_vcon_write_u(l4_cap_idx_t vcon, char const *buf, unsigned size, l4_utcb_t *utcb) L4_NOTHROW in l4_vcon_write_u() 313 l4_vcon_write(l4_cap_idx_t vcon, char const *buf, unsigned size) L4_NOTHROW in l4_vcon_write() 319 l4_vcon_read_with_flags_u(l4_cap_idx_t vcon, char *buf, unsigned size, in l4_vcon_read_with_flags_u() 352 l4_vcon_read_with_flags(l4_cap_idx_t vcon, char *buf, unsigned size) L4_NOTHROW in l4_vcon_read_with_flags() 358 l4_vcon_read_u(l4_cap_idx_t vcon, char *buf, unsigned size, l4_utcb_t *utcb) L4_NOTHROW in l4_vcon_read_u() 368 l4_vcon_read(l4_cap_idx_t vcon, char *buf, unsigned size) L4_NOTHROW in l4_vcon_read()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | strsignal.c | 87 static char buf[_STRSIGNAL_BUFSIZE]; in strsignal() local 132 static char buf[_STRSIGNAL_BUFSIZE]; in strsignal() local
|
A D | strerror.c | 15 static char buf[_STRERROR_BUFSIZE]; in strerror() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-timezone.c | 96 char buf[BUFSIZ]; in main() local 126 char buf[200]; in main() local 149 char buf[200]; in main() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | setbuf.c | 11 void setbuf(FILE * __restrict stream, register char * __restrict buf) in setbuf()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | floating_from_chars.cc | 150 chars_format& fmt, buffered_string& buf) in pattern() 412 pmr::string buf(&mr); in from_chars() local 414 string buf; in from_chars() local 438 pmr::string buf(&mr); in from_chars() local 440 string buf; in from_chars() local 464 pmr::string buf(&mr); in from_chars() local 466 string buf; in from_chars() local 499 pmr::string buf(&mr); in from_chars() local
|