Home
last modified time | relevance | path

Searched refs:FUNCTION (Results 1 – 25 of 59) sorted by relevance

123

/bionic/tests/headers/posix/
Dmath_h.c123 FUNCTION(acos, double (*f)(double)); in math_h()
124 FUNCTION(acosf, float (*f)(float)); in math_h()
125 FUNCTION(acosh, double (*f)(double)); in math_h()
126 FUNCTION(acoshf, float (*f)(float)); in math_h()
127 FUNCTION(acoshl, long double (*f)(long double)); in math_h()
128 FUNCTION(acosl, long double (*f)(long double)); in math_h()
130 FUNCTION(asin, double (*f)(double)); in math_h()
131 FUNCTION(asinf, float (*f)(float)); in math_h()
132 FUNCTION(asinh, double (*f)(double)); in math_h()
133 FUNCTION(asinhf, float (*f)(float)); in math_h()
[all …]
Dstdlib_h.c70 FUNCTION(_Exit, void (*f)(int)); in stdlib_h()
72 FUNCTION(a64l, long (*f)(const char*)); in stdlib_h()
74 FUNCTION(abort, void (*f)(void)); in stdlib_h()
75 FUNCTION(abs, int (*f)(int)); in stdlib_h()
76 FUNCTION(atexit, int (*f)(void (*)(void))); in stdlib_h()
77 FUNCTION(atof, double (*f)(const char*)); in stdlib_h()
78 FUNCTION(atoi, int (*f)(const char*)); in stdlib_h()
79 FUNCTION(atol, long (*f)(const char*)); in stdlib_h()
80 FUNCTION(atoll, long long (*f)(const char*)); in stdlib_h()
81FUNCTION(bsearch, void* (*f)(const void*, const void*, size_t, size_t, int (*)(const void*, const … in stdlib_h()
[all …]
Dstring_h.c38 FUNCTION(memccpy, void* (*f)(void*, const void*, int, size_t)); in string_h()
39 FUNCTION(memchr, void* (*f)(const void*, int, size_t)); in string_h()
40 FUNCTION(memcmp, int (*f)(const void*, const void*, size_t)); in string_h()
41 FUNCTION(memcpy, void* (*f)(void*, const void*, size_t)); in string_h()
42 FUNCTION(memmove, void* (*f)(void*, const void*, size_t)); in string_h()
43 FUNCTION(memset, void* (*f)(void*, int, size_t)); in string_h()
44 FUNCTION(stpcpy, char* (*f)(char*, const char*)); in string_h()
45 FUNCTION(stpncpy, char* (*f)(char*, const char*, size_t)); in string_h()
46 FUNCTION(strcat, char* (*f)(char*, const char*)); in string_h()
47 FUNCTION(strchr, char* (*f)(const char*, int)); in string_h()
[all …]
Dstdio_h.c78 FUNCTION(clearerr, void (*f)(FILE*)); in stdio_h()
79 FUNCTION(ctermid, char* (*f)(char*)); in stdio_h()
80 FUNCTION(dprintf, int (*f)(int, const char*, ...)); in stdio_h()
81 FUNCTION(fclose, int (*f)(FILE*)); in stdio_h()
82 FUNCTION(fdopen, FILE* (*f)(int, const char*)); in stdio_h()
83 FUNCTION(feof, int (*f)(FILE*)); in stdio_h()
84 FUNCTION(ferror, int (*f)(FILE*)); in stdio_h()
85 FUNCTION(fflush, int (*f)(FILE*)); in stdio_h()
86 FUNCTION(fgetc, int (*f)(FILE*)); in stdio_h()
87 FUNCTION(fgetpos, int (*f)(FILE*, fpos_t*)); in stdio_h()
[all …]
Dctype_h.c34 FUNCTION(isalnum, int (*f)(int)); in ctype_h()
35 FUNCTION(isalnum_l, int (*f)(int, locale_t)); in ctype_h()
36 FUNCTION(isalpha, int (*f)(int)); in ctype_h()
37 FUNCTION(isalpha_l, int (*f)(int, locale_t)); in ctype_h()
38 FUNCTION(isascii, int (*f)(int)); in ctype_h()
39 FUNCTION(isblank, int (*f)(int)); in ctype_h()
40 FUNCTION(isblank_l, int (*f)(int, locale_t)); in ctype_h()
41 FUNCTION(iscntrl, int (*f)(int)); in ctype_h()
42 FUNCTION(iscntrl_l, int (*f)(int, locale_t)); in ctype_h()
43 FUNCTION(isdigit, int (*f)(int)); in ctype_h()
[all …]
Dcomplex_h.c54 FUNCTION(cabs, double (*f)(double complex)); in complex_h()
55 FUNCTION(cabsf, float (*f)(float complex)); in complex_h()
56 FUNCTION(cabsl, long double (*f)(long double complex)); in complex_h()
58 FUNCTION(cacos, double complex (*f)(double complex)); in complex_h()
59 FUNCTION(cacosf, float complex (*f)(float complex)); in complex_h()
60 FUNCTION(cacosl, long double complex (*f)(long double complex)); in complex_h()
62 FUNCTION(cacosh, double complex (*f)(double complex)); in complex_h()
63 FUNCTION(cacoshf, float complex (*f)(float complex)); in complex_h()
64 FUNCTION(cacoshl, long double complex (*f)(long double complex)); in complex_h()
66 FUNCTION(carg, double (*f)(double complex)); in complex_h()
[all …]
Dpthread_h.c89 FUNCTION(pthread_atfork, int (*f)(void (*)(void), void (*)(void), void (*)(void))); in pthread_h()
90 FUNCTION(pthread_attr_destroy, int (*f)(pthread_attr_t*)); in pthread_h()
91 FUNCTION(pthread_attr_getdetachstate, int (*f)(const pthread_attr_t*, int*)); in pthread_h()
92 FUNCTION(pthread_attr_getguardsize, int (*f)(const pthread_attr_t*, size_t*)); in pthread_h()
93 FUNCTION(pthread_attr_getinheritsched, int (*f)(const pthread_attr_t*, int*)); in pthread_h()
94 FUNCTION(pthread_attr_getschedparam, int (*f)(const pthread_attr_t*, struct sched_param*)); in pthread_h()
95 FUNCTION(pthread_attr_getschedpolicy, int (*f)(const pthread_attr_t*, int*)); in pthread_h()
96 FUNCTION(pthread_attr_getscope, int (*f)(const pthread_attr_t*, int*)); in pthread_h()
97 FUNCTION(pthread_attr_getstack, int (*f)(const pthread_attr_t*, void**, size_t*)); in pthread_h()
98 FUNCTION(pthread_attr_getstacksize, int (*f)(const pthread_attr_t*, size_t*)); in pthread_h()
[all …]
Dwctype_h.c41 FUNCTION(iswalnum, int (*f)(wint_t)); in wctype_h()
42 FUNCTION(iswalnum_l, int (*f)(wint_t, locale_t)); in wctype_h()
43 FUNCTION(iswalpha, int (*f)(wint_t)); in wctype_h()
44 FUNCTION(iswalpha_l, int (*f)(wint_t, locale_t)); in wctype_h()
45 FUNCTION(iswblank, int (*f)(wint_t)); in wctype_h()
46 FUNCTION(iswblank_l, int (*f)(wint_t, locale_t)); in wctype_h()
47 FUNCTION(iswcntrl, int (*f)(wint_t)); in wctype_h()
48 FUNCTION(iswcntrl_l, int (*f)(wint_t, locale_t)); in wctype_h()
49 FUNCTION(iswctype, int (*f)(wint_t, wctype_t)); in wctype_h()
50 FUNCTION(iswctype_l, int (*f)(wint_t, wctype_t, locale_t)); in wctype_h()
[all …]
Dwchar_h.c48 FUNCTION(btowc, wint_t (*f)(int)); in wchar_h()
49 FUNCTION(fgetwc, wint_t (*f)(FILE*)); in wchar_h()
50 FUNCTION(fgetws, wchar_t* (*f)(wchar_t*, int, FILE*)); in wchar_h()
51 FUNCTION(fputwc, wint_t (*f)(wchar_t, FILE*)); in wchar_h()
52 FUNCTION(fputws, int (*f)(const wchar_t*, FILE*)); in wchar_h()
53 FUNCTION(fwide, int (*f)(FILE*, int)); in wchar_h()
54 FUNCTION(fwprintf, int (*f)(FILE*, const wchar_t*, ...)); in wchar_h()
55 FUNCTION(fwscanf, int (*f)(FILE*, const wchar_t*, ...)); in wchar_h()
56 FUNCTION(getwc, wint_t (*f)(FILE*)); in wchar_h()
57 FUNCTION(getwchar, wint_t (*f)(void)); in wchar_h()
[all …]
Dspawn_h.c51FUNCTION(posix_spawn, int (*f)(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix… in spawn_h()
52 FUNCTION(posix_spawn_file_actions_addclose, int (*f)(posix_spawn_file_actions_t*, int)); in spawn_h()
53 FUNCTION(posix_spawn_file_actions_adddup2, int (*f)(posix_spawn_file_actions_t*, int, int)); in spawn_h()
54FUNCTION(posix_spawn_file_actions_addopen, int (*f)(posix_spawn_file_actions_t*, int, const char*,… in spawn_h()
55 FUNCTION(posix_spawn_file_actions_destroy, int (*f)(posix_spawn_file_actions_t*)); in spawn_h()
56 FUNCTION(posix_spawn_file_actions_init, int (*f)(posix_spawn_file_actions_t*)); in spawn_h()
57 FUNCTION(posix_spawnattr_destroy, int (*f)(posix_spawnattr_t*)); in spawn_h()
58 FUNCTION(posix_spawnattr_getflags, int (*f)(const posix_spawnattr_t*, short*)); in spawn_h()
59 FUNCTION(posix_spawnattr_getpgroup, int (*f)(const posix_spawnattr_t*, pid_t*)); in spawn_h()
60 FUNCTION(posix_spawnattr_getschedparam, int (*f)(const posix_spawnattr_t*, struct sched_param*)); in spawn_h()
[all …]
Dunistd_h.c288 FUNCTION(access, int (*f)(const char*, int)); in unistd_h()
289 FUNCTION(alarm, unsigned (*f)(unsigned)); in unistd_h()
290 FUNCTION(chdir, int (*f)(const char*)); in unistd_h()
291 FUNCTION(chown, int (*f)(const char*, uid_t, gid_t)); in unistd_h()
292 FUNCTION(close, int (*f)(int)); in unistd_h()
294 FUNCTION(confstr, size_t (*f)(int, char*, size_t)); in unistd_h()
295 FUNCTION(crypt, char* (*f)(const char*, const char*)); in unistd_h()
297 FUNCTION(dup, int (*f)(int)); in unistd_h()
298 FUNCTION(dup2, int (*f)(int, int)); in unistd_h()
299 FUNCTION(_exit, void (*f)(int)); in unistd_h()
[all …]
Dtime_h.c76 FUNCTION(asctime, char* (*f)(const struct tm*)); in time_h()
77 FUNCTION(asctime_r, char* (*f)(const struct tm*, char*)); in time_h()
78 FUNCTION(clock, clock_t (*f)(void)); in time_h()
79 FUNCTION(clock_getcpuclockid, int (*f)(pid_t, clockid_t*)); in time_h()
80 FUNCTION(clock_getres, int (*f)(clockid_t, struct timespec*)); in time_h()
81 FUNCTION(clock_gettime, int (*f)(clockid_t, struct timespec*)); in time_h()
82 FUNCTION(clock_nanosleep, int (*f)(clockid_t, int, const struct timespec*, struct timespec*)); in time_h()
83 FUNCTION(clock_settime, int (*f)(clockid_t, const struct timespec*)); in time_h()
84 FUNCTION(ctime, char* (*f)(const time_t*)); in time_h()
85 FUNCTION(ctime_r, char* (*f)(const time_t*, char*)); in time_h()
[all …]
Dsemaphore_h.c38 FUNCTION(sem_close, int (*f)(sem_t*)); in semaphore_h()
39 FUNCTION(sem_destroy, int (*f)(sem_t*)); in semaphore_h()
40 FUNCTION(sem_getvalue, int (*f)(sem_t*, int*)); in semaphore_h()
41 FUNCTION(sem_init, int (*f)(sem_t*, int, unsigned)); in semaphore_h()
42 FUNCTION(sem_open, sem_t* (*f)(const char*, int, ...)); in semaphore_h()
43 FUNCTION(sem_post, int (*f)(sem_t*)); in semaphore_h()
44 FUNCTION(sem_timedwait, int (*f)(sem_t*, const struct timespec*)); in semaphore_h()
45 FUNCTION(sem_trywait, int (*f)(sem_t*)); in semaphore_h()
46 FUNCTION(sem_unlink, int (*f)(const char*)); in semaphore_h()
47 FUNCTION(sem_wait, int (*f)(sem_t*)); in semaphore_h()
Dfenv_h.c52 FUNCTION(feclearexcept, int (*f)(int)); in fenv_h()
53 FUNCTION(fegetenv, int (*f)(fenv_t*)); in fenv_h()
54 FUNCTION(fegetexceptflag, int (*f)(fexcept_t*, int)); in fenv_h()
55 FUNCTION(fegetround, int (*f)(void)); in fenv_h()
56 FUNCTION(feholdexcept, int (*f)(fenv_t*)); in fenv_h()
57 FUNCTION(feraiseexcept, int (*f)(int)); in fenv_h()
58 FUNCTION(fesetenv, int (*f)(const fenv_t*)); in fenv_h()
59 FUNCTION(fesetexceptflag, int (*f)(const fexcept_t*, int)); in fenv_h()
60 FUNCTION(fesetround, int (*f)(int)); in fenv_h()
61 FUNCTION(fetestexcept, int (*f)(int)); in fenv_h()
[all …]
Dsearch_h.c51 FUNCTION(hcreate, int (*f)(size_t)); in search_h()
52 FUNCTION(hdestroy, void (*f)(void)); in search_h()
53 FUNCTION(hsearch, ENTRY* (*f)(ENTRY, ACTION)); in search_h()
54 FUNCTION(insque, void (*f)(void*, void*)); in search_h()
55 FUNCTION(lfind, void* (*f)(const void*, const void*, size_t*, size_t, in search_h()
57 FUNCTION(lsearch, void* (*f)(const void*, void*, size_t*, size_t, in search_h()
59 FUNCTION(remque, void (*f)(void*)); in search_h()
60 FUNCTION(tdelete, void* (*f)(const void*, void**, int (*)(const void*, const void*))); in search_h()
61 FUNCTION(tfind, void* (*f)(const void*, void* const*, int (*)(const void*, const void*))); in search_h()
62 FUNCTION(tsearch, void* (*f)(const void*, void**, int (*)(const void*, const void*))); in search_h()
[all …]
Ddirent_h.c46 FUNCTION(alphasort, int (*f)(const struct dirent**, const struct dirent**)); in dirent_h()
47 FUNCTION(closedir, int (*f)(DIR*)); in dirent_h()
48 FUNCTION(dirfd, int (*f)(DIR*)); in dirent_h()
49 FUNCTION(fdopendir, DIR* (*f)(int)); in dirent_h()
50 FUNCTION(opendir, DIR* (*f)(const char*)); in dirent_h()
51 FUNCTION(readdir, struct dirent* (*f)(DIR*)); in dirent_h()
52 FUNCTION(readdir_r, int (*f)(DIR*, struct dirent*, struct dirent**)); in dirent_h()
53 FUNCTION(rewinddir, void (*f)(DIR*)); in dirent_h()
54 FUNCTION(scandir, int (*f)(const char*, struct dirent***, in dirent_h()
57 FUNCTION(seekdir, void (*f)(DIR*, long)); in dirent_h()
[all …]
Dsys_mman_h.c74 FUNCTION(mlock, int (*f)(const void*, size_t)); in sys_mman_h()
75 FUNCTION(mlockall, int (*f)(int)); in sys_mman_h()
76 FUNCTION(mmap, void* (*f)(void*, size_t, int, int, int, off_t)); in sys_mman_h()
77 FUNCTION(mprotect, int (*f)(void*, size_t, int)); in sys_mman_h()
78 FUNCTION(msync, int (*f)(void*, size_t, int)); in sys_mman_h()
79 FUNCTION(munlock, int (*f)(const void*, size_t)); in sys_mman_h()
80 FUNCTION(munlockall, int (*f)(void)); in sys_mman_h()
81 FUNCTION(munmap, int (*f)(void*, size_t)); in sys_mman_h()
82 FUNCTION(posix_madvise, int (*f)(void*, size_t, int)); in sys_mman_h()
84 FUNCTION(posix_mem_offset, int (*f)(const void*, size_t, off_t*, size_t*, int*)); in sys_mman_h()
[all …]
Dnetdb_h.c101 FUNCTION(endhostent, void (*f)(void)); in netdb_h()
102 FUNCTION(endnetent, void (*f)(void)); in netdb_h()
103 FUNCTION(endprotoent, void (*f)(void)); in netdb_h()
104 FUNCTION(endservent, void (*f)(void)); in netdb_h()
105 FUNCTION(freeaddrinfo, void (*f)(struct addrinfo*)); in netdb_h()
106 FUNCTION(gai_strerror, const char* (*f)(int)); in netdb_h()
107FUNCTION(getaddrinfo, int (*f)(const char*, const char*, const struct addrinfo*, struct addrinfo**… in netdb_h()
108 FUNCTION(gethostent, struct hostent* (*f)(void)); in netdb_h()
110FUNCTION(getnameinfo, int (*f)(const struct sockaddr*, socklen_t, char*, size_t, char*, size_t, in… in netdb_h()
112FUNCTION(getnameinfo, int (*f)(const struct sockaddr*, socklen_t, char*, socklen_t, char*, socklen… in netdb_h()
[all …]
Dsetjmp_h.c43 FUNCTION(_longjmp, void (*f)(jmp_buf, int)); in setjmp_h()
44 FUNCTION(longjmp, void (*f)(jmp_buf, int)); in setjmp_h()
45 FUNCTION(siglongjmp, void (*f)(sigjmp_buf, int)); in setjmp_h()
47 FUNCTION(_setjmp, int (*f)(jmp_buf)); in setjmp_h()
48 FUNCTION(setjmp, int (*f)(jmp_buf)); in setjmp_h()
50 FUNCTION(__sigsetjmp, int (*f)(sigjmp_buf, int)); in setjmp_h()
52 FUNCTION(sigsetjmp, int (*f)(sigjmp_buf, int)); in setjmp_h()
Dgrp_h.c42 FUNCTION(endgrent, void (*f)(void)); in grp_h()
43 FUNCTION(getgrent, struct group* (*f)(void)); in grp_h()
44 FUNCTION(getgrgid, struct group* (*f)(gid_t)); in grp_h()
45 FUNCTION(getgrgid_r, int (*f)(gid_t, struct group*, char*, size_t, struct group**)); in grp_h()
46 FUNCTION(getgrnam, struct group* (*f)(const char*)); in grp_h()
47 FUNCTION(getgrnam_r, int (*f)(const char*, struct group*, char*, size_t, struct group**)); in grp_h()
48 FUNCTION(setgrent, void (*f)(void)); in grp_h()
Dsched_h.c56 FUNCTION(sched_get_priority_max, int (*f)(int)); in sched_h()
57 FUNCTION(sched_get_priority_min, int (*f)(int)); in sched_h()
58 FUNCTION(sched_getparam, int (*f)(pid_t, struct sched_param*)); in sched_h()
59 FUNCTION(sched_getscheduler, int (*f)(pid_t)); in sched_h()
60 FUNCTION(sched_rr_get_interval, int (*f)(pid_t, struct timespec*)); in sched_h()
61 FUNCTION(sched_setparam, int (*f)(pid_t, const struct sched_param*)); in sched_h()
62 FUNCTION(sched_setscheduler, int (*f)(pid_t, int, const struct sched_param*)); in sched_h()
63 FUNCTION(sched_yield, int (*f)(void)); in sched_h()
Dinttypes_h.c44 FUNCTION(imaxabs, intmax_t (*f)(intmax_t)); in inttypes_h()
45 FUNCTION(imaxdiv, imaxdiv_t (*f)(intmax_t, intmax_t)); in inttypes_h()
46 FUNCTION(strtoimax, intmax_t (*f)(const char*, char**, int)); in inttypes_h()
47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
48 FUNCTION(wcstoimax, intmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
Dstrings_h.c34 FUNCTION(ffs, int (*f)(int)); in strings_h()
35 FUNCTION(strcasecmp, int (*f)(const char*, const char*)); in strings_h()
36 FUNCTION(strcasecmp_l, int (*f)(const char*, const char*, locale_t)); in strings_h()
37 FUNCTION(strncasecmp, int (*f)(const char*, const char*, size_t)); in strings_h()
38 FUNCTION(strncasecmp_l, int (*f)(const char*, const char*, size_t, locale_t)); in strings_h()
Dpwd_h.c45 FUNCTION(endpwent, void (*f)(void)); in pwd_h()
46 FUNCTION(getpwent, struct passwd* (*f)(void)); in pwd_h()
47 FUNCTION(getpwnam, struct passwd* (*f)(const char*)); in pwd_h()
48 FUNCTION(getpwnam_r, int (*f)(const char*, struct passwd*, char*, size_t, struct passwd**)); in pwd_h()
49 FUNCTION(getpwuid, struct passwd* (*f)(uid_t)); in pwd_h()
50 FUNCTION(getpwuid_r, int (*f)(uid_t, struct passwd*, char*, size_t, struct passwd**)); in pwd_h()
51 FUNCTION(setpwent, void (*f)(void)); in pwd_h()
Dsignal_h.c201 FUNCTION(kill, int (*f)(pid_t, int)); in signal_h()
202 FUNCTION(killpg, int (*f)(pid_t, int)); in signal_h()
203 FUNCTION(psiginfo, void (*f)(const siginfo_t*, const char*)); in signal_h()
204 FUNCTION(psignal, void (*f)(int, const char*)); in signal_h()
205 FUNCTION(pthread_kill, int (*f)(pthread_t, int)); in signal_h()
206 FUNCTION(pthread_sigmask, int (*f)(int, const sigset_t*, sigset_t*)); in signal_h()
207 FUNCTION(raise, int (*f)(int)); in signal_h()
208 FUNCTION(sigaction, int (*f)(int, const struct sigaction*, struct sigaction*)); in signal_h()
209 FUNCTION(sigaddset, int (*f)(sigset_t*, int)); in signal_h()
210 FUNCTION(sigaltstack, int (*f)(const stack_t*, stack_t*)); in signal_h()
[all …]

123