| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_subst.h | 278 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/ |
| HD | genemit.c | 446 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/ |
| HD | tcpdmatch.c | 333 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/ |
| HD | Makefile.depend | 48 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/ |
| HD | objects.pl | 192 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/ |
| HD | sh_pidcolors_example.txt | 289 [2;34m0 12312 12 func_abc.sh:- sh -> expand[0m 290 [2;34m0 12312 10 func_abc.sh:- sh <- expand[0m 301 [2;34m0 12312 9 func_abc.sh:- sh -> expand[0m 302 [2;34m0 12312 9 func_abc.sh:- sh <- expand[0m 309 [2;34m0 12312 10 func_abc.sh:- sh -> expand[0m 310 [2;34m0 12312 9 func_abc.sh:- sh <- expand[0m 327 [2;34m0 12312 9 func_abc.sh:- sh -> expand[0m 328 [2;34m0 12312 9 func_abc.sh:- sh <- expand[0m 335 [2;34m0 12312 9 func_abc.sh:- sh -> expand[0m 336 [2;34m0 12312 9 func_abc.sh:- sh <- expand[0m [all …]
|
| /NextBSD/contrib/bmake/ |
| HD | str.c | 141 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/ |
| HD | Makefile | 4 PROG= expand 5 MLINKS= expand.1 unexpand.1
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | subst.c | 641 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 …]
|
| HD | deprecated.c | 114 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/ |
| HD | ee.msg | 64 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/ |
| HD | textbox-help | 11 cat textbox.txt | expand > $tempfile 12 cat $TEXT | expand >> $tempfile
|
| HD | textbox3 | 11 cat textbox.txt | expand > $tempfile 12 cat $TEXT | expand >> $tempfile
|
| HD | textbox-both | 11 cat textbox.txt | expand > $tempfile 12 cat $TEXT | expand >> $tempfile
|
| /NextBSD/bin/sh/tests/parser/ |
| HD | dollar-quote13.0 | 4 # fail to expand or expand to a fallback.
|
| /NextBSD/crypto/openssl/util/ |
| HD | openssl-format-source | 110 expand | \ 139 expand "$j" | indent $INDENT_ARGS > "$tmp"
|
| /NextBSD/crypto/openssl/crypto/comp/ |
| HD | comp_lib.c | 56 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/ |
| HD | SetTheory.h | 88 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0; 136 const RecVec *expand(Record *Set);
|
| /NextBSD/usr.bin/mail/ |
| HD | fio.c | 327 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/ |
| HD | README | 16 expand Gives ability to decrypt locally on a WEP network. 70 expand: 76 ./expand -b bssid -t tap0
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | SetTheory.cpp | 220 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/ |
| HD | sh4.c | 24 _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/ |
| HD | glob.c | 399 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/ |
| HD | ee.msg | 63 53 "expand : ����������� ������æ� noexpand: �� ����������� ������æ� " 76 66 "expand: ����������� |noexpand: �� ����������� ���� � ���¦�� "
|
| /NextBSD/usr.bin/ee/nls/ru_RU.KOI8-R/ |
| HD | ee.msg | 65 53 "expand : �������� ��������� ��������� noexpand: �� �������� ��������� " 78 66 "expand: �������� ���� |noexpand: �� �������� ���� ��������� "
|