Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/freebsd-11-stable/contrib/subversion/subversion/include/
HDsvn_subst.h278 svn_boolean_t expand,
294 svn_boolean_t expand,
312 svn_boolean_t expand);
363 svn_boolean_t expand,
482 svn_boolean_t expand,
503 svn_boolean_t expand,
522 svn_boolean_t expand,
539 svn_boolean_t expand,
564 svn_boolean_t expand,
580 svn_boolean_t expand,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRExpandPseudoInsts.cpp62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI);
259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon9367ffff0111::AVRExpandPseudo
[all …]
/freebsd-11-stable/contrib/gcc/
HDgenemit.c446 gen_expand (rtx expand) in gen_expand() argument
451 if (strlen (XSTR (expand, 0)) == 0) in gen_expand()
453 if (XVEC (expand, 1) == 0) in gen_expand()
454 fatal ("define_expand for %s lacks a pattern", XSTR (expand, 0)); in gen_expand()
457 operands = max_operand_vec (expand, 1); in gen_expand()
460 printf ("rtx\ngen_%s (", XSTR (expand, 0)); in gen_expand()
475 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0') in gen_expand()
477 && XVECLEN (expand, 1) == 1) in gen_expand()
480 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL); in gen_expand()
500 if (XSTR (expand, 3) && *XSTR (expand, 3)) in gen_expand()
[all …]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_lock.cpp2899 #define expand(l, op) 0, __kmp_init_direct_lock, macro
2901 __kmp_init_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, init)};
2902 #undef expand
2905 #define expand(l, op) 0, (void (*)(kmp_dyna_lock_t *))__kmp_##op##_##l##_lock, macro
2907 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
2908 #undef expand
2909 #define expand(l, op) \ macro
2912 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
2913 #undef expand
2916 #define expand(l, op) \ macro
[all …]
/freebsd-11-stable/contrib/tcp_wrappers/
HDtcpdmatch.c331 static void expand(text, pattern, request) in expand() function
352 expand("client: hostname", "%n", request);
353 expand("client: address ", "%a", request);
354 expand("client: username", "%u", request);
355 expand("server: hostname", "%N", request);
356 expand("server: address ", "%A", request);
357 expand("server: process ", "%d", request);
/freebsd-11-stable/crypto/openssl/crypto/objects/
HDobjects.pl192 sub expand subroutine
205 print OUT expand("#define SN_$Cname\t\t\"$sn{$Cname}\"\n") if $sn{$Cname} ne "";
206 print OUT expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne "";
207 print OUT expand("#define NID_$Cname\t\t$nid{$Cname}\n") if $nid{$Cname} ne "";
208 print OUT expand("#define OBJ_$Cname\t\t$obj{$Cname}\n") if $obj{$Cname} ne "";
/freebsd-11-stable/contrib/bmake/
HDstr.c141 brk_string(const char *str, int *store_argc, Boolean expand, char **buffer) in brk_string() argument
184 if (!expand) { in brk_string()
194 if (!expand) { in brk_string()
225 if (expand && inquote) { in brk_string()
235 if (!expand) { in brk_string()
/freebsd-11-stable/usr.bin/expand/
HDMakefile4 PROG= expand
5 MLINKS= expand.1 unexpand.1
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDsubst.c641 svn_boolean_t expand, in translate_keyword() argument
660 expand ? value : NULL); in translate_keyword()
873 svn_boolean_t expand; member
918 svn_boolean_t expand, in create_translation_baton() argument
932 b->expand = expand; in create_translation_baton()
1055 keyword_name, b->expand, b->keywords) || in translate_chunk()
1483 svn_boolean_t expand, in stream_translated() argument
1526 expand, result_pool); in stream_translated()
1529 expand, result_pool); in stream_translated()
1555 svn_boolean_t expand, in svn_subst_stream_translated() argument
[all …]
HDdeprecated.c115 svn_boolean_t expand, in svn_subst_translate_stream3() argument
128 keywords, expand, pool); in svn_subst_translate_stream3()
140 svn_boolean_t expand, in svn_subst_translate_stream2() argument
146 kh, expand, pool)); in svn_subst_translate_stream2()
155 svn_boolean_t expand) in svn_subst_translate_stream() argument
159 keywords, expand, pool); in svn_subst_translate_stream()
170 svn_boolean_t expand, in svn_subst_translate_cstring() argument
176 repair, kh, expand, in svn_subst_translate_cstring()
186 svn_boolean_t expand, in svn_subst_copy_and_translate() argument
191 expand, FALSE, pool)); in svn_subst_copy_and_translate()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDExpandResponseFilesCompilationDatabase.cpp41 return expand(Base->getCompileCommands(FilePath)); in getCompileCommands()
45 return expand(Base->getAllCompileCommands()); in getAllCompileCommands()
49 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { in expand() function in clang::tooling::__anon50fbe3720111::ExpandResponseFilesDatabase
/freebsd-11-stable/contrib/ee/
HDee.msg64 53 "expand : expand tabs noexpand: do not expand tabs "
67 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight"
77 66 "expand: expand tabs |noexpand: do not expand tabs "
/freebsd-11-stable/contrib/dialog/samples/
HDtextbox-help11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
HDtextbox311 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
HDtextbox-both11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
/freebsd-11-stable/bin/sh/tests/parser/
HDdollar-quote13.04 # fail to expand or expand to a fallback.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDGlobPattern.cpp27 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand() function
88 Expected<BitVector> BV = expand(Chars.substr(1), Original); in scan()
93 return expand(Chars, Original); in scan()
/freebsd-11-stable/crypto/openssl/util/
HDopenssl-format-source110 expand | \
139 expand "$j" | indent $INDENT_ARGS > "$tmp"
/freebsd-11-stable/crypto/openssl/crypto/comp/
HDcomp_lib.c56 if (ctx->meth->expand == NULL) { in COMP_expand_block()
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen); in COMP_expand_block()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDSetTheory.h91 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
139 const RecVec *expand(Record *Set);
/freebsd-11-stable/usr.bin/mail/
HDfio.c327 expand(char *name) in expand() function
442 if ((cp = value("DEAD")) == NULL || (cp = expand(cp)) == NULL) in getdeadletter()
443 cp = expand("~/dead.letter"); in getdeadletter()
448 cp = expand(buf); in getdeadletter()
/freebsd-11-stable/tools/tools/net80211/w00t/
HDREADME16 expand Gives ability to decrypt locally on a WEP network.
70 expand:
76 ./expand -b bssid -t tap0
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDSetTheory.cpp230 if (const RecVec *Result = ST.expand(Rec)) in apply()
246 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override { in expand() function
285 if (const RecVec *Result = expand(Def->getDef())) in evaluate()
308 const RecVec *SetTheory::expand(Record *Set) { in expand() function in SetTheory
325 I->second->expand(*this, Set, Elts); in expand()
/freebsd-11-stable/release/picobsd/tinyware/msh/
HDsh4.c24 _PROTOTYPE(static int expand, (char *cp, struct wdblock **wbp, int f ));
53 expand(*ap++, &wb, f & ~DOGLOB);
57 expand(*wf, &wb, f & ~DOGLOB);
62 expand(*ap, &wb, f & ~DOKEY);
100 if (expand(cp, &wb, f)) {
110 expand(cp, wbp, f) in expand() function
/freebsd-11-stable/contrib/opie/
HDglob.c399 static VOIDRET expand FUNCTION((as), char *as)
506 expand(restbuf);
537 expand(as);
632 expand(p);

12345678910>>...14