Searched refs:pairs (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/etc/autofs/
H A Dspecial_media111 # Obtain a list of (geom-provider-name, access-count) pairs, turning this:
121 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/mdocml/
H A Dmandoc.c366 * Collapse pairs of quotes inside quoted arguments.
374 int quoted, pairs, white; local
384 pairs = 0;
392 if (pairs)
393 cp[-pairs] = cp[0];
405 pairs++;
425 pairs++;
440 if (pairs)
441 cp[-pairs] = '\0';
H A Dmdoc_argv.c452 int pairs; local
526 * Collapse pairs of quotes inside quoted literals.
537 pairs = 0;
540 if (pairs)
541 buf[*pos - pairs] = buf[*pos];
548 pairs++;
551 if (pairs)
552 buf[*pos - pairs] = '\0';
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c912 nvlist_t *pairs[HC_MAXPAIRS]; local
929 pairs[i] = fm_nvlist_create(nva);
930 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name) != 0 ||
931 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) {
938 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs) != 0)
942 fm_nvlist_destroy(pairs[i], FM_NVA_RETAIN);
1307 nvlist_t *pairs[HC_MAXPAIRS]; local
1318 * copy the bboard nvpairs to the pairs array
1339 pairs[i] = fm_nvlist_create(nva);
1340 if (nvlist_add_string(pairs[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp63 std::vector<std::pair<const FileEntry *, const FileEntry *> > pairs;
100 pairs.push_back(std::make_pair(*origFE, *newFE));
103 for (unsigned i = 0, e = pairs.size(); i != e; ++i)
104 remap(pairs[i].first, pairs[i].second);
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl163 my %pairs = ( "{" => "}", "[" => "]", "(" => ")" );
208 if ($pairs{$ch}) {
209 push @open, $pairs{$ch};
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-11-stable/contrib/binutils/
H A Dylwrap56 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-11-stable/contrib/dialog/samples/
H A Ddialog.py162 pairs = map(lambda i, item: (i + 1, item), range(len(list)), list) variable in class:Dialog
163 choices = reduce(lambda res, pair: res + '%d "%s" ' % pair, pairs, '')
/freebsd-11-stable/contrib/openbsm/config/
H A Dylwrap53 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h89 ArrayRef<DeclAccessPair> pairs() const { return decls(); } function in class:clang::UnresolvedSetImpl
/freebsd-11-stable/sys/dev/ixl/
H A Dixlvc.c392 int len, pairs; local
397 pairs = vsi->num_queues;
399 (sizeof(struct virtchnl_queue_pair_info) * pairs);
407 vqci->num_queue_pairs = pairs;
409 /* Size check is not needed here - HW max is 16 queue pairs, and we
412 for (int i = 0; i < pairs; i++, que++, vqpi++) {
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk25 # ${MANIFEST}.SYMLINKS is a list of src target pairs
/freebsd-11-stable/share/mk/
H A Dsuite.test.mk42 # Per-test program metadata properties as a list of key/value pairs.
H A Dbsd.man.mk30 # second, and there may be multiple pairs. The files
/freebsd-11-stable/stand/lua/
H A Dconfig.lua77 for k, v in pairs(env_changed) do
312 for k, v in pairs(mod) do
595 for _, v in pairs(paths) do
H A Dcore.lua374 for k, v in pairs(tbl) do
H A Dmenu.lua406 for k, v in pairs(menu.current_alias_table) do
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1212 std::pair<StringRef, StringRef> pairs = P.split(',');
1213 while (!pairs.second.empty()) {
1214 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace);
1216 pairs = pairs.second.split(',');
1218 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c81 WORD pairs[NUMPAIRS]; member in struct:props
127 a = PropOf(TCB)->pairs[p];
150 * TODO: support surrogate pairs
1021 PropOf(TCB)->pairs[i] = a;
1039 PropOf(TCB)->pairs[pair] = MapColor(true, f) | MapColor(false, b);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex76 Each node contains \emph{properties}, name--value pairs that give
220 size) pairs of 64 bit values, terminated by a zero size entry. The
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl353 lwz $t2,8($ap) ; load a[j..j+3] as 32-bit word pairs
355 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
482 lwz $t0,0($ap) ; load a[j..j+3] as 32-bit word pairs
486 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c3934 apr_array_header_t *pairs = apr_array_make(scratch_pool, 32, local
3954 APR_ARRAY_PUSH(pairs, struct bump_pair_t *) = bp;
3961 for (i = 0; i < pairs->nelts; i++)
3963 struct bump_pair_t *bp = APR_ARRAY_IDX(pairs, i, struct bump_pair_t *);
H A Dwc-queries.sql1630 /* This statement returns pairs of move-roots below the path ?2 in WC_ID ?1.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2097 unsigned pairs = (unsigned)f->numBindPairs; local
2101 for (i = 0; i < pairs; i++) {
2105 if (i >= pairs)

Completed in 195 milliseconds

12