Home
last modified time | relevance | path

Searched defs:int (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/posix/
Dglob64-time64.c35 int (*errfunc) (const char *, int), glob64_time64_t *pglob) in __glob64_time64() argument
Dglob64.c38 int (*errfunc) (const char *, int), glob64_t *pglob) in glob64() argument
Dtst-posix_spawn-fd.c40 one_test (const char *name, int (*func) (int), int fd, in one_test()
68 all_tests (const char *name, int (*func) (int)) in all_tests()
Dglob.c302 __glob (const char *pattern, int flags, int (*errfunc) (const char *, int), in __glob() argument
1282 int (*errfunc) (const char *, int), in glob_in_dir() argument
/glibc-2.36/sysdeps/generic/
Dlibc_start_call_main.h20 __libc_start_call_main (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), in __libc_start_call_main()
/glibc-2.36/dlfcn/
Ddefaultmod1.c14 test_in_mod1 (int (*mainp)(int, char **)) in test_in_mod1() argument
Ddefaultmod2.c21 test_in_mod2 (int (*mainp)(int, char **)) in test_in_mod2() argument
/glibc-2.36/sysdeps/nptl/
Dlibc_start_call_main.h23 __libc_start_call_main (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), in __libc_start_call_main()
/glibc-2.36/support/
Dsupport_create_timer.c31 void (*callback)(int)) in support_create_timer()
/glibc-2.36/manual/examples/
Dtwalk.c52 twalk (const void *root, void (*action) (const void *, VISIT, int)) in twalk() argument
/glibc-2.36/misc/
Dtst-syslog.c260 check_syslog_udp (void (*syslog_send)(int), int options, in check_syslog_udp()
304 check_syslog_tcp (void (*syslog_send)(int), int options, in check_syslog_tcp()
Dtst-tsearch.c153 void (*action) (const void *, VISIT, int)) in twalk_with_twalk_r() argument
189 walk_tree_with (void *root, int expected_count, in walk_tree_with() argument
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Doldglob.c48 int (*errfunc) (const char *, int), in __old_glob() argument
/glibc-2.36/math/
Dtest-tgmath-ret.c61 CHECK_RET_CONST(ilogb, int) in CHECK_RET_CONST() argument
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ttyname.c276 do_in_chroot_1 (int (*cb)(const char *, int)) in do_in_chroot_1() argument
345 do_in_chroot_2 (int (*cb)(const char *, int)) in do_in_chroot_2() argument
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dtst-bz21269.c66 xsethandler (int sig, void (*handler)(int, siginfo_t *, void *), int flags) in xsethandler() argument
/glibc-2.36/io/
Dtst-lchmod.c80 test_1 (bool do_relative_path, int (*chmod_func) (int fd, const char *, mode_t, int)) in test_1() argument
/glibc-2.36/csu/
Dlibc-start.c234 LIBC_START_MAIN (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), in LIBC_START_MAIN()
/glibc-2.36/sunrpc/
Dxdr_rec.c138 xdrrec_create (XDR *xdrs, u_int sendsize, in xdrrec_create() argument
140 int (*readit) (char *, char *, int), in xdrrec_create() argument
/glibc-2.36/soft-fp/
Dtestit.c411 int (*cmp0)(int), in test_float_cmp() argument
427 int (*cmp0)(int), in test_double_cmp() argument
/glibc-2.36/sysdeps/arm/
Dunwind.h128 long long int :0; /* Force alignment to 8-byte boundary */ member
/glibc-2.36/scripts/
Dglibcelf.py1023 def read(self, typ: type, offset:int ):
1114 def lookup_string(self, strtab_index: int, strtab_offset: int) -> bytes:
1142 def _find_stringtab(self, sh_link: int) -> StringTable: