| /freebsd-11-stable/contrib/mdocml/ |
| HD | mandoc.c | 374 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()
|
| HD | mdoc_argv.c | 452 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/ |
| HD | fm.c | 912 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/ |
| HD | README | 7 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/ |
| HD | FileRemapper.cpp | 63 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/ |
| HD | special_media | 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/libxo/xolint/ |
| HD | xolint.pl | 163 my %pairs = ( "{" => "}", "[" => "]", "(" => ")" ); 208 if ($pairs{$ch}) { 209 push @open, $pairs{$ch};
|
| /freebsd-11-stable/usr.bin/bmake/tests/ |
| HD | README | 108 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/ |
| HD | func2.0 | 2 # The empty pairs of braces here are to test that this does not cause a crash.
|
| /freebsd-11-stable/stand/lua/ |
| HD | config.lua | 77 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/ |
| HD | dialog.py | 162 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/ |
| HD | ppp.secret.sample | 7 # The peer may then use any of the Authname/Authkey pairs listed.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMRegisterInfo.td | 466 // 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/ |
| HD | ixlvc.c | 392 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/ |
| HD | ylwrap | 56 Any number of OUTPUT,DESIRED pairs may be used.
|
| /freebsd-11-stable/contrib/openbsm/config/ |
| HD | ylwrap | 53 Any number of OUTPUT,DESIRED pairs may be used.
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/ |
| HD | ylwrap | 85 Any number of OUTPUT,DESIRED pairs may be used.
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | PROTOCOL.key | 32 The list of privatekey/comment pairs is padded with the
|
| /freebsd-11-stable/share/examples/ppp/ |
| HD | ppp.secret.sample | 7 # The peer may then use any of the Authname/Authkey pairs listed.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZRegisterInfo.td | 67 // 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/ |
| HD | options.rst | 141 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/ |
| HD | UnresolvedSet.h | 89 ArrayRef<DeclAccessPair> pairs() const { return decls(); } in pairs() function
|
| /freebsd-11-stable/share/i18n/csmapper/APPLE/ |
| D | UCS%DEVANAGA.src | 70 # 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:
|
| D | DEVANAGA%UCS.src | 70 # 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/ |
| HD | FixedLenDecoderEmitter.cpp | 1212 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()
|