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

12

/freebsd-12-stable/usr.sbin/autofs/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-12-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-12-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-12-stable/contrib/libxo/xolint/
H A Dxolint.pl163 my %pairs = ( "{" => "}", "[" => "]", "(" => ")" );
208 if ($pairs{$ch}) {
209 push @open, $pairs{$ch};
/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_argv.c449 int pairs; local
525 * Collapse pairs of quotes inside quoted literals.
535 pairs = 0;
538 if (pairs)
539 buf[*pos - pairs] = buf[*pos];
546 pairs++;
549 if (pairs)
550 buf[*pos - pairs] = '\0';
H A Droff.c1585 * Collapse pairs of quotes inside quoted arguments.
1594 int newesc, pairs, quoted, white; local
1604 newesc = pairs = white = 0;
1611 if (pairs)
1612 cp[-pairs] = cp[0];
1622 cp[-pairs] = '\t';
1623 pairs++;
1628 cp[-pairs] = ASCII_ESC;
1629 pairs++;
1649 pairs
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap85 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-12-stable/contrib/openbsm/config/
H A Dylwrap53 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-12-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-12-stable/contrib/binutils/
H A Dylwrap56 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc342 static void LogElementMatcherPairVec(const ElementMatcherPairs& pairs, argument
348 for (Iter it = pairs.begin(); it != pairs.end(); ++it) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h89 ArrayRef<DeclAccessPair> pairs() const { return decls(); } function in class:clang::UnresolvedSetImpl
/freebsd-12-stable/sys/dev/ice/
H A Dice_protocol_type.h296 u8 n_val_pairs; /* Number of valid pairs */
297 struct ice_fv_word pairs[ICE_NUM_WORDS_RECIPE]; member in struct:ice_pref_recipe_group
/freebsd-12-stable/sys/dev/ixl/
H A Diavf_vc.c290 int len, pairs; local
297 pairs = max(vsi->num_tx_queues, vsi->num_rx_queues);
299 (sizeof(struct virtchnl_queue_pair_info) * pairs);
306 vqci->num_queue_pairs = pairs;
308 /* Size check is not needed here - HW max is 16 queue pairs, and we
312 for (int i = 0; i < pairs; i++, tx_que++, rx_que++, vqpi++) {
/freebsd-12-stable/crypto/openssl/apps/
H A Dopt.c296 /* Look through a list of name/value pairs. */
297 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) argument
301 for (pp = pairs; pp->name; pp++)
307 for (pp = pairs; pp->name; pp++)
H A Dapps.h402 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
H A Dspeed.c284 #define found(value, pairs, result)\
285 opt_found(value, result, pairs, OSSL_NELEM(pairs))
287 const OPT_PAIR pairs[], unsigned int nbelem)
291 for (idx = 0; idx < nbelem; ++idx, pairs++)
292 if (strcmp(name, pairs->name) == 0) {
293 *result = pairs->retval;
286 opt_found(const char *name, unsigned int *result, const OPT_PAIR pairs[], unsigned int nbelem) argument
/freebsd-12-stable/contrib/bmake/mk/
H A Dmanifest.mk25 # ${MANIFEST}.SYMLINKS is a list of src target pairs
/freebsd-12-stable/share/mk/
H A Dsuite.test.mk44 # 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-12-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-12-stable/stand/lua/
H A Dconfig.lua84 for k, v in pairs(env_changed) do
359 for k, v in pairs(mod) do
665 for _, v in pairs(paths) do
H A Dcli.lua194 for module, info in pairs(modules) do
H A Ddrawer.lua79 for gfxtype, def in pairs(ret) do
/freebsd-12-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);

Completed in 512 milliseconds

12