/glibc-2.36/malloc/ |
D | mtrace.pl | 66 $binary=""; 69 $binary=$ARGV[0]; 72 if ($binary =~ /^.*[\/].*$/) { 73 $prog = $binary; 75 $prog = "./$binary"; 112 if ($binary ne "") { 113 my $line = &addr2line($binary, $addr); 126 if ($binary ne "") { 139 if ($binary ne "") { 140 my $line = &addr2line($binary, $addr);
|
/glibc-2.36/resolv/ |
D | nsap_addr.c | 35 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument 51 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr() 66 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument 83 nib = *binary >> 4; in inet_nsap_ntoa() 85 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
|
D | res_debug.c | 812 loc_aton (const char *ascii, u_char *binary) in loc_aton() argument 907 bcp = binary; in loc_aton() 921 loc_ntoa (const u_char *binary, char *ascii) in loc_ntoa() argument 926 const u_char *cp = binary; in loc_ntoa()
|
D | Makefile | 93 tst-resolv-binary \ 262 $(objpfx)tst-resolv-binary: $(objpfx)libresolv.so $(shared-thread-library)
|
/glibc-2.36/ |
D | LICENSES | 5 binary distributions of the code, so be sure to include this file along 6 with any binary distributions derived from the GNU C Library. 15 Redistribution and use in source and binary forms, with or without 21 2. Redistributions in binary form must reproduce the above copyright 85 Redistribution and use in source and binary forms, with or without 91 * Redistributions in binary form must reproduce the above 143 Redistribution and use in source and binary forms, with or without 148 2. Redistributions in binary form must reproduce the above copyright 177 Redistribution and use in source and binary forms, with or without 184 * Redistributions in binary form must reproduce the above copyright [all …]
|
D | config.h.in | 251 /* The pt_chown binary is being built and used by grantpt. */
|
D | INSTALL | 220 The file 'pt_chown' is a helper binary for 'grantpt' (*note 389 This program must preserve the arguments to the binary being run, its 441 setting up a chroot environment or preparing a binary distribution. The
|
D | Makeconfig | 179 # Where to install the compiled binary locale archive and compiled 180 # binary locale files. 735 # The program binary is assumed to be $(word 2,$^).
|
/glibc-2.36/sysdeps/alpha/ |
D | stpcpy.S | 37 and t8, 0xf0, t2 # binary search for byte offset of the
|
D | strcat.S | 54 and t1, 0xf0, t2 # binary search for that set bit
|
D | strlen.S | 60 and t1, 0xf0, t2 # binary search for that set bit
|
D | strncat.S | 56 and t1, 0xf0, t2 # binary search for that set bit
|
D | rawmemchr.S | 73 and t0, 0xf0, t2 # e0 : binary search for that set bit
|
D | stpncpy.S | 41 and t8, 0xf0, t3 # binary search for byte offset of the
|
D | strchr.S | 75 and t0, 0xf0, t2 # e0 : binary search for that set bit
|
D | strrchr.S | 90 and t7, 0xf0, t2 # e0 : binary search for the high bit set
|
/glibc-2.36/sysdeps/or1k/ |
D | preconfigure | 6 # binary, for any purpose, commercial or non-commercial, and by any
|
/glibc-2.36/wcsmbs/ |
D | Makefile | 57 tst-wprintf-binary
|
/glibc-2.36/elf/ |
D | dso-sort-tests-1.def | 45 # Generate the permutation of DT_NEEDED order between the main binary and
|
/glibc-2.36/stdio-common/ |
D | Makefile | 183 tst-printf-binary \
|
/glibc-2.36/manual/ |
D | search.texi | 64 @cindex binary search function (for arrays) 146 using the binary search algorithm. 338 possible to handle general binary data for keys. 479 binary tree implementations.
|
D | stdio.texi | 34 and binary files. 225 requests a binary stream rather than a text stream. But this makes no 1475 even on files opened in binary mode, but other systems might not. 1528 of data. You can use these functions to read and write binary data, as 1531 @cindex binary I/O to a stream 1539 objects---can be written to a binary file, and meaningfully read in 1542 Storing data in binary form is often considerably more efficient than 1544 the binary form avoids possible loss of precision in the conversion 1545 process. On the other hand, binary files can't be examined or modified 1667 unsigned value in binary, octal, decimal, or hexadecimal radix [all …]
|
D | README.pretty-printers | 121 binary, and the printer files you added to 'pretty-printers' in the previous
|
D | debug.texi | 92 use the ELF binary format for programs and libraries. On other systems,
|
D | install.texi | 248 The file @file{pt_chown} is a helper binary for @code{grantpt} 425 This program must preserve the arguments to the binary being run, its 480 setting up a chroot environment or preparing a binary distribution.
|