/glibc-2.36/nss/ |
D | XXX-lookup.c | 37 #define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument 38 #define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument 41 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name) argument 42 #define CONCAT2_2(Pre, Name) Pre##Name argument 46 #define STRINGIFY1(Name) STRINGIFY2 (Name) argument 47 #define STRINGIFY2(Name) #Name argument
|
D | getXXent_r.c | 50 #define APPEND_R(Name) CONCAT2_2 (Name, _r) argument 51 #define INTERNAL(Name) CONCAT2_2 (__, Name) argument 61 #define STRINGIZE(Name) STRINGIZE1 (Name) argument 62 #define STRINGIZE1(Name) #Name argument 66 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument 67 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument
|
D | getXXbyYY_r.c | 101 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument 102 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument
|
/glibc-2.36/sysdeps/generic/ |
D | sysdep.h | 61 # define CFI_STRINGIFY(Name) CFI_STRINGIFY2 (Name) argument 62 # define CFI_STRINGIFY2(Name) #Name argument
|
/glibc-2.36/iconv/ |
D | gconv_builtin.c | 42 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ argument 45 .name = Name, \
|
D | gconv_int.h | 274 # define __BUILTIN_TRANSFORM(Name) \ argument 275 extern int Name (struct __gconv_step *step, \
|
D | gconv_conf.c | 65 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ argument 72 .module_name = Name \ 84 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ argument
|
D | iconvconfig.c | 217 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ argument 234 #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ argument 236 { .from = From, .to = To, .module = Name, .cost = Cost },
|
/glibc-2.36/manual/ |
D | io.texi | 191 * File Name Resolution:: A file name specifies how to look up a file. 192 * File Name Errors:: Error conditions relating to file names. 193 * File Name Portability:: File name portability and syntax issues. 197 @node Directories, File Name Resolution, , File Names 235 @node File Name Resolution, File Name Errors, Directories, File Names 236 @subsection File Name Resolution 314 @node File Name Errors, File Name Portability, File Name Resolution, File Names 315 @subsection File Name Errors 356 @node File Name Portability, , File Name Errors, File Names
|
D | nsswitch.texi | 3 # Name Service Switch configuration file.
|
D | nss.texi | 1 @node Name Service Switch, Users and Groups, Job Control, Top 2 @chapter System Databases and Name Service Switch 4 @cindex Name Service Switch 11 Network Information Service (NIS) and the Domain Name Service (DNS)) 18 scheme @dfn{Name Service Switch} (NSS). 33 @node NSS Basics, NSS Configuration File, Name Service Switch, Name Service Switch 112 @node NSS Configuration File, NSS Module Internals, NSS Basics, Name Service Switch 352 @node NSS Module Internals, Extending NSS, NSS Configuration File, Name Service Switch 582 @node Extending NSS, , NSS Module Internals, Name Service Switch 621 Object Name) must also have this number. Building a module from a bunch
|
D | filesys.texi | 40 the resolution of relative file names (@pxref{File Name Resolution}). 177 syntax errors (@pxref{File Name Errors}), plus @code{ENOTDIR} if the 378 the usual file name errors (@pxref{File Name Errors}), the 487 valid file names in any directory. @xref{File Name Resolution}. 1199 (@pxref{File Name Errors}) for both @var{oldname} and @var{newname}, the 1334 syntax errors (@pxref{File Name Errors}), the following @code{errno} 1402 usual file name errors (@pxref{File Name Errors}), the following 1517 (@pxref{File Name Errors}), the following @code{errno} error conditions are 1630 file name errors (@pxref{File Name Errors}), the following 1699 errors (@pxref{File Name Errors}), the following @code{errno} error [all …]
|
/glibc-2.36/hurd/ |
D | Notes | 3 CORESERVER -- Name of core server naming point; falls back to /servers/core 4 COREFILE -- Name of file to write core dump in; falls back to core
|
/glibc-2.36/iconvdata/ |
D | tst-loading.c | 38 #define MODULE(Name) { .name = #Name, .state = unloaded } argument
|
/glibc-2.36/locale/programs/ |
D | ld-address.c | 41 #define DEFINE_COUNTRY_CODE(Name, Ab2, Ab3, Num) \ argument 54 #define DEFINE_LANGUAGE_CODE(Name, Ab, Term, Lib) \ argument 56 #define DEFINE_LANGUAGE_CODE3(Name, Term, Lib) \ argument 58 #define DEFINE_LANGUAGE_CODE2(Name, Term) \ argument
|
/glibc-2.36/misc/bits/ |
D | stab.def | 41 /* Name of main routine. Only the name is significant. 93 /* GNU C++ exception variable. Name is variable name. */ 108 /* Name of main source file. 121 /* Name of sub-source file (#include file).
|
/glibc-2.36/hesiod/ |
D | README.hesiod | 3 based on the Berkeley Internet Name Daemon (BIND). 43 # Example configuration of GNU Name Service Switch functionality. 129 For more information on `named' refer to the `Name Server Operations
|
/glibc-2.36/nscd/ |
D | nscd.service | 4 Description=Name Service Cache Daemon
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | libc-abis | 5 # Feature Name Configuration
|
/glibc-2.36/stdio-common/ |
D | vfprintf-internal.c | 412 #define LABEL(Name) do_##Name argument 417 # define REF(Name) &&do_##Name - &&JUMP_TABLE_BASE_LABEL argument 432 # define REF(Name) &&do_##Name argument
|
/glibc-2.36/localedata/ |
D | syr.UTF-8.in | 1 ; Symbol Name Hex Code
|
/glibc-2.36/ |
D | libc-abis | 35 # Feature Name Configuration
|
/glibc-2.36/io/ |
D | ftw.c | 123 # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf) argument
|
/glibc-2.36/po/ |
D | de.po | 354 msgstr "Keine Programm-Name angegeben" 534 msgstr "Kann keinen Speicher für den Name-Record allozieren" 931 msgstr "Für »-r« muß der absolute Name der Konfigurationsdatei angegeben werden" 1765 msgstr "Kein symbolischer Name angegeben" 1782 msgstr "Kein symbolischer Name für das Ende des Intervalles angegeben" 2019 msgstr "%s: Sortierwichtungen müssen dieselbe Auslassung wie der Name verwenden" 2564 msgstr "%s: fehlender »era«-Name in der Zeichenkette %Zd im »era«-Feld" 2611 msgstr "Der symbolische Name wird nicht beendet" 2634 msgstr "Unbekannter Name »%s«" 2674 "Name\n" [all …]
|
/glibc-2.36/benchtests/ |
D | README | 123 - init: Name of an initializer function to call to initialize the benchtest.
|