/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | errlist-compat.h | 32 # define DEFINE_COMPAT_ERRLIST(NUMBERERR, VERSION) \ 33 declare_object_symbol_alias (__ ## VERSION ## _sys_errlist, \ 37 declare_object_symbol_alias (__ ## VERSION ## __sys_errlist, \ 41 compat_symbol (libc, __## VERSION ## _sys_errlist, sys_errlist, VERSION) \ 43 compat_symbol (libc, __## VERSION ## __sys_errlist, _sys_errlist, VERSION) 45 # define DEFINE_COMPAT_ERRLIST(NUMBERERR, VERSION) \ argument 46 const int __##VERSION##_sys_nerr = NUMBERERR; \ 47 strong_alias (__##VERSION##_sys_nerr, __##VERSION##__sys_nerr); \ 48 compat_symbol (libc, __## VERSION ## _sys_nerr, sys_nerr, VERSION); \ 49 compat_symbol (libc, __## VERSION ## __sys_nerr, _sys_nerr, VERSION);
|
D | lddlibc4.c | 66 printf ("lddlibc4 %s%s\n", PKGVERSION, VERSION); in main()
|
/glibc-2.36/sysdeps/generic/ |
D | siglist-compat-def.h | 30 #define DEFINE_COMPAT_SIGLIST(NUMBERSIG, VERSION) \ argument 31 declare_object_symbol_alias (__ ## VERSION ## _sys_siglist, \ 35 declare_object_symbol_alias (__ ## VERSION ## sys_siglist, \ 39 declare_object_symbol_alias (__ ## VERSION ## _sys_sigabbrev, \ 43 compat_symbol (libc, __## VERSION ## _sys_siglist, _sys_siglist, \ 44 VERSION) ASM_LINE_SEP \ 45 compat_symbol (libc, __## VERSION ## sys_siglist, sys_siglist, \ 46 VERSION) ASM_LINE_SEP \ 47 compat_symbol (libc, __## VERSION ## _sys_sigabbrev, sys_sigabbrev, \ 48 VERSION)
|
/glibc-2.36/posix/ |
D | confstr.c | 62 #define START_ENV_GROUP(VERSION) \ in __confstr() argument 63 case _CS_##VERSION##_WIDTH_RESTRICTED_ENVS: \ in __confstr() 66 #define END_ENV_GROUP(VERSION) \ in __confstr() argument 253 string = "glibc " VERSION; in __confstr() 254 string_len = sizeof ("glibc " VERSION); in __confstr()
|
D | getconf-speclist.c | 21 #define START_ENV_GROUP(VERSION) \ argument 24 #define END_ENV_GROUP(VERSION) \ argument
|
D | posix-conf-vars.list | 101 VERSION
|
/glibc-2.36/scripts/ |
D | move-if-change | 5 VERSION='2018-03-07 03:47'; # UTC 39 year=`expr "$VERSION" : '\([^-]*\)'` 40 version=`expr "$VERSION" : '\([^ ]*\)'`
|
D | documented.sh | 4 VERSION=1.0 99 Generated on $(date) with documented.sh version $VERSION
|
/glibc-2.36/nptl_db/ |
D | td_ta_new.c | 36 char versbuf[sizeof (VERSION)]; in td_ta_new() 46 if (memcmp (versbuf, VERSION, sizeof VERSION) != 0) in td_ta_new()
|
/glibc-2.36/csu/ |
D | version.c | 24 static const char __libc_version[] = VERSION; 27 "GNU C Library "PKGVERSION RELEASE" release version "VERSION".\n\
|
/glibc-2.36/malloc/ |
D | mtrace.pl | 22 $VERSION = "@VERSION@"; 46 print "mtrace $PKGVERSION$VERSION\n";
|
/glibc-2.36/manual/ |
D | libc.texinfo | 48 @value{VERSION}. 51 @value{VERSION} @value{PKGVERSION}. 85 @center for version @value{VERSION}
|
/glibc-2.36/ |
D | version.h | 4 #define VERSION "2.36" macro
|
D | INSTALL | 18 unpacked the GNU C Library sources in '/src/gnu/glibc-VERSION', create a 26 $ ../glibc-VERSION/configure ARGS... 50 $ ../glibc-VERSION/configure CC="gcc -m32" CFLAGS="-O3" 77 '--enable-kernel=VERSION' 79 VERSION parameter should have the form X.Y.Z and describes the 81 expected to support. The higher the VERSION number is, the less 297 '--with-pkgversion=VERSION' 646 unpack it in a directory such as '/usr/src/linux-VERSION'. In that
|
D | config.make.in | 4 version = @VERSION@
|
/glibc-2.36/catgets/ |
D | config.h | 6 #ifndef VERSION
|
/glibc-2.36/locale/programs/ |
D | config.h | 23 #ifndef VERSION
|
/glibc-2.36/po/ |
D | pot.header | 8 "Project-Id-Version: libc VERSION\n"
|
/glibc-2.36/sysdeps/posix/ |
D | sysconf.c | 793 #define START_ENV_GROUP(VERSION) \ in __sysconf() argument 796 #define END_ENV_GROUP(VERSION) \ in __sysconf() argument
|
/glibc-2.36/elf/ |
D | sln.c | 53 printf ("sln %s%s\n", PKGVERSION, VERSION); in main()
|
D | dl-diagnostics.c | 228 _dl_diagnostics_print_labeled_string ("version.version", VERSION); in print_version()
|
D | dl-usage.c | 43 ld.so " PKGVERSION RELEASE " release version " VERSION ".\n\ in _dl_version()
|
D | pldd.c | 261 fprintf (stream, "pldd %s%s\n", PKGVERSION, VERSION); in print_version()
|
/glibc-2.36/login/programs/ |
D | pt_chown.c | 61 fprintf (stream, "pt_chown %s%s\n", PKGVERSION, VERSION); in print_version()
|
/glibc-2.36/debug/ |
D | pcprofiledump.c | 223 fprintf (stream, "pcprofiledump %s%s\n", PKGVERSION, VERSION); in print_version()
|