/glibc-2.36/scripts/ |
D | check-wrapper-headers.py | 44 def check_sysdeps_bits(args): argument 55 def check_headers_root(args): argument 68 def check_headers(args): argument
|
/glibc-2.36/stdlib/ |
D | tst-system.c | 43 struct args struct 54 struct args *args = (struct args *) closure; in call_system() argument
|
/glibc-2.36/sysdeps/alpha/bits/ |
D | mathdef.h | 28 # define __MATHCALL(function, args) \ argument 30 # define __MATHDECL(type, function, args) \ argument 33 # define __MATHDECL_1(type, function, args, alias) \ argument
|
/glibc-2.36/sysdeps/unix/mips/mips32/ |
D | sysdep.h | 24 #define PSEUDO(name, syscall_name, args) \ argument 40 #define PSEUDO(name, syscall_name, args) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | sysdep-vdso.h | 25 # define INTERNAL_VSYSCALL_CALL(funcptr, nr, args...) \ argument 29 #define INLINE_VSYSCALL(name, nr, args...) \ argument
|
/glibc-2.36/stdio-common/ |
D | isoc99_vscanf.c | 23 __isoc99_vscanf (const char *format, va_list args) in __isoc99_vscanf()
|
D | isoc99_vfscanf.c | 23 __isoc99_vfscanf (FILE *stream, const char *format, va_list args) in __isoc99_vfscanf()
|
D | isoc99_vsscanf.c | 30 __isoc99_vsscanf (const char *string, const char *format, va_list args) in __isoc99_vsscanf()
|
/glibc-2.36/wcsmbs/ |
D | isoc99_vwscanf.c | 24 __isoc99_vwscanf (const wchar_t *format, va_list args) in __isoc99_vwscanf()
|
D | isoc99_vfwscanf.c | 24 __isoc99_vfwscanf (FILE *stream, const wchar_t *format, va_list args) in __isoc99_vfwscanf()
|
/glibc-2.36/libio/ |
D | vscanf.c | 38 _IO_vscanf (const char *format, va_list args) in _IO_vscanf()
|
D | vwscanf.c | 36 __vwscanf (const wchar_t *format, va_list args) in __vwscanf()
|
D | vasprintf.c | 32 __vasprintf_internal (char **result_ptr, const char *format, va_list args, in __vasprintf_internal() 88 __vasprintf (char **result_ptr, const char *format, va_list args) in __vasprintf()
|
D | iovsprintf.c | 70 const char *format, va_list args, in __vsprintf_internal() 103 __vsprintf (char *string, const char *format, va_list args) in __vsprintf()
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-printf_fp.c | 6 const void *const *args) in __printf_fp()
|
D | nldbl-printf_size.c | 6 const void *const *__restrict args) in printf_size()
|
/glibc-2.36/sysdeps/unix/ |
D | setxid.h | 3 #define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | vltest.py | 55 def main(args): argument 81 args = parser.parse_args() variable
|
/glibc-2.36/elf/ |
D | dl-libc.c | 39 dlerror_run (void (*operate) (void *), void *args) in dlerror_run() argument 93 struct do_dlopen_args *args = (struct do_dlopen_args *) ptr; in do_dlopen() local 103 struct do_dlsym_args *args = (struct do_dlsym_args *) ptr; in do_dlsym() local 113 struct do_dlvsym_args *args = ptr; in do_dlvsym() local 140 struct do_dlsym_args *args = (struct do_dlsym_args *) ptr; in do_dlsym_private() local 153 struct do_dlopen_args args; in __libc_dlopen_mode() local 182 struct do_dlsym_args args; in __libc_dlsym() local 205 struct do_dlvsym_args args; in __libc_dlvsym() local
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | sysdep.h | 275 #define INTERNAL_SYSCALL_MAIN_0(name, args...) \ argument 277 #define INTERNAL_SYSCALL_MAIN_1(name, args...) \ argument 279 #define INTERNAL_SYSCALL_MAIN_2(name, args...) \ argument 281 #define INTERNAL_SYSCALL_MAIN_3(name, args...) \ argument 283 #define INTERNAL_SYSCALL_MAIN_4(name, args...) \ argument 285 #define INTERNAL_SYSCALL_MAIN_5(name, args...) \ argument 288 #define INTERNAL_SYSCALL_MAIN_NCS_0(name, args...) \ argument 290 #define INTERNAL_SYSCALL_MAIN_NCS_1(name, args...) \ argument 292 #define INTERNAL_SYSCALL_MAIN_NCS_2(name, args...) \ argument 294 #define INTERNAL_SYSCALL_MAIN_NCS_3(name, args...) \ argument [all …]
|
/glibc-2.36/misc/ |
D | tst-select.c | 38 struct child_args *args = (struct child_args *) clousure; in do_test_child() local 67 struct child_args *args = (struct child_args *) clousure; in do_test_child_alarm() local 86 struct child_args args; in do_test() local
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | ieee128-printf_size.c | 25 const void *const *args) in ___ieee128_printf_size()
|
/glibc-2.36/posix/ |
D | tst-execvpe5.c | 125 char *args[] = { argv[1], argv[2], argv[3], argv[4], in do_test() local 131 char *args[] = { argv[0], in do_test() local
|
/glibc-2.36/benchtests/scripts/ |
D | validate_benchout.py | 52 def main(args): argument
|
/glibc-2.36/nscd/ |
D | res_hconf.c | 10 #define __fxprintf(args...) /* ignore */ argument
|