/l4re-core-master/l4re_c/doc/ |
A D | l4re_c.dox | 7 * The interface functions closely align with the C++ functions and add 18 * The interface functions closely align with the C++ functions and add
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | libc_pthread_init.c | 34 __libc_pthread_init (functions) 35 const struct pthread_functions *functions; variable 41 memcpy (&__libc_pthread_functions, functions,
|
/l4re-core-master/uclibc/doc/ |
A D | general.dox | 12 functions are listed below. 22 \section p_string String functions 38 \section p_type Type conversion functions
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in.arch | 131 support from uClibc. This will cause floating point functions like 132 strtod() to be omitted from uClibc. Other floating point functions, 145 functions, then uClibc will need to be compiled with soft floating 163 N the math library will contain only the math functions that were 167 If your applications require the newer C99 math library functions, 174 X/Open System Interfaces extensions to ISO C math functions 175 (differential equation functions): 177 j0, j1, jn - Bessel functions of the first kind 178 y0, y1, yn - Bessel functions of the second kind 185 point environment, rounding and exception handling functions then
|
A D | Config.in | 750 - XSI functions: 757 - Base functions: 870 utility functions: 1041 bool "BSD specific functions" 1049 bool "BSD err functions" 1065 Affected functions: 1184 # bool "termios functions" 1427 functions, so some generic (written in C) string functions may 1462 functions. 1601 functions. [all …]
|
A D | Config.arm | 20 If you say 'y' here, functions and constants required by the 38 Say 'y' to use BX to return from functions on your thumb-aware
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | libc_pthread_init.c | 26 int * __libc_pthread_init (const struct pthread_functions *functions) in __libc_pthread_init() argument 32 memcpy (&__libc_pthread_functions, functions, in __libc_pthread_init()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | libc_pthread_init.c | 33 __libc_pthread_init(const struct pthread_functions *functions) in strong_alias() 39 memcpy (&__libc_pthread_functions, functions, in strong_alias()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | libc_pthread_init.c | 41 const struct pthread_functions *functions) in __libc_pthread_init() argument 54 memcpy (&__libc_pthread_functions, functions, in __libc_pthread_init()
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 13 * templates or use macros or inline functions from this file, or you compile 60 /// Default backend for POSIX read and readv functions. 64 /// Default backend for POSIX write and writev functions. 68 /// Default backend for POSIX pwrite and pwritev functions. 72 /// Default backend for POSIX pread and preadv functions. 76 /// Default backend for POSIX seek and lseek functions. 80 /// Default backend for the POSIX truncate, ftruncate and similar functions. 119 /// Default backend for POSIX access and faccessat functions.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | ostream | 104 * functions in constructs like "std::cout << std::endl". For more 112 // The inserters for manipulators are *not* formatted output functions. 121 // The inserters for manipulators are *not* formatted output functions. 131 // The inserters for manipulators are *not* formatted output functions. 141 * All the @c operator<< functions (aka <em>formatted output 142 * functions</em>) have some common behavior. Each starts by 184 // 117. basic_ostream uses nonexistent num_put member functions. 195 // 117. basic_ostream uses nonexistent num_put member functions. 227 // 117. basic_ostream uses nonexistent num_put member functions. 277 * All the unformatted output functions have some common behavior. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | ostream | 104 * functions in constructs like "std::cout << std::endl". For more 112 // The inserters for manipulators are *not* formatted output functions. 121 // The inserters for manipulators are *not* formatted output functions. 131 // The inserters for manipulators are *not* formatted output functions. 141 * All the @c operator<< functions (aka <em>formatted output 142 * functions</em>) have some common behavior. Each starts by 184 // 117. basic_ostream uses nonexistent num_put member functions. 195 // 117. basic_ostream uses nonexistent num_put member functions. 227 // 117. basic_ostream uses nonexistent num_put member functions. 277 * All the unformatted output functions have some common behavior. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | ostream | 104 * functions in constructs like "std::cout << std::endl". For more 112 // The inserters for manipulators are *not* formatted output functions. 121 // The inserters for manipulators are *not* formatted output functions. 131 // The inserters for manipulators are *not* formatted output functions. 141 * All the @c operator<< functions (aka <em>formatted output 142 * functions</em>) have some common behavior. Each starts by 184 // 117. basic_ostream uses nonexistent num_put member functions. 195 // 117. basic_ostream uses nonexistent num_put member functions. 227 // 117. basic_ostream uses nonexistent num_put member functions. 277 * All the unformatted output functions have some common behavior. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | config.h.in | 816 C99 library functions to be present. */ 823 /* Define if C99 functions or macros in <stdio.h> should be imported in 827 /* Define if C99 functions or macros in <stdlib.h> should be imported in 831 /* Define if C99 functions or macros in <wchar.h> should be imported in 837 C99 library functions to be present. */ 844 /* Define if C99 functions or macros in <stdio.h> should be imported in 848 /* Define if C99 functions or macros in <stdlib.h> should be imported in 852 /* Define if C99 functions or macros in <wchar.h> should be imported in 924 library functions to be present. */ 935 /* Define if C99 functions in <inttypes.h> should be imported in [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | config.h.in | 772 C99 library functions to be present. */ 779 /* Define if C99 functions or macros in <stdio.h> should be imported in 783 /* Define if C99 functions or macros in <stdlib.h> should be imported in 787 /* Define if C99 functions or macros in <wchar.h> should be imported in 793 C99 library functions to be present. */ 800 /* Define if C99 functions or macros in <stdio.h> should be imported in 804 /* Define if C99 functions or macros in <stdlib.h> should be imported in 808 /* Define if C99 functions or macros in <wchar.h> should be imported in 884 library functions to be present. */ 895 /* Define if C99 functions in <inttypes.h> should be imported in [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/ |
A D | config.h.in | 769 C99 library functions to be present. */ 776 /* Define if C99 functions or macros in <stdio.h> should be imported in 780 /* Define if C99 functions or macros in <stdlib.h> should be imported in 784 /* Define if C99 functions or macros in <wchar.h> should be imported in 790 C99 library functions to be present. */ 797 /* Define if C99 functions or macros in <stdio.h> should be imported in 801 /* Define if C99 functions or macros in <stdlib.h> should be imported in 805 /* Define if C99 functions or macros in <wchar.h> should be imported in 877 library functions to be present. */ 888 /* Define if C99 functions in <inttypes.h> should be imported in [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/ |
A D | config.h.in | 760 C99 library functions to be present. */ 767 /* Define if C99 functions or macros in <stdio.h> should be imported in 771 /* Define if C99 functions or macros in <stdlib.h> should be imported in 775 /* Define if C99 functions or macros in <wchar.h> should be imported in 781 C99 library functions to be present. */ 788 /* Define if C99 functions or macros in <stdio.h> should be imported in 792 /* Define if C99 functions or macros in <stdlib.h> should be imported in 796 /* Define if C99 functions or macros in <wchar.h> should be imported in 868 library functions to be present. */ 879 /* Define if C99 functions in <inttypes.h> should be imported in [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | config.h.in | 759 C99 library functions to be present. */ 766 /* Define if C99 functions or macros in <stdio.h> should be imported in 770 /* Define if C99 functions or macros in <stdlib.h> should be imported in 774 /* Define if C99 functions or macros in <wchar.h> should be imported in 780 C99 library functions to be present. */ 787 /* Define if C99 functions or macros in <stdio.h> should be imported in 791 /* Define if C99 functions or macros in <stdlib.h> should be imported in 795 /* Define if C99 functions or macros in <wchar.h> should be imported in 867 library functions to be present. */ 878 /* Define if C99 functions in <inttypes.h> should be imported in [all …]
|
/l4re-core-master/l4re/include/ |
A D | debug | 17 * templates or use macros or inline functions from this file, or you compile 63 * An object can provide a number of debug functions, each identified by some 64 * integer. This method is used to fan out to these functions from a common
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/ |
A D | config.h.in | 742 C99 library functions to be present. */ 749 /* Define if C99 functions or macros in <stdio.h> should be imported in 753 /* Define if C99 functions or macros in <stdlib.h> should be imported in 757 /* Define if C99 functions or macros in <wchar.h> should be imported in 763 C99 library functions to be present. */ 770 /* Define if C99 functions or macros in <stdio.h> should be imported in 774 /* Define if C99 functions or macros in <stdlib.h> should be imported in 778 /* Define if C99 functions or macros in <wchar.h> should be imported in 847 library functions to be present. */ 858 /* Define if C99 functions in <inttypes.h> should be imported in [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | ostream | 104 * functions in constructs like "std::cout << std::endl". For more 112 // The inserters for manipulators are *not* formatted output functions. 121 // The inserters for manipulators are *not* formatted output functions. 131 // The inserters for manipulators are *not* formatted output functions. 141 * All the @c operator<< functions (aka <em>formatted output 142 * functions</em>) have some common behavior. Each starts by 184 // 117. basic_ostream uses nonexistent num_put member functions. 195 // 117. basic_ostream uses nonexistent num_put member functions. 227 // 117. basic_ostream uses nonexistent num_put member functions. 277 * All the unformatted output functions have some common behavior. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | ostream | 104 * functions in constructs like "std::cout << std::endl". For more 112 // The inserters for manipulators are *not* formatted output functions. 121 // The inserters for manipulators are *not* formatted output functions. 131 // The inserters for manipulators are *not* formatted output functions. 141 * All the @c operator<< functions (aka <em>formatted output 142 * functions</em>) have some common behavior. Each starts by 184 // 117. basic_ostream uses nonexistent num_put member functions. 195 // 117. basic_ostream uses nonexistent num_put member functions. 227 // 117. basic_ostream uses nonexistent num_put member functions. 277 * All the unformatted output functions have some common behavior. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | ostream | 104 * functions in constructs like "std::cout << std::endl". For more 112 // The inserters for manipulators are *not* formatted output functions. 121 // The inserters for manipulators are *not* formatted output functions. 131 // The inserters for manipulators are *not* formatted output functions. 141 * All the @c operator<< functions (aka <em>formatted output 142 * functions</em>) have some common behavior. Each starts by 184 // 117. basic_ostream uses nonexistent num_put member functions. 195 // 117. basic_ostream uses nonexistent num_put member functions. 227 // 117. basic_ostream uses nonexistent num_put member functions. 283 * All the unformatted output functions have some common behavior. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | wchar_and_locale.txt | 25 Wide character support. I assume all those wchar_t types and functions 97 Otherwise, ctype.h declares int isXXXX(int c) functions, 100 there are inlines (yes, not macros!) for toXXXX(c) functions, 111 function call! Thus, why not have dedicated optimized functions
|
/l4re-core-master/l4re/util/include/ |
A D | cap | 5 * \brief Capability utility functions 17 * templates or use macros or inline functions from this file, or you compile
|