Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 127) sorted by relevance

123456

/glibc-2.36/scripts/
Dlib-names.awk22 macros[$1 FS lib "_SO"] = soname;
24 macros[$1 FS extra "_SO"] = soname;
28 for (elt in macros) {
30 printf("%-40s%s\n", "#define " x[2], macros[elt]);
/glibc-2.36/stdlib/
Disomac.c105 static char *macros[] = variable
174 #define NUMBER_OF_MACROS (sizeof macros / sizeof *macros)
403 if (!strncmp (line + 8, macros[i], strlen (macros[i]))) in check_header()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-syscall-list.sh29 macros="$1"
35 '/#define LINUX_VERSION_CODE / {print $3}' < "$macros")"
37 '/#define __GLIBC_LINUX_VERSION_CODE / {print $3}' < "$macros")"
DVersions4 # functions used in inline functions or macros
58 # functions used in inline functions or macros
DMakefile201 $(objpfx)tst-syscall-list-macros.list: \
211 $(objpfx)tst-syscall-list-macros.list
216 $(objpfx)tst-syscall-list-sys.list: $(objpfx)tst-syscall-list-macros.list
223 $(objpfx)tst-syscall-list-macros.list \
/glibc-2.36/string/
DVersions6 # functions used in inline functions or macros
44 # functions used in macros and other libraries
70 # functions used in macros.
/glibc-2.36/wctype/
DVersions3 # functions used in inline functions or macros
17 # functions used in inline functions or macros
/glibc-2.36/manual/
DREADME.tunables106 form of the macros as follows:
113 remaining arguments are the same as the short form macros.
124 from that module, use the full form of the macros as follows:
131 remaining arguments are the same as the short form macros.
135 both macros. Likewise for TUNABLE_SET, TUNABLE_SET_FULL,
Dlibc-texinfo.sh75 * Function Index:: Index of functions and function-like macros.
76 * Variable Index:: Index of variables and variable-like macros.
Dcreature.texi4 @cindex feature test macros
6 is controlled by which @dfn{feature test macros} you define.
10 features by defining one or more of the feature macros.
14 You should define these macros by using @samp{#define} preprocessor
289 macros may be used to enable them.
293 test macros.
320 These macros are obsolete. They have the same effect as defining
323 Some very old C libraries required one of these macros to be defined
329 such as @option{-std=c99}, and don't define any of these macros
Dlang.texi69 The filename and line number are taken from the C preprocessor macros
148 non-required arguments; instead, you use the variable arguments macros
211 (@samp{@dots{}}) in the argument list, and using special macros to
232 * Argument Macros:: Detailed specification of the macros
280 written, and you must use special macros from @file{stdarg.h} in the
415 Here are descriptions of the macros used to retrieve variable arguments.
416 These macros are defined in the header file @file{stdarg.h}.
437 @c Unlike the other va_ macros, that either start/end the lifetime of
487 These macros are no longer provided by @theglibc{}, but rather by the
600 The header files @file{limits.h} and @file{float.h} contain macros
[all …]
/glibc-2.36/nptl/
Dnptl_lock_constants.pysym11 -- These are hardcoded all over the code; there are no enums/macros for them.
48 -- FIXME Why do macros prefixed with __ cannot be used directly?
Dpthread-pi-defines.sym3 -- These PI macros are used by assembly code.
/glibc-2.36/mach/
DVersions3 # variables used in Mach-specific macros
7 # functions used in inline functions and macros
/glibc-2.36/hurd/
DVersions3 # variables used in macros & inline functions
120 # functions used in macros & inline functions
/glibc-2.36/sysdeps/unix/bsd/
DVersions3 # functions used in inline functions or macros
/glibc-2.36/sysdeps/i386/fpu/
DVersions3 # functions used in inline functions or macros
/glibc-2.36/libio/
DVersions6 # functions used in inline functions or macros
9 # functions used in inline functions or macros
/glibc-2.36/assert/
DVersions3 # functions used in inline functions or macros
/glibc-2.36/sysdeps/htl/
DVersions7 # functions used in inline functions or macros
/glibc-2.36/intl/
DVersions6 # functions used in inline functions or macros
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/
Dsyscalls.list3 # C syscall macros cannot be used because this syscall has a 64-bit
/glibc-2.36/sysdeps/nios2/nptl/
Dtcb-offsets.sym6 -- Abuse tls.h macros to derive offsets relative to the thread register.
/glibc-2.36/ctype/
DVersions21 # functions used by optimized macros in ctype.h
/glibc-2.36/sysdeps/arm/
Dtlsdesc.sym9 -- Abuse tls.h macros to derive offsets relative to the thread register.

123456