/glibc-2.36/debug/ |
D | pcprofiledump.c | 128 } pair; in main() local 132 size_t len = sizeof (pair); in main() 136 && (n = TEMP_FAILURE_RETRY (read (fd, &pair.bytes[8 - len], in main() 145 must_swap ? bswap_32 (pair.ptrs[0]) : pair.ptrs[0], in main() 146 must_swap ? bswap_32 (pair.ptrs[1]) : pair.ptrs[1]); in main() 155 } pair; in main() local 159 size_t len = sizeof (pair); in main() 163 && (n = TEMP_FAILURE_RETRY (read (fd, &pair.bytes[8 - len], in main() 172 must_swap ? bswap_64 (pair.ptrs[0]) : pair.ptrs[0], in main() 173 must_swap ? bswap_64 (pair.ptrs[1]) : pair.ptrs[1]); in main()
|
/glibc-2.36/stdlib/ |
D | tst-strfmon_l.c | 110 test_pair (const struct testcase_pair *pair) in test_pair() argument 114 test_one ("%i", positive, "%Li", pos, pair->positive.i); in test_pair() 115 test_one ("%n", positive, "%Ln", pos, pair->positive.n); in test_pair() 116 test_one ("%^i", positive, "%^Li", pos, pair->positive.i_ungrouped); in test_pair() 117 test_one ("%^n", positive, "%^Ln", pos, pair->positive.n_ungrouped); in test_pair() 120 test_one ("%i", negative, "%Li", neg, pair->negative.i); in test_pair() 121 test_one ("%n", negative, "%Ln", neg, pair->negative.n); in test_pair() 122 test_one ("%^i", negative, "%^Li", neg, pair->negative.i_ungrouped); in test_pair() 123 test_one ("%^n", negative, "%^Ln", neg, pair->negative.n_ungrouped); in test_pair() 149 struct testcase_pair pair; member [all …]
|
/glibc-2.36/misc/ |
D | tst-ioctl.c | 27 int pair[2]; in do_test() local 28 TEST_COMPARE (socketpair (AF_UNIX, SOCK_STREAM, 0, pair), 0); in do_test() 29 TEST_COMPARE (write (pair[0], "buffer", sizeof ("buffer")), in do_test() 32 TEST_COMPARE (ioctl (pair[1], FIONREAD, &value), 0); in do_test() 34 TEST_COMPARE (ioctl (pair[0], FIONREAD, &value), 0); in do_test() 36 xclose (pair[0]); in do_test() 37 xclose (pair[1]); in do_test()
|
/glibc-2.36/stdio-common/ |
D | tst-vfprintf-user-type.c | 50 struct two_argument *pair = mem; in my_va_arg_function() local 51 pair->i = va_arg (*ap, long); in my_va_arg_function() 52 pair->d = va_arg (*ap, double); in my_va_arg_function() 110 struct two_argument *pair = *(void **) args[i]; in my_printf_function() local 113 ret = fwprintf (fp, L"(%ld, %f)", pair->i, pair->d); in my_printf_function() 115 ret = fprintf (fp, "(%ld, %f)", pair->i, pair->d); in my_printf_function()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | ldd-rewrite.sed | 7 # that name is replaced by a pair referring to both
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ |
D | ldd-rewrite.sed | 7 # that name is replaced by a pair referring to both
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/ |
D | Makefile | 72 $(foreach suf,$(all-object-suffixes),$(foreach pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf))): C…
|
/glibc-2.36/nptl/ |
D | tst-thread_local1.cc | 177 std::array<std::pair<const char *, std::function<void (void *(void *))>>, 2> in do_test()
|
/glibc-2.36/localedata/locales/ |
D | lg_UG | 78 % pair of thousands separators, e.g. "123,456,786" 129 % pair of thousands separators, e.g. 123,456,789
|
D | translit_neutral | 503 <U2018> <U0027> % not <U0060> because it must pair with <U2019> 509 <U201B> <U0027> % not <U0060> because it must pair with <U2019>
|
D | uz_UZ | 174 % # Remember that a pair of apostrophes encodes just one of them.
|
/glibc-2.36/scripts/ |
D | dso-ordering-test.py | 389 tok_re = '|'.join('(?P<%s>%s)' % pair for pair in tokenspec)
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | addmul_1.S | 45 # We couldn't pair the loads, because the entangled schedule of the
|
/glibc-2.36/manual/ |
D | socket.texi | 2291 @cindex creating a socket pair 2292 @cindex socket pair 2293 @cindex opening a socket pair 2296 A @dfn{socket pair} consists of a pair of connected (but unnamed) 2299 declared in @file{sys/socket.h}. A socket pair is much like a pipe; the 2300 main difference is that the socket pair is bidirectional, whereas the 2307 This function creates a socket pair, returning the file descriptors in 2308 @code{@var{filedes}[0]} and @code{@var{filedes}[1]}. The socket pair
|
D | terminal.texi | 629 If this bit is set, convert the newline character on output into a pair 2157 @cindex opening a pseudo-terminal pair 2180 This function allocates and opens a pseudo-terminal pair, returning the 2230 If the allocation of a pseudo-terminal pair or the process creation
|
D | setjmp.texi | 194 change the set of blocked signals, and provides an additional pair of
|
D | string.texi | 1132 between the first differing pair of bytes (interpreted as @code{unsigned 1196 between the first differing pair of bytes (interpreted as 2212 row @code{strsep} returns an empty string for each pair of bytes 2633 name-value pair, separated by a @code{'='} byte (as in a Unix 2820 Each element in an envz vector is a name-value pair, separated by a @code{'='}
|
D | job.texi | 911 with the same pair of functions, @w{@code{put_job_in_foreground}} and
|
D | lang.texi | 706 Each signed integer type has a pair of macros which give the smallest
|
D | signal.texi | 1984 Clearly, this program can print a pair of zeros or a pair of ones. But
|
D | message.texi | 283 pair of set and message numbers.
|
/glibc-2.36/posix/ |
D | BOOST.tests | 16 ; each pair represents the starting and ending positions of a subexpression
|
/glibc-2.36/ |
D | Makeconfig | 1105 # This is a pair of implicit rules to preprocess a file with # comments,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 4887 terminal pair. 5822 * debug/catchsegv.sh: Add one more pair of quotes.
|
D | ChangeLog.6 | 841 * nss/digits_dots.c: New file. Handle dotted pair notation for 844 handling dotted pair notation. 848 * resolv/nss_dns/dns-host.c: Don't handle dotted pair notation.
|