Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dxstatconv.c26 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 Dstat.c19 int stat(const char *file_name, struct stat *buf) in stat()
27 int stat(const char *file_name, struct stat *buf) in stat()
A Dpread_write.c35 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 Dlstat.c17 int lstat(const char *file_name, struct stat *buf) in lstat()
A Dlstat64.c19 int lstat64(const char *file_name, struct stat64 *buf) in lstat64()
A Dstat64.c20 int stat64(const char *file_name, struct stat64 *buf) in stat64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Dnan.c28 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 Dpread_write.c18 # 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 Dfstatfs64.c32 int fstatfs64 (int fd, struct statfs64 *buf) in fstatfs64()
61 int fstatfs64(int fd, struct statfs64 *buf) in fstatfs64()
A Dstatfs64.c30 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 Dalloca.h43 # 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 Dtst-eintr1.c52 char buf[100]; in tf1() local
67 char buf[100]; in tf1() local
88 char buf[100]; in do_test() local
A Dtst-eintr5.c46 char buf[100]; in tf() local
60 char buf[100]; in do_test() local
/l4re-core-master/libc_backends/lib/fs_noop/
A Dfs.c24 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 Dxdr.h269 #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 Dgetopt.c576 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 Dcleanup_defer.c25 __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 Dsigjmpbug.c12 sub5 (jmp_buf buf) in sub5()
20 sigjmp_buf buf; in test() local
A Djmpbug.c12 sub5 (jmp_buf buf) in sub5()
20 jmp_buf buf; in test() local
/l4re-core-master/l4sys/include/
A Dvcon.h279 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 Dstrsignal.c87 static char buf[_STRSIGNAL_BUFSIZE]; in strsignal() local
132 static char buf[_STRSIGNAL_BUFSIZE]; in strsignal() local
A Dstrerror.c15 static char buf[_STRERROR_BUFSIZE]; in strerror() local
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtst-timezone.c96 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 Dsetbuf.c11 void setbuf(FILE * __restrict stream, register char * __restrict buf) in setbuf()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_from_chars.cc150 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

Completed in 65 milliseconds

12345678910>>...12