Home
last modified time | relevance | path

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

123456789

/freebsd-11-stable/contrib/mdocml/
HDmandoc.c374 int quoted, pairs, white; in mandoc_getarg() local
384 pairs = 0; in mandoc_getarg()
392 if (pairs) in mandoc_getarg()
393 cp[-pairs] = cp[0]; in mandoc_getarg()
405 pairs++; in mandoc_getarg()
425 pairs++; in mandoc_getarg()
440 if (pairs) in mandoc_getarg()
441 cp[-pairs] = '\0'; in mandoc_getarg()
HDmdoc_argv.c452 int pairs; in args() local
537 pairs = 0; in args()
540 if (pairs) in args()
541 buf[*pos - pairs] = buf[*pos]; in args()
548 pairs++; in args()
551 if (pairs) in args()
552 buf[*pos - pairs] = '\0'; in args()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
HDfm.c912 nvlist_t *pairs[HC_MAXPAIRS]; in fm_fmri_hc_set() local
929 pairs[i] = fm_nvlist_create(nva); in fm_fmri_hc_set()
930 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name) != 0 || in fm_fmri_hc_set()
931 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) { in fm_fmri_hc_set()
938 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs) != 0) in fm_fmri_hc_set()
942 fm_nvlist_destroy(pairs[i], FM_NVA_RETAIN); in fm_fmri_hc_set()
1307 nvlist_t *pairs[HC_MAXPAIRS]; in fm_fmri_hc_create() local
1339 pairs[i] = fm_nvlist_create(nva); in fm_fmri_hc_create()
1340 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, hcname) != 0 || in fm_fmri_hc_create()
1341 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, hcid) != 0) { in fm_fmri_hc_create()
[all …]
/freebsd-11-stable/lib/libc/db/hash/
HDREADME7 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
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDFileRemapper.cpp63 std::vector<std::pair<const FileEntry *, const FileEntry *> > pairs; in initFromFile() local
100 pairs.push_back(std::make_pair(*origFE, *newFE)); in initFromFile()
103 for (unsigned i = 0, e = pairs.size(); i != e; ++i) in initFromFile()
104 remap(pairs[i].first, pairs[i].second); in initFromFile()
/freebsd-11-stable/etc/autofs/
HDspecial_media121 pairs=$(sysctl kern.geom.confdot | sed -n 's/^.*hexagon,label="\([^\]*\)\\n\([^\]*\).*/\1 \2/p')
127 providers=$(echo "$pairs" | awk '$2 == "r0w0e0" && $1 !~ /\// { print $1 }')
/freebsd-11-stable/contrib/libxo/xolint/
HDxolint.pl163 my %pairs = ( "{" => "}", "[" => "]", "(" => ")" );
208 if ($pairs{$ch}) {
209 push @open, $pairs{$ch};
/freebsd-11-stable/usr.bin/bmake/tests/
HDREADME108 A list of pairs of directory names and modes. These
116 A list of pairs of file names and modes. These files
127 List of pairs of file names and arguments to touch(1).
134 List of pairs of filenames. Each pair is passed to ln(1).
/freebsd-11-stable/bin/sh/tests/execution/
HDfunc2.02 # The empty pairs of braces here are to test that this does not cause a crash.
/freebsd-11-stable/stand/lua/
HDconfig.lua77 for k, v in pairs(env_changed) do
312 for k, v in pairs(mod) do
595 for _, v in pairs(paths) do
/freebsd-11-stable/contrib/dialog/samples/
HDdialog.py162 pairs = map(lambda i, item: (i + 1, item), range(len(list)), list)
163 choices = reduce(lambda res, pair: res + '%d "%s" ' % pair, pairs, '')
/freebsd-11-stable/release/picobsd/floppy.tree/etc/ppp/
HDppp.secret.sample7 # The peer may then use any of the Authname/Authkey pairs listed.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMRegisterInfo.td466 // Pseudo-registers representing odd-even pairs of D registers. The even-odd
467 // pairs are already represented by the Q registers.
475 // Use the Q registers for the even-odd pairs.
479 // Prefer even-odd pairs as they are easier to copy.
487 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP.
517 // Pseudo 256-bit registers to represent pairs of Q registers. These should
522 // Pseudo 256-bit vector register class to model pairs of Q registers
559 // Spaced pairs of D registers.
/freebsd-11-stable/sys/dev/ixl/
HDixlvc.c392 int len, pairs; in ixlv_configure_queues() local
397 pairs = vsi->num_queues; in ixlv_configure_queues()
399 (sizeof(struct virtchnl_queue_pair_info) * pairs); in ixlv_configure_queues()
407 vqci->num_queue_pairs = pairs; in ixlv_configure_queues()
412 for (int i = 0; i < pairs; i++, que++, vqpi++) { in ixlv_configure_queues()
/freebsd-11-stable/contrib/binutils/
HDylwrap56 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-11-stable/contrib/openbsm/config/
HDylwrap53 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
HDylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-11-stable/crypto/openssh/
HDPROTOCOL.key32 The list of privatekey/comment pairs is padded with the
/freebsd-11-stable/share/examples/ppp/
HDppp.secret.sample7 # The peer may then use any of the Authname/Authkey pairs listed.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.td67 // 8 even-odd pairs of GPR64s.
110 // register pairs as untyped instead.
190 // 8 pairs of FPR64s, with a one-register gap inbetween.
/freebsd-11-stable/contrib/libxo/doc/
HDoptions.rst141 pairs or single colors.
147 To turn all colored output to red-on-blue, use eight pairs of
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDUnresolvedSet.h89 ArrayRef<DeclAccessPair> pairs() const { return decls(); } in pairs() function
/freebsd-11-stable/share/i18n/csmapper/APPLE/
DUCS%DEVANAGA.src70 # The entries are in two sections. The first section is for pairs of
149 # 1. Mapping the byte pairs
242 # Section 1: Map the following byte pairs as indicated:
DDEVANAGA%UCS.src70 # The entries are in two sections. The first section is for pairs of
149 # 1. Mapping the byte pairs
242 # Section 1: Map the following byte pairs as indicated:
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFixedLenDecoderEmitter.cpp1212 std::pair<StringRef, StringRef> pairs = P.split(','); in emitPredicateMatch() local
1213 while (!pairs.second.empty()) { in emitPredicateMatch()
1214 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace); in emitPredicateMatch()
1216 pairs = pairs.second.split(','); in emitPredicateMatch()
1218 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace); in emitPredicateMatch()

123456789