Searched refs:expand (Results 1 - 25 of 117) sorted by relevance

12345

/freebsd-11-stable/usr.bin/expand/
H A DMakefile4 PROG= expand
5 MLINKS= expand.1 unexpand.1
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A DMakefile5 PROG= expand
/freebsd-11-stable/tools/tools/net80211/w00t/
H A DMakefile3 SUBDIR= libw00t ap assoc expand prga redir
/freebsd-11-stable/contrib/dialog/samples/
H A Dtextbox-both11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
H A Dtextbox-help11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
H A Dtextbox311 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_subst.h257 * which is controlled by the @a expand and @a keywords parameters.
279 svn_boolean_t expand,
295 svn_boolean_t expand,
313 svn_boolean_t expand);
325 * perform the same operation: if @a expand is @c FALSE, both
338 * new values. If @a expand is @c TRUE, expand contracted keywords and
339 * re-expand expanded keywords. If @a expand is @c FALSE, contract expanded
347 * Recommendation: if @a expand i
[all...]
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dcomp_lib.c56 if (ctx->meth->expand == NULL) {
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen);
H A Dcomp.h25 int (*expand) (COMP_CTX *ctx, member in struct:comp_method_st
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h91 virtual void expand(SetTheory&, Record*, RecSet &Elts) = 0;
136 /// expand - Expand a record into a set of elements if possible. Return a
139 const RecVec *expand(Record *Set);
/freebsd-11-stable/contrib/bmake/
H A Dstr.c131 * If expand is TRUE, quotes are removed and escape sequences
141 brk_string(const char *str, int *store_argc, Boolean expand, char **buffer) argument
184 if (!expand) {
194 if (!expand) {
225 if (expand && inquote) {
235 if (!expand) {
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpdmatch.c331 static void expand(text, pattern, request) 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/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp41 return expand(Base->getCompileCommands(FilePath));
45 return expand(Base->getAllCompileCommands());
49 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { function in class:clang::tooling::__anon923::ExpandResponseFilesDatabase
/freebsd-11-stable/contrib/gcc/
H A Dgenemit.c450 gen_expand (rtx expand)
455 if (strlen (XSTR (expand, 0)) == 0)
457 if (XVEC (expand, 1) == 0)
458 fatal ("define_expand for %s lacks a pattern", XSTR (expand, 0));
461 operands = max_operand_vec (expand, 1);
464 printf ("rtx\ngen_%s (", XSTR (expand, 0));
479 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0')
481 && XVECLEN (expand, 1) == 1)
484 gen_exp (XVECEXP (expand,
446 gen_expand(rtx expand) argument
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dopenssl-format-source78 # expand a directory tree we need to ignore any located symlinks
102 # messing with them, run expand then indent as usual but with the
110 expand | \
139 expand "$j" | indent $INDENT_ARGS > "$tmp"
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.exp18 do not evaluate or expand :? if discarding
H A Dvarmisc.mk42 @echo do not evaluate or expand :? if discarding
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.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) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI);
128 assert(ExpandCount < 10 && "pseudo expand limit reached");
259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AV function in class:__anon2192::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
384 bool AVRExpandPseudo::expand<AVR::EORWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
389 bool AVRExpandPseudo::expand<AVR::COMWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
419 bool AVRExpandPseudo::expand<AVR::CPWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
452 bool AVRExpandPseudo::expand<AVR::CPCWRdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
487 bool AVRExpandPseudo::expand<AVR::LDIWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
536 bool AVRExpandPseudo::expand<AVR::LDSWRdK>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
580 bool AVRExpandPseudo::expand<AVR::LDWRdPtr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
629 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPi>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
660 bool AVRExpandPseudo::expand<AVR::LDWRdPtrPd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
691 bool AVRExpandPseudo::expand<AVR::LDDWRdPtrQ>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
746 bool AVRExpandPseudo::expand<AVR::LPMWRdZ>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
794 bool AVRExpandPseudo::expand<AVR::LPMWRdZPi>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
892 bool AVRExpandPseudo::expand<AVR::AtomicLoad8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
897 bool AVRExpandPseudo::expand<AVR::AtomicLoad16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
902 bool AVRExpandPseudo::expand<AVR::AtomicStore8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
907 bool AVRExpandPseudo::expand<AVR::AtomicStore16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
912 bool AVRExpandPseudo::expand<AVR::AtomicLoadAdd8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
917 bool AVRExpandPseudo::expand<AVR::AtomicLoadAdd16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
922 bool AVRExpandPseudo::expand<AVR::AtomicLoadSub8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
927 bool AVRExpandPseudo::expand<AVR::AtomicLoadSub16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
932 bool AVRExpandPseudo::expand<AVR::AtomicLoadAnd8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
937 bool AVRExpandPseudo::expand<AVR::AtomicLoadAnd16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
942 bool AVRExpandPseudo::expand<AVR::AtomicLoadOr8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
947 bool AVRExpandPseudo::expand<AVR::AtomicLoadOr16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
952 bool AVRExpandPseudo::expand<AVR::AtomicLoadXor8>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
957 bool AVRExpandPseudo::expand<AVR::AtomicLoadXor16>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
962 bool AVRExpandPseudo::expand<AVR::AtomicFence>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
969 bool AVRExpandPseudo::expand<AVR::STSWKRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1015 bool AVRExpandPseudo::expand<AVR::STWPtrRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1043 bool AVRExpandPseudo::expand<AVR::STWPtrPiRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1077 bool AVRExpandPseudo::expand<AVR::STWPtrPdRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1111 bool AVRExpandPseudo::expand<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1145 bool AVRExpandPseudo::expand<AVR::INWRdA>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1175 bool AVRExpandPseudo::expand<AVR::OUTWARr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1206 bool AVRExpandPseudo::expand<AVR::PUSHWRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1231 bool AVRExpandPseudo::expand<AVR::POPWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1248 bool AVRExpandPseudo::expand<AVR::ROLBRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1285 bool AVRExpandPseudo::expand<AVR::RORBRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1335 bool AVRExpandPseudo::expand<AVR::LSLWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1368 bool AVRExpandPseudo::expand<AVR::LSRWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1399 bool AVRExpandPseudo::expand<AVR::RORWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1405 bool AVRExpandPseudo::expand<AVR::ROLWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1411 bool AVRExpandPseudo::expand<AVR::ASRWRd>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1441 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1500 template <> bool AVRExpandPseudo::expand<AVR::ZEXT>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1537 bool AVRExpandPseudo::expand<AVR::SPREAD>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
1564 bool AVRExpandPseudo::expand<AVR::SPWRITE>(Block &MBB, BlockIt MBBI) { function in class:__anon2192::AVRExpandPseudo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp27 static Expected<BitVector> expand(StringRef S, StringRef Original) { function
88 Expected<BitVector> BV = expand(Chars.substr(1), Original);
93 return expand(Chars, Original);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i98 SetShellExpandArguments (bool expand);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_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 macro
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 macro
2909 #define expand(l, op) \ macro
2912 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
2913 #undef expand macro
2916 #define expand( macro
2920 #undef expand macro
2921 #define expand macro
2926 #undef expand macro
2929 #define expand macro
2935 #undef expand macro
2936 #define expand macro
2943 #undef expand macro
2952 #define expand macro
2955 #undef expand macro
2957 #define expand macro
2960 #undef expand macro
2961 #define expand macro
2965 #undef expand macro
2968 #define expand macro
2972 #undef expand macro
2973 #define expand macro
2977 #undef expand macro
2980 #define expand macro
2986 #undef expand macro
2987 #define expand macro
2993 #undef expand macro
3296 #define expand macro
3299 #undef expand macro
3300 #define expand macro
3303 #undef expand macro
3304 #define expand macro
3307 #undef expand macro
3308 #define expand macro
3311 #undef expand macro
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h115 void SetShellExpandArguments(bool expand);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c525 /* ...so expand. */
572 /* ...so re-expand. */
644 svn_boolean_t expand,
663 expand ? value : NULL);
877 svn_boolean_t expand;
922 svn_boolean_t expand,
936 b->expand = expand;
1059 keyword_name, b->expand, b->keywords) ||
1487 svn_boolean_t expand,
638 translate_keyword(char *buf, apr_size_t *len, const char *keyword_name, svn_boolean_t expand, apr_hash_t *keywords) argument
873 svn_boolean_t expand; member in struct:translation_baton
914 create_translation_baton(const char *eol_str, svn_boolean_t *translated_eol, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
1478 stream_translated(svn_stream_t *stream, const char *eol_str, svn_boolean_t *translated_eol, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *result_pool) argument
1551 svn_subst_stream_translated(svn_stream_t *stream, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *result_pool) argument
1568 translate_cstring(const char **dst, svn_boolean_t *translated_eol, const char *src, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
1610 svn_subst_translate_cstring2(const char *src, const char **dst, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
1734 svn_subst_copy_and_translate4(const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, svn_boolean_t special, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/usr.bin/mail/
H A Dfio.c327 expand(char *name) function
337 * The order of evaluation is "%" and "#" expand into constants.
338 * "&" can expand into "+". "+" can expand into shell meta characters.
339 * Shell meta characters expand into constants.
442 if ((cp = value("DEAD")) == NULL || (cp = expand(cp)) == NULL)
443 cp = expand("~/dead.letter");
448 cp = expand(buf);

Completed in 291 milliseconds

12345