Home
last modified time | relevance | path

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

12345678910>>...12

/NextBSD/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,
/NextBSD/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 …]
/NextBSD/contrib/tcp_wrappers/
HDtcpdmatch.c333 static void expand(text, pattern, request) in expand() function
354 expand("client: hostname", "%n", request);
355 expand("client: address ", "%a", request);
356 expand("client: username", "%u", request);
357 expand("server: hostname", "%N", request);
358 expand("server: address ", "%A", request);
359 expand("server: process ", "%d", request);
/NextBSD/bin/sh/
HDMakefile.depend48 expand.o: builtins.h
49 expand.o: nodes.h
50 expand.o: syntax.h
51 expand.po: builtins.h
52 expand.po: nodes.h
53 expand.po: syntax.h
/NextBSD/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 "";
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDsh_pidcolors_example.txt289 0 12312 12 func_abc.sh:- sh -> expand
290 0 12312 10 func_abc.sh:- sh <- expand
301 0 12312 9 func_abc.sh:- sh -> expand
302 0 12312 9 func_abc.sh:- sh <- expand
309 0 12312 10 func_abc.sh:- sh -> expand
310 0 12312 9 func_abc.sh:- sh <- expand
327 0 12312 9 func_abc.sh:- sh -> expand
328 0 12312 9 func_abc.sh:- sh <- expand
335 0 12312 9 func_abc.sh:- sh -> expand
336 0 12312 9 func_abc.sh:- sh <- expand
[all …]
/NextBSD/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()
/NextBSD/usr.bin/expand/
HDMakefile4 PROG= expand
5 MLINKS= expand.1 unexpand.1
/NextBSD/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()
1491 svn_boolean_t expand, in stream_translated() argument
1534 expand, result_pool); in stream_translated()
1537 expand, result_pool); in stream_translated()
1561 svn_boolean_t expand, in svn_subst_stream_translated() argument
[all …]
HDdeprecated.c114 svn_boolean_t expand, in svn_subst_translate_stream3() argument
127 keywords, expand, pool); in svn_subst_translate_stream3()
139 svn_boolean_t expand, in svn_subst_translate_stream2() argument
145 kh, expand, pool)); in svn_subst_translate_stream2()
154 svn_boolean_t expand) in svn_subst_translate_stream() argument
158 keywords, expand, pool); in svn_subst_translate_stream()
169 svn_boolean_t expand, in svn_subst_translate_cstring() argument
175 repair, kh, expand, in svn_subst_translate_cstring()
185 svn_boolean_t expand, in svn_subst_copy_and_translate() argument
190 expand, FALSE, pool)); in svn_subst_copy_and_translate()
[all …]
/NextBSD/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 "
/NextBSD/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
/NextBSD/bin/sh/tests/parser/
HDdollar-quote13.04 # fail to expand or expand to a fallback.
/NextBSD/crypto/openssl/util/
HDopenssl-format-source110 expand | \
139 expand "$j" | indent $INDENT_ARGS > "$tmp"
/NextBSD/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()
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDSetTheory.h88 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
136 const RecVec *expand(Record *Set);
/NextBSD/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()
/NextBSD/tools/tools/net80211/w00t/
HDREADME16 expand Gives ability to decrypt locally on a WEP network.
70 expand:
76 ./expand -b bssid -t tap0
/NextBSD/contrib/llvm/lib/TableGen/
HDSetTheory.cpp220 if (const RecVec *Result = ST.expand(Rec)) in apply()
236 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override { in expand() function
275 if (const RecVec *Result = expand(Def->getDef())) in evaluate()
298 const RecVec *SetTheory::expand(Record *Set) { in expand() function in SetTheory
315 I->second->expand(*this, Set, Elts); in expand()
/NextBSD/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
/NextBSD/contrib/opie/
HDglob.c399 static VOIDRET expand FUNCTION((as), char *as)
506 expand(restbuf);
537 expand(as);
632 expand(p);
/NextBSD/usr.bin/ee/nls/uk_UA.KOI8-U/
HDee.msg63 53 "expand : ����������� ������æ� noexpand: �� ����������� ������æ� "
76 66 "expand: ����������� |noexpand: �� ����������� ���� � ���¦�� "
/NextBSD/usr.bin/ee/nls/ru_RU.KOI8-R/
HDee.msg65 53 "expand : �������� ��������� ��������� noexpand: �� �������� ��������� "
78 66 "expand: �������� ���� |noexpand: �� �������� ���� ��������� "

12345678910>>...12