/glibc-2.36/hurd/ |
D | hurdports.c | 32 #define GET(type, what, idx) \ argument 33 type get##what (void) { return get (INIT_PORT_##idx); } 41 #define SET(type, what, idx) \ argument 42 int set##what (type new) { return set (INIT_PORT_##idx, new); } 44 #define GETSET(type, what, idx) \ argument 45 GET (type, what, idx) SET (type, what, idx)
|
/glibc-2.36/support/ |
D | support_test_compare_blob.c | 27 report_length (const char *what, unsigned long int length, const char *expr) in report_length() argument 29 printf (" %s %lu bytes (from %s)\n", what, length, expr); in report_length() 33 report_blob (const char *what, const unsigned char *blob, in report_blob() argument 37 printf (" %s (evaluated from %s): NULL\n", what, expr); in report_blob() 40 printf (" %s (evaluated from %s):\n", what, expr); in report_blob()
|
D | support_test_compare_string_main.c | 28 report_length (const char *what, const CHAR *str, size_t length) in report_length() argument 31 printf (" %s string: NULL\n", what); in report_length() 33 printf (" %s string: %zu %s\n", what, length, in report_length() 38 report_string (const char *what, const UCHAR *blob, in report_string() argument 43 printf (" %s (evaluated from %s):\n", what, expr); in report_string()
|
D | tst-support_capture_subprocess.c | 182 check_stream (const char *what, const struct xmemstream *stream, in check_stream() argument 191 what, expected, stream->buffer); in check_stream() 199 what, strlen (expected), stream->length); in check_stream()
|
D | support_test_main.c | 94 print_timestamp (const char *what, struct timespec tv) in print_timestamp() argument 101 what, (long long int) tv.tv_sec, (long int) tv.tv_nsec); in print_timestamp() 104 what, 1900 + tm.tm_year, tm.tm_mon + 1, tm.tm_mday, in print_timestamp()
|
D | support_capture_subprocess.c | 33 transfer (const char *what, struct pollfd *pfd, struct xmemstream *stream) in transfer() argument 42 printf ("error: reading from subprocess %s: %m\n", what); in transfer()
|
/glibc-2.36/nptl/ |
D | TODO-testing | 7 what to test? 20 what to test?
|
D | tst-minstack-throw.cc | 69 TEST_COMPARE (strcmp (e.what (), "test exception"), 0); in threadfunc()
|
/glibc-2.36/elf/ |
D | dl-load.c | 469 const char *what, const char *where, struct link_map *l) in fillin_rpath() argument 553 dirp->what = what; in fillin_rpath() 579 const char *rpath, struct link_map *l, const char *what) in decompose_rpath() argument 654 fillin_rpath (copy, result, ":", what, where, l); in decompose_rpath() 680 const char *what) in cache_rpath() argument 698 l, what); in cache_rpath() 758 pelem->what = "system search path"; in _dl_init_paths() 1530 const char *what, const char *name) in print_search_path() argument 1537 while (*list != NULL && (*list)->what == what) /* Yes, ==. */ in print_search_path() 1563 _dl_debug_printf_c ("\t\t(%s from file %s)\n", what, in print_search_path() [all …]
|
D | rtld-Rules | 126 # what we need to build, and that tells us what dependency files we need.
|
D | dl-usage.c | 75 _dl_printf (" (%s)\n", (*list)->what); in print_search_path_for_help_1()
|
/glibc-2.36/inet/ |
D | tst-inet6_scopeid_pton.c | 97 check_ai (const char *what, const char *addr_string, const char *scope_string, in check_ai() argument 105 what, addr_string, scope_string); in check_ai() 113 what, addr_string, scope_string, scope, sa->sin6_scope_id); in check_ai()
|
/glibc-2.36/intl/ |
D | tst-gettext.c | 154 char *what = setlocale (LC_NUMERIC, ""); in main() local 155 if (what != NULL) in main() 157 printf ("setlocale succeeded (%s), expected failure\n", what); in main()
|
/glibc-2.36/nss/ |
D | tst-field.c | 33 check (const char *what, bool expr) in check() argument 37 printf ("FAIL: %s\n", what); in check()
|
/glibc-2.36/resolv/ |
D | tst-inet_pton.c | 48 check_result (const char *what, const struct test_case *t, int family, in check_result() argument 79 what, t->input, family, ok, inet_ret); in check_result() 86 what, t->input, family); in check_result()
|
D | README | 18 The resolver in the GNU C Library still differs from what's in BIND 54 a macro, in a similar way to what has been done for the `errno' and
|
/glibc-2.36/misc/bits/ |
D | stab.def | 55 /* New stab from Solaris. I don't know what it means, but it 59 /* New stab from Solaris. I don't know what it means, but it 67 /* Modula-2 compilation unit. Can someone say what info it contains? */ 80 /* Sun's source-code browser stabs. ?? Don't know what the fields are. 99 this entry is immediately followed by a CAUGHT stab saying what exception 150 /* Modula-2 scope information. Can someone say what info it contains? */
|
/glibc-2.36/nis/ |
D | nis_defaults.c | 34 searchXYX (char *str, const char *what) in searchXYX() argument 36 assert (strlen (what) == 6); in searchXYX() 37 assert (strncmp (str, what, 6) == 0); in searchXYX()
|
/glibc-2.36/misc/ |
D | tst-tsearch.c | 246 mangle_tree (enum order how, enum action what, void **root, int lag) in mangle_tree() argument 289 switch (what) in mangle_tree() 310 if (what == build || i < lag) in mangle_tree()
|
/glibc-2.36/ |
D | README | 2 See the file "version.h" for what release version you have. 5 and is an important part of what makes up a GNU system. It provides the
|
D | COPYING | 46 want its recipients to know that what they have is not the original, so 77 Whether that is true depends on what the Program does. 226 This section is intended to make thoroughly clear what is believed to 293 <one line to give the program's name and a brief idea of what it does.> 338 library. If this is what you want to do, use the GNU Lesser General
|
/glibc-2.36/manual/ |
D | io.texi | 117 programmer and aren't sure what functions to use, we suggest that you 221 @dfn{pathname} for what we call a file name, and either @dfn{filename} 222 or @dfn{pathname component} for what this manual calls a file name 244 The process of determining what file a file name refers to is called 383 length of file names and what characters can validly appear in a file 390 restrictions on file name syntax, concerning what characters are
|
D | signal.texi | 30 * Signal Actions:: Specifying what happens when a 47 This section explains basic concepts of how signals are generated, what 52 * Kinds of Signals:: Some examples of what can cause a signal. 54 * Delivery of Signal:: Concepts of what a signal does to the 198 to investigate what caused the error. 212 describes what kind of event they mean. Each signal name is a macro 279 what caused the error. 300 does not specify how the exceptions are reported, or what kinds of 816 to print some status information about the system and what the process 1165 @code{signal} function's return value---you can check to see what the [all …]
|
/glibc-2.36/localedata/locales/ |
D | uz_UZ@cyrillic | 255 % FIXME: what is miss ? 257 % FIXME: what is ms ?
|
/glibc-2.36/po/ |
D | rw.po | 79 #. TRANS The experienced user will know what is wrong.
|