Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/netbsd/src/libexec/httpd/
Dprintenv.lua46 for k, v in pairs(env) do
51 for k, v in pairs(headers) do
57 for k, v in pairs(query) do
89 for k, v in pairs(query) do
/netbsd/src/external/cddl/osnet/dist/uts/common/os/
Dfm.c917 nvlist_t *pairs[HC_MAXPAIRS]; in fm_fmri_hc_set() local
934 pairs[i] = fm_nvlist_create(nva); in fm_fmri_hc_set()
935 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name) != 0 || in fm_fmri_hc_set()
936 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) { in fm_fmri_hc_set()
943 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs) != 0) in fm_fmri_hc_set()
947 fm_nvlist_destroy(pairs[i], FM_NVA_RETAIN); in fm_fmri_hc_set()
1316 nvlist_t *pairs[HC_MAXPAIRS]; in fm_fmri_hc_create() local
1348 pairs[i] = fm_nvlist_create(nva); in fm_fmri_hc_create()
1349 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, hcname) != 0 || in fm_fmri_hc_create()
1350 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, hcid) != 0) { in fm_fmri_hc_create()
[all …]
/netbsd/src/lib/libc/db/hash/
DREADME7 All test programs which need key/data pairs expect them entered
16 keys/data pairs entered from standard in.
24 Creates a table from the key/data pairs on standard in and
34 Reads the key/data pairs in the file hashtest and writes them
39 Reads key/data pairs from standard in and looks them up
42 Reads key/data pairs from standard in, looks them up
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dc-compress-test.pl10 my @pairs =
41 foreach (@pairs) {
Dcavs-to-evptest.pl44 my @pairs = split(/, /, $1);
45 foreach my $pair (@pairs) {
/netbsd/src/external/bsd/mdocml/dist/
Dmdoc_argv.c449 int pairs; in args() local
534 pairs = 0; in args()
537 if (pairs) in args()
538 buf[*pos - pairs] = buf[*pos]; in args()
545 pairs++; in args()
548 if (pairs) in args()
549 buf[*pos - pairs] = '\0'; in args()
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
Dformat.txt70 Sy 41 Symmetric (characters which are part of open/close pairs)
91 Ranges[] array. The Ranges[] array contains pairs of 4-byte values
92 representing a range of Unicode characters. The pairs are arranged in
166 pairs that have a single Unicode value representing the combination of the two
208 The DecompNodes[] array consists of pairs of unsigned longs, the first of
262 The NumberNodes array contains pairs of values, the first of which is the
264 ValueNodes array contains pairs of integers which represent the numerator
/netbsd/src/external/bsd/flex/dist/po/
Den@quot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
Den@boldquot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
/netbsd/src/crypto/external/cpl/tpm-tools/dist/po/
Den@quot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
Den@boldquot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_ioctl.c40 SVGA3dCapPair pairs[SVGA3D_DEVCAP_MAX]; member
153 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs); in vmw_fill_compat_cap()
171 compat_cap->pairs[i][0] = i; in vmw_fill_compat_cap()
172 compat_cap->pairs[i][1] = vmw_mask_multisample in vmw_fill_compat_cap()
/netbsd/src/lib/libc/gdtoa/test/
DREADME3 dt is for conversion to/from double; it permits input of pairs of
18 dd double double, pairs of IEEE double numbers
47 Program ddtest also accepts (white-space separated) pairs of decimal
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.h543 unsigned pairs = num_pairs (); in upper_bound() local
544 gcc_checking_assert (pairs > 0); in upper_bound()
545 return upper_bound (pairs - 1); in upper_bound()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i2c/
DKconfig20 when used in pairs) TMDS transmitters, used in some nVidia
/netbsd/src/external/gpl2/xcvs/dist/build-aux/
Dylwrap54 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/gpl3/binutils/dist/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/gpl3/gdb/dist/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/gpl3/gcc/dist/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/lgpl3/gmp/dist/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/crypto/external/bsd/heimdal/dist/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/build-aux/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/bsd/am-utils/dist/
Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
Dylwrap.amd85 Any number of OUTPUT,DESIRED pairs may be used.
/netbsd/src/external/bsd/libbind/dist/doc/
Dresolver.cat558 sortlist is specified by IP address netmask pairs. The netmask
60 IP address and optional network pairs are separated by slashes.
61 Up to 10 pairs may be specified. For example:

12345678910>>...16