/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | syscalls-common.h | 42 # define INLINE_SYSCALL_NCS(name, nr, args...) \ argument 89 #define C_ARGS_2(t, v, args...) v, C_ARGS_1(args) argument 90 #define C_ARGS_3(t, v, args...) v, C_ARGS_2(args) argument 91 #define C_ARGS_4(t, v, args...) v, C_ARGS_3(args) argument 105 #define _syscall0(args...) SYSCALL_FUNC(0, args) argument 107 #define _syscall1(args...) SYSCALL_FUNC(1, args) argument 109 #define _syscall2(args...) SYSCALL_FUNC(2, args) argument 110 #define _syscall3(args...) SYSCALL_FUNC(3, args) argument 111 #define _syscall4(args...) SYSCALL_FUNC(4, args) argument 112 #define _syscall5(args...) SYSCALL_FUNC(5, args) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/ |
A D | err.c | 23 static void vwarn_work(const char *format, va_list args, int showerr) in vwarn_work() 50 static void __vwarn(const char *format, va_list args) in __vwarn() 58 va_list args; in strong_alias() local 65 static void __vwarnx(const char *format, va_list args) in __vwarnx() 73 va_list args; in strong_alias() local 80 static void attribute_noreturn __verr(int status, const char *format, va_list args) in __verr() 89 va_list args; in strong_alias() local 99 static void attribute_noreturn __verrx(int status, const char *format, va_list args) in __verrx() 108 va_list args; in strong_alias() local
|
A D | error.c | 41 va_list args; in error() local 65 va_list args; in error_at_line() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/bits/ |
A D | syscalls.h | 38 #define INLINE_SYSCALL(name, nr, args...) \ argument 48 #define INLINE_SYSCALL_NOERR(name, nr, args...) \ argument 56 #define INTERNAL_SYSCALL( name, err, nr, args...) \ argument 154 #define C_ARGS_2(t, v, args...) v, C_ARGS_1(args) argument 170 #define _syscall0(args...) SYSCALL_FUNC(0, args) argument 172 #define _syscall1(args...) SYSCALL_FUNC(1, args) argument 174 #define _syscall2(args...) SYSCALL_FUNC(2, args) argument 175 #define _syscall3(args...) SYSCALL_FUNC(3, args) argument 176 #define _syscall4(args...) SYSCALL_FUNC(4, args) argument 177 #define _syscall5(args...) SYSCALL_FUNC(5, args) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | unifdef.h | 38 #define vwarnx(fmt, args) ({ fprintf(stderr, "unifdef: "); vfprintf(stderr, fmt, args); fprintf(s… argument 39 #define warnx(fmt, args...) fprintf(stderr, "unifdef: " fmt "\n", ## args) argument 40 #define warn(fmt, args...) warnx(fmt ": %s", ## args, strerror(errno)) argument 41 #define errx(exit_code, fmt, args...) ({ warnx(fmt, ## args); exit(exit_code); }) argument 42 #define err(exit_code, fmt, args...) errx(exit_code, fmt ": %s", ## args, strerror(errno)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | sysdep.h | 106 #define PSEUDO(name, syscall_name, args) \ argument 124 #define PSEUDO_NOERRNO(name, syscall_name, args) \ argument 141 #define PSEUDO_ERRVAL(name, syscall_name, args) \ argument 211 #define DO_CALL(syscall_name, args) \ argument 219 #define DO_CALL(syscall_name, args) \ argument 247 #define INLINE_SYSCALL(name, nr, args...) \ argument 267 #define INTERNAL_SYSCALL_RAW(name, err, nr, args...) \ argument 286 #define INTERNAL_SYSCALL_RAW(name, err, nr, args...) \ argument 300 #define INTERNAL_SYSCALL_RAW(name, err, nr, args...) \ argument 315 #define INTERNAL_SYSCALL(name, err, nr, args...) \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | ldso.h | 108 # define __dl_debug_dprint(fmt, args...) \ argument 110 # define _dl_if_debug_dprint(fmt, args...) \ argument 113 # define __dl_debug_dprint(fmt, args...) do {} while (0) argument 114 # define _dl_if_debug_dprint(fmt, args...) do {} while (0) argument 137 # define _dl_debug_early(fmt, args...) __dl_debug_dprint(fmt, ## args) argument 139 # define _dl_debug_early(fmt, args...) do {} while (0) argument 163 # define _dl_dprintf(fd, fmt, args...) fprintf(stderr, fmt, ## args) argument
|
/l4re-core-master/l4re/util/libs/ |
A D | debug.cc | 47 va_list args; in printf_impl() local 60 va_list args; in cprintf_impl() local 80 va_list args; in printf() local 93 va_list args; in cprintf() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | debug.h | 35 # define PDEBUG(fmt, args...) __pthread_message("%s: " fmt, __FUNCTION__, ## args) argument 37 # define PDEBUG(fmt, args...) /* debug switched off */ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/ |
A D | mathdef.h | 45 # define __MATHCALL(function, args) \ argument 47 # define __MATHDECL(type, function, args) \ argument 50 # define __MATHDECL_1(type, function, args, alias) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | malloc.h | 73 # define __MALLOC_P(args) args __THROW argument 76 # define __MALLOC_PMT(args) args argument 84 # define __MALLOC_P(args) args argument 85 # define __MALLOC_PMT(args) args argument 89 # define __MALLOC_P(args) () /* No prototypes. */ argument 90 # define __MALLOC_PMT(args) () argument
|
A D | complex.h | 56 #define __MATHCALL(function, args) \ argument 58 #define __MATHDECL(type, function, args) \ argument 61 #define __MATHDECL_1(type, function, args) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | cancellation-points.c | 31 #define STUB(func, args) static void func args { sleep(0); } argument 82 #define _MAKE_CANCEL_THREAD_FUNC_EX(func, sysfunc, args, setup) \ argument 97 #define MAKE_CANCEL_THREAD_FUNC_RE(func, sysfunc, args) _MAKE_CANCEL_THREAD_FUNC_EX(func, sysfunc, … argument 98 #define MAKE_CANCEL_THREAD_FUNC_EX(func, args, setup) _MAKE_CANCEL_THREAD_FUNC_EX(func, func, arg… argument 99 #define MAKE_CANCEL_THREAD_FUNC(func, args) _MAKE_CANCEL_THREAD_FUNC_EX(func, func, arg… argument
|
A D | tst-too-many-cleanups.c | 34 #define warn(fmt, args...) fprintf(stderr, "[%p] " fmt, (void*)pthread_self(), ## args) argument 35 #define warnf(fmt, args...) warn("%s:%i: " fmt, __FUNCTION__, __LINE__, ## args) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | setxid.h | 29 # define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument 32 # define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument 47 # define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/ |
A D | sysdep.h | 35 #define PSEUDO(name, syscall_name, args) \ argument 47 #define PSEUDO_NOERRNO(name, syscall_name, args)\ argument 53 #define PSEUDO_ERRVAL(name, syscall_name, args) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | sysdep.h | 58 #define PSEUDO_NOERRNO(name, syscall_name, args) \ argument 70 #define PSEUDO_ERRVAL(name, syscall_name, args) \ argument 96 #define PSEUDO(name, syscall_name, args) \ argument 110 #define PSEUDO(name, syscall_name, args) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/ |
A D | sysdep-cancel.h | 29 # define PSEUDO_CANCEL(name, syscall_name, args) \ argument 54 # define PSEUDO_CANCEL(name, syscall_name, args) \ argument 83 # define PSEUDO(name, syscall_name, args) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/mmap/ |
A D | mmap.c | 25 } args; member 40 #define err(fmt, args...) \ argument 45 #define errp(fmt, args...) err(fmt ": %s" , ## args , strerror(errno)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | syscalls.h | 30 # define INLINE_VSYSCALL(name, nr, args...) \ argument 57 # define INLINE_VSYSCALL(name, nr, args...) \ argument 62 # define INTERNAL_VSYSCALL(name, err, nr, args...) \ argument 79 # define INTERNAL_VSYSCALL(name, err, nr, args...) \ argument 83 # define INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK(name, err, nr, args...) \ argument 105 # define INTERNAL_VSYSCALL_NCS(funcptr, err, nr, args...) \ argument 142 # define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/ |
A D | sysdep.h | 106 #define PSEUDO(name, syscall_name, args) \ argument 124 #define PSEUDO_NOERRNO(name, syscall_name, args) \ argument 135 #define PSEUDO_ERRVAL(name, syscall_name, args) \ argument 264 #define DO_CALL(syscall_name, args) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/ |
A D | syscalls.h | 60 #define INTERNAL_SYSCALL(nm, err, nr, args...) \ argument 71 #define INLINE_SYSCALL(nm, nr_args, args...) \ argument 86 #define INLINE_SYSCALL_NCS(nm, nr_args, args...) \ argument 97 #define INLINE_SYSCALL_NOERR(name, nr, args...) \ argument 112 #define INTERNAL_SYSCALL_NCS(nm, err, nr_args, args...) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/ |
A D | malloc.h | 88 # define MALLOC_MMB_DEBUG(indent, fmt, args...) \ argument 96 # define MALLOC_MMB_DEBUG(fmt, args...) (void)0 argument 160 # define MALLOC_DEBUG(indent, fmt, args...) \ argument 178 # define MALLOC_DEBUG(fmt, args...) (void)0 argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/ |
A D | syscalls.h | 33 #define INLINE_SYSCALL_NCS(name, nr, args...) \ argument 48 #define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ argument 65 #define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ argument 84 #define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | sysdep.h | 77 #define PSEUDO(name, syscall_name, args) \ argument 149 # define PSEUDO(name, syscall_name, args) \ argument 163 # define PSEUDO_NOERRNO(name, syscall_name, args) \ argument 175 # define PSEUDO_ERRVAL(name, syscall_name, args) \ argument 275 # define DO_CALL(syscall_name, args) \ argument
|