Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/glibc-2.36/conform/data/
Dmath.h-data21 function int isnan (double)
67 function double acos (double)
68 function double asin (double)
69 function double atan (double)
70 function double atan2 (double, double)
71 function double ceil (double)
73 function double copysign (double, double)
75 function double cos (double)
76 function double cosh (double)
77 function double exp (double)
[all …]
Dpthread.h-data53 function int pthread_atfork (void (*) (void), void (*) (void), void (*) (void))
54 function int pthread_attr_destroy (pthread_attr_t*)
55 function int pthread_attr_getdetachstate (const pthread_attr_t*, int*)
57 function int pthread_attr_getguardsize (const pthread_attr_t*, size_t*)
59 function int pthread_attr_getinheritsched (const pthread_attr_t*, int*)
60 function int pthread_attr_getschedparam (const pthread_attr_t*, struct sched_param*)
61 function int pthread_attr_getschedpolicy (const pthread_attr_t*, int*)
62 function int pthread_attr_getscope (const pthread_attr_t*, int*)
63 function int pthread_attr_getstackaddr (const pthread_attr_t*, void**)
64 function int pthread_attr_getstacksize (const pthread_attr_t*, size_t*)
[all …]
Dwchar.h-data19 function wint_t btowc (int)
20 function int fwprintf (FILE*, const wchar_t*, ...)
21 function int fwscanf (FILE*, const wchar_t*, ...)
23 function int iswalnum (wint_t)
24 function int iswalpha (wint_t)
25 function int iswcntrl (wint_t)
26 function int iswdigit (wint_t)
27 function int iswgraph (wint_t)
28 function int iswlower (wint_t)
29 function int iswprint (wint_t)
[all …]
Dcomplex.h-data8 function double cabs (double complex)
9 function {double complex} cacos (double complex)
10 function {double complex} cacosh (double complex)
11 function double carg (double complex)
12 function {double complex} casin (double complex)
13 function {double complex} casinh (double complex)
14 function {double complex} catan (double complex)
15 function {double complex} catanh (double complex)
16 function {double complex} ccos (double complex)
17 function {double complex} ccosh (double complex)
[all …]
Dstdio.h-data52 function void clearerr (FILE*)
54 function {char*} ctermid (char*)
56 function {char*} cuserid (char*)
60 function int dprintf (int, const char*, ...)
62 function int fclose (FILE*)
64 function {FILE*} fdopen (int, const char*)
66 function int feof (FILE*)
67 function int ferror (FILE*)
68 function int fflush (FILE*)
69 function int fgetc (FILE*)
[all …]
Dwctype.h-data9 function int iswalnum (wint_t)
10 function int iswalpha (wint_t)
12 function int iswblank (wint_t)
14 function int iswcntrl (wint_t)
15 function int iswdigit (wint_t)
16 function int iswgraph (wint_t)
17 function int iswlower (wint_t)
18 function int iswprint (wint_t)
19 function int iswpunct (wint_t)
20 function int iswspace (wint_t)
[all …]
Dctype.h-data1 function int isalnum (int)
2 function int isalpha (int)
3 function int iscntrl (int)
4 function int isdigit (int)
5 function int isgraph (int)
6 function int islower (int)
7 function int isprint (int)
8 function int ispunct (int)
9 function int isspace (int)
10 function int isupper (int)
[all …]
Dstdlib.h-data36 function void _Exit (int)
39 function long a64l (const char*)
41 function void abort (void)
42 function int abs (int)
44 function {void *} aligned_alloc (size_t, size_t)
46 function int atexit (void(*)(void))
48 function int at_quick_exit (void (*) (void))
50 function double atof (const char*)
51 function int atoi (const char*)
52 function {long int} atol (const char*)
[all …]
Dunistd.h-data428 function int access (const char*, int)
429 function {unsigned int} alarm (unsigned int)
431 function int brk (void*)
433 function int chdir (const char*)
435 function int chroot (const char*)
437 function int chown (const char*, uid_t, gid_t)
438 function int close (int)
439 function size_t confstr (int, char*, size_t)
441 function {char*} ctermid (char*)
442 function {char*} cuserid (char*)
[all …]
Dthreads.h-data25 function int thrd_create (thrd_t*, thrd_start_t, void*)
26 function int thrd_equal (thrd_t, thrd_t)
27 function thrd_t thrd_current (void)
28 function int thrd_sleep (const struct timespec*, struct timespec*)
29 function void thrd_exit (int)
30 function int thrd_detach (thrd_t)
31 function int thrd_join (thrd_t, int*)
32 function void thrd_yield (void)
34 function int mtx_init (mtx_t*, int)
35 function int mtx_lock (mtx_t*)
[all …]
Dstring.h-data9 function {void*} memccpy (void*, const void*, int, size_t)
11 function {void*} memchr (const void*, int, size_t)
12 function int memcmp (const void*, const void*, size_t)
13 function {void*} memcpy (void*, const void*, size_t)
14 function {void*} memmove (void*, const void*, size_t)
15 function {void*} memset (void*, int, size_t)
17 function {char*} stpcpy (char*, const char*)
18 function {char*} stpncpy (char*, const char*, size_t)
21 function {char*} strcat (char*, const char*)
22 function {char*} strchr (const char*, int)
[all …]
Dspawn.h-data18 function int posix_spawnattr_destroy (posix_spawnattr_t*)
19 function int posix_spawnattr_getsigdefault (const posix_spawnattr_t*, sigset_t*)
20 function int posix_spawnattr_getflags (const posix_spawnattr_t*, short*)
21 function int posix_spawnattr_getpgroup (const posix_spawnattr_t*, pid_t*)
22 function int posix_spawnattr_getschedparam (const posix_spawnattr_t*, struct sched_param*)
23 function int posix_spawnattr_getschedpolicy (const posix_spawnattr_t*, int*)
24 function int posix_spawnattr_getsigmask (const posix_spawnattr_t*, sigset_t*)
25 function int posix_spawnattr_init (posix_spawnattr_t*)
26 function int posix_spawnattr_setsigdefault (posix_spawnattr_t*, const sigset_t*)
27 function int posix_spawnattr_setflags (posix_spawnattr_t*, short)
[all …]
Dtime.h-data32 function clock_t clock (void)
33 function double difftime (time_t, time_t)
34 function time_t mktime (struct tm*)
35 function time_t time (time_t*)
36 function {char*} asctime (const struct tm*)
37 function {char*} ctime (const time_t*)
38 function {struct tm*} gmtime (const time_t*)
39 function {struct tm*} localtime (const time_t*)
40 function size_t strftime (char*, size_t, const char*, const struct tm*)
42 function int timespec_get (struct timespec *, int)
[all …]
Dnetdb.h-data85 function void endhostent (void)
86 function void endnetent (void)
87 function void endprotoent (void)
88 function void endservent (void)
90 function void freeaddrinfo (struct addrinfo*)
91 function {const char*} gai_strerror (int)
92 function int getaddrinfo (const char*, const char*, const struct addrinfo*, struct addrinfo**)
94 function {struct hostent*} gethostbyaddr (const void*, socklen_t, int)
95 function {struct hostent*} gethostbyname (const char*)
96 function {struct hostent*} gethostent (void)
[all …]
Ddirent.h-data15 function int closedir (DIR*)
16 function {DIR*} opendir (const char*)
17 function {struct dirent*} readdir (DIR*)
18 function int readdir_r (DIR*, struct dirent*, struct dirent**)
19 function void rewinddir (DIR*)
21 function void seekdir (DIR*, long int)
22 function {long int} telldir (DIR*)
29 function int alphasort (const struct dirent**, const struct dirent**)
30 function int dirfd (DIR*)
31 function int scandir (const char*, struct dirent***, int(*)(const struct dirent*), int(*)(const str…
[all …]
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dtest-redirection-ldbl-64.c31 #define MATH_REDIRX(function, to) \ argument
32 extern typeof (function) function __asm__ ("" # to);
33 #define MATH_REDIR(function) MATH_REDIRX (function, __ ## function) argument
36 # define MATH_F32(function) MATH_REDIR(function ## f32) argument
38 # define MATH_F32(function) argument
42 # define MATH_F32X(function) MATH_REDIR(function ## f32x) argument
44 # define MATH_F32X(function) argument
48 # define MATH_F64(function) MATH_REDIR(function ## f64) argument
50 # define MATH_F64(function) argument
54 # define MATH_F64X(function) MATH_REDIR(function ## f64x) argument
[all …]
/glibc-2.36/math/
Dcomplex.h96 #define __MATHCALL(function, args) \ argument
97 __MATHDECL (_Mdouble_complex_,function, args)
98 #define __MATHDECL_IMPL(type, function, args) \ argument
99 __MATHDECL_1(type, function, args); \
100 __MATHDECL_1(type, __CONCAT(__,function), args)
101 #define __MATHDECL(type, function, args) \ argument
102 __MATHDECL_IMPL(type, function, args)
103 #define __MATHDECL_1_IMPL(type, function, args) \ argument
104 extern type __MATH_PRECNAME(function) args __THROW
105 #define __MATHDECL_1(type, function, args) \ argument
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.2216 (main): Modified function.
18 (run_ldconfig): New function.
42 (update_usable): Modified function.
43 (init_cpu_features): Modified function.
45 (dl_cet_check): Modified function.
49 (do_test_1): Modified function.
51 (do_test_1): Modified function.
55 (do_test): Modified function.
146 (is_sigtramp_address): Modified function.
164 (global_state_allocate): Modified function.
[all …]
DChangeLog.2540 (do_test): Modified function.
53 (do_test): Modified function.
104 (__arc4random_fork_subprocess): Remove function.
105 (arc4random_get_state): Remove function.
106 (arc4random_rekey): Remove function.
107 (arc4random_getentropy): Remove function.
108 (arc4random_check_stir): Remove function.
109 (__arc4random_buf): Modified function.
110 (__arc4random): Modified function.
125 (__glibc_tls_internal_free): Modified function.
[all …]
DChangeLog.20120 (handle_signal): Modified function.
122 (__backtrace): Modified function.
124 (__backtrace): Modified function.
147 (__res_context_send): Modified function.
247 (__inv): Modified function.
274 (do_test): Modified function.
282 [HAVE_AUX_VECTOR](_dl_aux_init): Modified function.
285 (_dl_sysdep_start): Modified function.
299 (__elf_machine_runtime_setup): Modified function.
356 [SHARED](_dl_var_init): Modified function.
[all …]
DChangeLog.2492 (__tls_init_tp): Modified function.
126 [__USE_GNU](posix_spawn_file_actions_addtcsetpgrp_np): New function.
130 (__posix_spawn_file_actions_destroy): Modified function.
138 (handle_restart): Modified function.
139 (run_subprogram): Modified function.
140 (do_test): Modified function.
144 (__spawni): Modified function.
177 (__spawni_child): Modified function.
208 (load_audit_module): Modified function.
238 (_dl_audit_symbind): Modified function.
[all …]
DChangeLog.21167 (enable_bti): Modified function.
175 [HAVE_SELINUX](nscd_avc_cache_stats): Modified function.
176 [HAVE_SELINUX](DIAG_IGNORE_NEEDS_COMMENT): New function.
177 [HAVE_SELINUX](DIAG_IGNORE_NEEDS_COMMENT): New function.
180 [HAVE_SELINUX](reset_file_creation_context): Modified function.
181 [HAVE_SELINUX](DIAG_IGNORE_NEEDS_COMMENT): New function.
204 (_dl_string_platform): Modified function.
232 (run_test): Modified function.
236 (__fgetspent_r): Modified function.
274 (__fgetsgent_r): Modified function.
[all …]
/glibc-2.36/conform/data/sys/
Dmman.h-data36 function int posix_madvise (void*, size_t, int)
37 optional-function int posix_mem_offset (const void*, size_t, off_t*, size_t*, int*)
38 optional-function int posix_typed_mem_get_info (int, struct posix_typed_mem_info*)
39 optional-function int posix_typed_mem_open (const char*, int, int)
47 function int mlock (const void*, size_t)
48 function int mlockall (int)
49 function {void*} mmap (void*, size_t, int, int, int, off_t)
50 function int mprotect (void*, size_t, int)
51 function int msync (void*, size_t, int)
52 function int munlock (const void*, size_t)
[all …]
Dsocket.h-data99 function int accept (int, struct sockaddr*, socklen_t*)
100 function int bind (int, const struct sockaddr*, socklen_t)
101 function int connect (int, const struct sockaddr*, socklen_t)
102 function int getpeername (int, struct sockaddr*, socklen_t*)
103 function int getsockname (int, struct sockaddr*, socklen_t*)
104 function int getsockopt (int, int, int, void*, socklen_t*)
105 function int listen (int, int)
106 function ssize_t recv (int, void*, size_t, int)
107 function ssize_t recvfrom (int, void*, size_t, int, struct sockaddr*, socklen_t*)
108 function ssize_t recvmsg (int, struct msghdr*, int)
[all …]
/glibc-2.36/conform/data/arpa/
Dinet.h-data14 function uint32_t htonl (uint32_t)
15 function uint16_t htons (uint16_t)
16 function uint32_t ntohl (uint32_t)
17 function uint16_t htons (uint16_t)
19 function in_addr_t inet_addr (const char*)
20 function in_addr_t inet_lnaof (struct in_addr)
21 function {struct in_addr} inet_makeaddr (in_addr_t, in_addr_t)
22 function in_addr_t inet_netof (struct in_addr)
23 function in_addr_t inet_network (const char *)
24 function {char*} inet_ntoa (struct in_addr)
[all …]

12345678910>>...22