Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 35) sorted by relevance

12

/glibc-2.36/debug/
Dpcprofiledump.c128 } 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/
Dtst-strfmon_l.c110 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/
Dtst-ioctl.c27 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/
Dtst-vfprintf-user-type.c50 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/
Dldd-rewrite.sed7 # that name is replaced by a pair referring to both
/glibc-2.36/sysdeps/unix/sysv/linux/s390/
Dldd-rewrite.sed7 # that name is replaced by a pair referring to both
/glibc-2.36/sysdeps/powerpc/powerpc64/le/
DMakefile72 $(foreach suf,$(all-object-suffixes),$(foreach pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf))): C…
/glibc-2.36/nptl/
Dtst-thread_local1.cc177 std::array<std::pair<const char *, std::function<void (void *(void *))>>, 2> in do_test()
/glibc-2.36/localedata/locales/
Dlg_UG78 % pair of thousands separators, e.g. "123,456,786"
129 % pair of thousands separators, e.g. 123,456,789
Dtranslit_neutral503 <U2018> <U0027> % not <U0060> because it must pair with <U2019>
509 <U201B> <U0027> % not <U0060> because it must pair with <U2019>
Duz_UZ174 % # Remember that a pair of apostrophes encodes just one of them.
/glibc-2.36/scripts/
Ddso-ordering-test.py389 tok_re = '|'.join('(?P<%s>%s)' % pair for pair in tokenspec)
/glibc-2.36/sysdeps/alpha/alphaev6/
Daddmul_1.S45 # We couldn't pair the loads, because the entangled schedule of the
/glibc-2.36/manual/
Dsocket.texi2291 @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
Dterminal.texi629 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
Dsetjmp.texi194 change the set of blocked signals, and provides an additional pair of
Dstring.texi1132 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{'='}
Djob.texi911 with the same pair of functions, @w{@code{put_job_in_foreground}} and
Dlang.texi706 Each signed integer type has a pair of macros which give the smallest
Dsignal.texi1984 Clearly, this program can print a pair of zeros or a pair of ones. But
Dmessage.texi283 pair of set and message numbers.
/glibc-2.36/posix/
DBOOST.tests16 ; each pair represents the starting and ending positions of a subexpression
/glibc-2.36/
DMakeconfig1105 # This is a pair of implicit rules to preprocess a file with # comments,
/glibc-2.36/ChangeLog.old/
DChangeLog.94887 terminal pair.
5822 * debug/catchsegv.sh: Add one more pair of quotes.
DChangeLog.6841 * 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.

12