Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 81) sorted by relevance

1234

/glibc-2.36/malloc/
Dmtrace.pl66 $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/
Dnsap_addr.c35 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()
Dres_debug.c812 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()
DMakefile93 tst-resolv-binary \
262 $(objpfx)tst-resolv-binary: $(objpfx)libresolv.so $(shared-thread-library)
/glibc-2.36/
DLICENSES5 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 …]
Dconfig.h.in251 /* The pt_chown binary is being built and used by grantpt. */
DINSTALL220 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
DMakeconfig179 # 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/
Dstpcpy.S37 and t8, 0xf0, t2 # binary search for byte offset of the
Dstrcat.S54 and t1, 0xf0, t2 # binary search for that set bit
Dstrlen.S60 and t1, 0xf0, t2 # binary search for that set bit
Dstrncat.S56 and t1, 0xf0, t2 # binary search for that set bit
Drawmemchr.S73 and t0, 0xf0, t2 # e0 : binary search for that set bit
Dstpncpy.S41 and t8, 0xf0, t3 # binary search for byte offset of the
Dstrchr.S75 and t0, 0xf0, t2 # e0 : binary search for that set bit
Dstrrchr.S90 and t7, 0xf0, t2 # e0 : binary search for the high bit set
/glibc-2.36/sysdeps/or1k/
Dpreconfigure6 # binary, for any purpose, commercial or non-commercial, and by any
/glibc-2.36/wcsmbs/
DMakefile57 tst-wprintf-binary
/glibc-2.36/elf/
Ddso-sort-tests-1.def45 # Generate the permutation of DT_NEEDED order between the main binary and
/glibc-2.36/stdio-common/
DMakefile183 tst-printf-binary \
/glibc-2.36/manual/
Dsearch.texi64 @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.
Dstdio.texi34 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 …]
DREADME.pretty-printers121 binary, and the printer files you added to 'pretty-printers' in the previous
Ddebug.texi92 use the ELF binary format for programs and libraries. On other systems,
Dinstall.texi248 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.

1234