| /freebsd-12-stable/stand/ficl/softwords/ |
| D | prefix.fr | 5 \ (jws) To make a prefix, simply create a new definition in the <prefixes> 6 \ wordlist. start-prefixes and end-prefixes handle the bookkeeping 12 : start-prefixes get-current save-current ! <prefixes> set-current ; 13 : end-prefixes save-current @ set-current ; 14 : show-prefixes <prefixes> >search words search> drop ; 18 start-prefixes 24 \ make .( a prefix (we just create an alias for it in the prefixes list) 33 \ ** add 0b, 0o, 0d, and 0x as prefixes 57 end-prefixes
|
| /freebsd-12-stable/lib/libutil/ |
| D | humanize_number.c | 54 const char *prefixes, *sep; in humanize_number() local 92 prefixes = "B\0\0Ki\0Mi\0Gi\0Ti\0Pi\0Ei"; in humanize_number() 94 prefixes = "\0\0\0Ki\0Mi\0Gi\0Ti\0Pi\0Ei"; in humanize_number() 101 prefixes = "B\0\0k\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number() 103 prefixes = "\0\0\0k\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number() 108 prefixes = "B\0\0K\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number() 110 prefixes = "\0\0\0K\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number() 114 #define SCALE2PREFIX(scale) (&prefixes[(scale) * 3]) in humanize_number()
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | i386-dis.c | 126 static int prefixes; variable 3295 prefixes = 0; in ckprefix() 3327 prefixes |= PREFIX_REPZ; in ckprefix() 3330 prefixes |= PREFIX_REPNZ; in ckprefix() 3333 prefixes |= PREFIX_LOCK; in ckprefix() 3336 prefixes |= PREFIX_CS; in ckprefix() 3339 prefixes |= PREFIX_SS; in ckprefix() 3342 prefixes |= PREFIX_DS; in ckprefix() 3345 prefixes |= PREFIX_ES; in ckprefix() 3348 prefixes |= PREFIX_FS; in ckprefix() [all …]
|
| /freebsd-12-stable/contrib/libxo/libxo/ |
| D | xo_humanize.h | 66 const char *prefixes, *sep; in xo_humanize_number() local 87 prefixes = "B\0k\0M\0G\0T\0P\0E"; in xo_humanize_number() 89 prefixes = "\0\0k\0M\0G\0T\0P\0E"; in xo_humanize_number() 97 prefixes = "B\0K\0M\0G\0T\0P\0E"; in xo_humanize_number() 99 prefixes = "\0\0K\0M\0G\0T\0P\0E"; in xo_humanize_number() 102 #define SCALE2PREFIX(scale) (&prefixes[(scale) << 1]) in xo_humanize_number()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/ |
| D | OptParser.td | 32 // An option which prefixes its (single) value. 85 class Option<list<string> prefixes, string name, OptionKind kind> { 87 list<string> Prefixes = prefixes; 118 class Flag<list<string> prefixes, string name> 119 : Option<prefixes, name, KIND_FLAG>; 120 class Joined<list<string> prefixes, string name> 121 : Option<prefixes, name, KIND_JOINED>; 122 class Separate<list<string> prefixes, string name> 123 : Option<prefixes, name, KIND_SEPARATE>; 124 class CommaJoined<list<string> prefixes, string name> [all …]
|
| /freebsd-12-stable/contrib/libevent/build-aux/ |
| D | install-sh | 403 prefixes= 411 prefixes= 423 prefixes="$prefixes '$qprefix'" 429 if test -n "$prefixes"; then 432 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/sqlite3/tea/tclconfig/ |
| D | install-sh | 410 prefixes= 418 prefixes= 430 prefixes="$prefixes '$qprefix'" 436 if test -n "$prefixes"; then 439 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/ |
| D | install-sh | 386 prefixes= 394 prefixes= 406 prefixes="$prefixes '$qprefix'" 412 if test -n "$prefixes"; then 415 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/ldns/ |
| D | install-sh | 393 prefixes= 401 prefixes= 413 prefixes="$prefixes '$qprefix'" 419 if test -n "$prefixes"; then 422 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | install-sh | 402 prefixes= 410 prefixes= 422 prefixes="$prefixes '$qprefix'" 428 if test -n "$prefixes"; then 431 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/ldns/drill/ |
| D | install-sh | 402 prefixes= 410 prefixes= 422 prefixes="$prefixes '$qprefix'" 428 if test -n "$prefixes"; then 431 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/crypto/openssh/ |
| D | install-sh | 409 prefixes= 417 prefixes= 429 prefixes="$prefixes '$qprefix'" 435 if test -n "$prefixes"; then 438 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/unbound/ |
| D | install-sh | 386 prefixes= 394 prefixes= 406 prefixes="$prefixes '$qprefix'" 412 if test -n "$prefixes"; then 415 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/openpam/ |
| D | install-sh | 408 prefixes= 416 prefixes= 428 prefixes="$prefixes '$qprefix'" 434 if test -n "$prefixes"; then 437 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | install-sh | 408 prefixes= 416 prefixes= 428 prefixes="$prefixes '$qprefix'" 434 if test -n "$prefixes"; then 437 eval "\$doit_exec \$mkdirprog $prefixes") ||
|
| /freebsd-12-stable/contrib/subversion/subversion/svndumpfilter/ |
| D | svndumpfilter.c | 140 skip_path(const char *path, const apr_array_header_t *prefixes, in skip_path() argument 145 ? svn_cstring_match_glob_list(path, prefixes) in skip_path() 146 : ary_prefix_match(prefixes, path)); in skip_path() 189 apr_array_header_t *prefixes; member 482 nb->do_skip = skip_path(node_path, pb->prefixes, in new_node_record() 504 skip_path(copyfrom_path, pb->prefixes, pb->do_exclude, pb->glob)) in new_node_record() 677 if (skip_path(merge_source, pb->prefixes, pb->do_exclude, pb->glob)) in adjust_mergeinfo() 1029 apr_array_header_t *prefixes; /* mainargs. */ member 1060 baton->prefixes = opt_state->prefixes; in parse_baton_initialize() 1163 for (i = 0; i < opt_state->prefixes->nelts; i++) in do_filter() [all …]
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-ospf6.c | 466 register u_int prefixes; in ospf6_print_lsa() local 651 prefixes = EXTRACT_32BITS(&llsap->llsa_nprefix); in ospf6_print_lsa() 655 prefixes)); in ospf6_print_lsa() 658 while (prefixes > 0) { in ospf6_print_lsa() 662 prefixes--; in ospf6_print_lsa() 682 prefixes = EXTRACT_16BITS(&lsap->lsa_un.un_intra_ap.intra_ap_nprefix); in ospf6_print_lsa() 683 ND_PRINT((ndo, "\n\t Prefixes %d:", prefixes)); in ospf6_print_lsa() 686 while (prefixes > 0) { in ospf6_print_lsa() 690 prefixes--; in ospf6_print_lsa()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | authz.c | 245 apr_array_header_t *prefixes; member 474 sub_node = ensure_node_in_array(&node->pattern_sub_nodes->prefixes, in insert_path() 731 removed_all &= trim_subnode_array(&node->pattern_sub_nodes->prefixes, in trim_tree() 858 finalize_subnode_array(node->pattern_sub_nodes->prefixes, local_sum, in finalize_tree() 866 link_prefix_patterns(node->pattern_sub_nodes->prefixes); in finalize_tree() 1147 apr_array_header_t *prefixes) in add_prefix_matches() argument 1151 int i = svn_sort__bsearch_lower_bound(prefixes, segment->data, in add_prefix_matches() 1156 if (i < prefixes->nelts) in add_prefix_matches() 1158 &APR_ARRAY_IDX(prefixes, i, sorted_pattern_t), in add_prefix_matches() 1167 for (pattern = &APR_ARRAY_IDX(prefixes, i - 1, sorted_pattern_t); in add_prefix_matches() [all …]
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| D | c-i386.texi | 389 @cindex i386 instruction prefixes 390 @cindex instruction prefixes, i386 391 @cindex prefixes, i386 392 Instruction prefixes are used to modify the following instruction. They 397 Instruction prefixes are best written on the same line as the instruction 405 You may also place prefixes on the lines immediately preceding the 407 with prefixes, and will not work with all prefixes. 409 Here is a list of instruction prefixes: 411 @cindex section override prefixes, i386 414 Section override prefixes @samp{cs}, @samp{ds}, @samp{ss}, @samp{es}, [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | reps.c | 126 char *prefixes; member 318 hash->prefixes = apr_pcalloc(result_pool, size); in allocate_hash_members() 378 copy.prefixes[idx] = hash->prefixes[i]; in grow_hash() 479 builder->hash.prefixes[idx] = builder->text->data[offset]; in add_new_text() 515 if (builder->hash.prefixes[idx] == current[0]) in svn_fs_x__reps_add()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/ |
| D | LLGSOptions.td | 4 class R<list<string> prefixes, string name> 5 : Option<prefixes, name, KIND_REMAINING_ARGS>;
|
| /freebsd-12-stable/contrib/subversion/subversion/svn/ |
| D | util.c | 345 static const char *prefixes[] = { variable 370 for (i = 0; i < sizeof(prefixes) / sizeof(prefixes[0]); i++) { in cleanmsg() 372 while ((kw = strstr(pos, prefixes[i])) != NULL) { in cleanmsg() 378 p = kw + strlen(prefixes[i]); in cleanmsg()
|
| /freebsd-12-stable/usr.bin/units/ |
| D | README | 12 prefixes are listed in the units file
|
| /freebsd-12-stable/contrib/wpa/hostapd/ |
| D | hostapd.eap_user | 71 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes 94 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes in phase 2
|
| /freebsd-12-stable/share/examples/IPv6/ |
| D | USAGE | 74 The newly added "prefix" command enables user to just assign prefixes 77 the kernel consistently with prefixes assigned by Router 78 Advertisement (in case of hosts) and with prefixes assigned by Router 79 Renumbering (in case of routers). Manual assignment of prefixes or 114 If you have multiple prefixes which have 3ffe:501:808:/48 at the top, 146 If command is successful, prefixes and addresses will be renumbered as
|