Home
last modified time | relevance | path

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

12345678910>>...25

/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dlocal2.c293 expand(p, 0, "\tcmplw UL,UR" COM "compare 64-bit values (upper)\n"); in twollcomp()
295 expand(p, 0, "\tcmpw UL,UR" COM "compare 64-bit values (upper)\n"); in twollcomp()
299 expand(p, 0, "\tcmplw AL,AR" COM "(and lower)\n"); in twollcomp()
301 expand(p, 0, "\tcmpw AL,AR" COM "(and lower)\n"); in twollcomp()
313 expand(p, INBREG, "\tsrwi A1,AL,32-AR" COM "64-bit left-shift\n"); in shiftop()
314 expand(p, INBREG, "\tslwi U1,UL,AR\n"); in shiftop()
315 expand(p, INBREG, "\tor U1,U1,A1\n"); in shiftop()
316 expand(p, INBREG, "\tslwi A1,AL,AR\n"); in shiftop()
318 expand(p, INBREG, "\tli A1,0" COM "64-bit left-shift\n"); in shiftop()
320 expand(p, INBREG, "\tmr U1,AL\n"); in shiftop()
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Ddir-expand-path.mk5 _!= rm -rf dir-expand-path.dir.*
6 _!= mkdir dir-expand-path.dir.1
7 _!= mkdir dir-expand-path.dir.2
8 _!= touch dir-expand-path.dir.1/file1.src
9 _!= touch dir-expand-path.dir.1/file2.src
10 _!= touch dir-expand-path.dir.2/file3.src
12 .PATH: dir-expand-path.dir.1
13 .PATH: dir-expand-path.dir.2
19 @rm -rf dir-expand-path.dir.*
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dlocal2.c375 expand(p, INBREG, "\tsrl A1,AL,"); in shiftop()
377 expand(p, INBREG, "\tsll U1,UL,AR\n"); in shiftop()
378 expand(p, INBREG, "\tor U1,U1,A1\n"); in shiftop()
379 expand(p, INBREG, "\tsll A1,AL,AR\n"); in shiftop()
381 expand(p, INBREG, "\tli A1,0\t# 64-bit left-shift\n"); in shiftop()
382 expand(p, INBREG, "\tsll U1,AL,"); in shiftop()
385 expand(p, INBREG, "\tli A1,0\t# 64-bit left-shift\n"); in shiftop()
386 expand(p, INBREG, "\tli U1,0\n"); in shiftop()
388 expand(p, INBREG, "\tsll U1,UL,"); in shiftop()
390 expand(p, INBREG, "\tsrl A1,AL,AR\n"); in shiftop()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/
Dlocal2.c182 expand(p, 0, "cmp AR,AL\n"); in twolcomp()
185 expand(p, 0, "cmp UR,UL\n"); in twolcomp()
199 expand(p, FORCC, "tst AL\n"); in lcomp()
201 expand(p, FORCC, "tst UL\n"); in lcomp()
206 expand(p, FORCC, "tst AL\n"); in lcomp()
208 expand(p, FORCC, "tst UL\n"); in lcomp()
212 expand(p, FORCC, "tst AL\n"); in lcomp()
231 expand(p->n_left, FOREFF, "mov AL,ZA(sp)\n"); in zzzcode()
232 expand(p->n_left, FOREFF, "sub CR,(sp)\n"); in zzzcode()
264 expand(p->n_left->n_left, FOREFF, "mov AL,ZA(sp)\n"); in zzzcode()
[all …]
/netbsd/src/usr.sbin/tcpdmatch/
Dtcpdmatch.c57 static void expand(char *, char *, struct request_info *);
280 static void expand(char *text, char *pattern, struct request_info *request) in expand() function
297 expand("client: hostname", "%n", request); in tcpdmatch()
298 expand("client: address ", "%a", request); in tcpdmatch()
299 expand("client: username", "%u", request); in tcpdmatch()
300 expand("server: hostname", "%N", request); in tcpdmatch()
301 expand("server: address ", "%A", request); in tcpdmatch()
302 expand("server: process ", "%d", request); in tcpdmatch()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenemit.cc456 rtx expand = info->def; in gen_expand() local
457 if (strlen (XSTR (expand, 0)) == 0) in gen_expand()
459 if (XVEC (expand, 1) == 0) in gen_expand()
461 XSTR (expand, 0)); in gen_expand()
464 get_pattern_stats (&stats, XVEC (expand, 1)); in gen_expand()
468 "numbers above all other operands", XSTR (expand, 0)); in gen_expand()
471 printf ("rtx\ngen_%s (", XSTR (expand, 0)); in gen_expand()
486 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0') in gen_expand()
488 && XVECLEN (expand, 1) == 1) in gen_expand()
491 gen_exp (XVECEXP (expand, 1, 0), DEFINE_EXPAND, NULL, info); in gen_expand()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dlocal2.c359 expand(p, 0, "\tcmp UR,UL" COM "compare 64-bit values (upper)\n"); in twollcomp()
362 expand(p, 0, "\tcmp AR,AL" COM "(and lower)\n"); in twollcomp()
445 expand(p, INBREG, "\tmov A1,AL,lsr "); in shiftop()
447 expand(p, INBREG, "\tmov U1,UL,asl AR\n"); in shiftop()
448 expand(p, INBREG, "\torr U1,U1,A1\n"); in shiftop()
449 expand(p, INBREG, "\tmov A1,AL,asl AR\n"); in shiftop()
451 expand(p, INBREG, "\tmov A1,#0" COM "64-bit left-shift\n"); in shiftop()
452 expand(p, INBREG, "\tmov U1,AL"); in shiftop()
457 expand(p, INBREG, "\tmov A1,#0" COM "64-bit left-shift\n"); in shiftop()
458 expand(p, INBREG, "\tmov U1,#0\n"); in shiftop()
[all …]
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dpreface.sdf12 Copyright 1998-2013, The {{ORG[expand]OLF}}, {{All Rights Reserved}}.
14 Copyright 1992-1996, Regents of the {{ORG[expand]UM}}, {{All Rights Reserved}}.
37 {{TERM[expand]WWW}}. The site makes available a number of resources.
61 The {{ORG[expand]OLP}} is comprised of a team of volunteers. This
65 The OpenLDAP Project would also like to thank the {{ORG[expand]UMLDAP}}
68 University of Michigan document: {{REF[expand]UM-GUIDE}}.
74 submitted using the {{PRD:OpenLDAP}} {{TERM[expand]ITS}}
80 This document was produced using the {{TERM[expand]SDF}} ({{TERM:SDF}})
Dappendix-recommended-versions.sdf17 {{TERM[expand]TLS}}:
20 {{TERM[expand]SASL}}|{{PRD:Cyrus SASL}}|2.1.27+
21 {{TERM[expand]lloadd}}|{{PRD:libevent}}|2.1+
/netbsd/src/usr.bin/make/
Dstr.c121 Substring_Words(const char *str, bool expand) in Substring_Words() argument
165 if (!expand) { in Substring_Words()
175 if (!expand) { in Substring_Words()
207 if (expand && inquote != '\0') { in Substring_Words()
222 if (!expand) { in Substring_Words()
276 Str_Words(const char *str, bool expand) in Str_Words() argument
282 swords = Substring_Words(str, expand); in Str_Words()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/
Dlocal2.c153 expand(p, 0, "\tadd AL,AR,A1\t\t! add const\n"); in zzzcode()
155 expand(p, 0, "\tsetx AR,A3,A2\t\t! add const\n" in zzzcode()
163 expand(p, 0, "\tsub AL,AR,A1\t\t! subtract const\n"); in zzzcode()
165 expand(p, 0, "\tsetx AR,A3,A2\t\t! subtract const\n" in zzzcode()
170 expand(p, 0, in zzzcode()
176 expand(p, 0, "\tor %g0,AL,A1\t\t\t! load const\n"); in zzzcode()
178 expand(p, 0, "\tsetx AL,A2,A1\t\t! load const\n"); in zzzcode()
/netbsd/src/external/bsd/atf/dist/tools/
Dexpand_test.cpp50 using tools::expand::is_glob; in ATF_TEST_CASE_BODY()
75 using tools::expand::matches_glob; in ATF_TEST_CASE_BODY()
94 using tools::expand::matches_glob; in ATF_TEST_CASE_BODY()
134 using tools::expand::matches_glob; in ATF_TEST_CASE_BODY()
162 using tools::expand::expand_glob; in ATF_TEST_CASE_BODY()
231 using tools::expand::expand_glob; in ATF_TEST_CASE_BODY()
/netbsd/src/usr.bin/lastcomm/
Dlastcomm.c64 static time_t expand(u_int);
137 t = expand(ab.ac_utime) + expand(ab.ac_stime); in main()
146 delta = expand(ab.ac_etime) / (double)AHZ; in main()
165 expand(u_int t) in expand() function
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/
Dobjects.pl160 sub expand subroutine
173 print expand("#define SN_$Cname\t\t\"$sn{$Cname}\"\n") if $sn{$Cname} ne "";
174 print expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne "";
175 print expand("#define NID_$Cname\t\t$nid{$Cname}\n") if $nid{$Cname} ne "";
176 print expand("#define OBJ_$Cname\t\t$obj{$Cname}\n") if $obj{$Cname} ne "";
/netbsd/src/usr.bin/rdist/
Dgram.y147 nl = expand($3, E_VARS);
160 $1->sc_args = expand($2, E_VARS);
165 $1->sc_args = expand($2, E_ALL);
170 $1->sc_args = expand($2, E_VARS);
175 $1->sc_args = expand($2, E_ALL);
376 files = expand(files, E_VARS|E_SHELL); in insert()
377 hosts = expand(hosts, E_ALL); in insert()
430 c->c_files = expand(files, E_ALL); in append()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dlocal2.c246 expand(p, INAREG|INBREG, "\tmovl\tAL,A1\n"); in sconv()
252 expand(p, INAREG|INBREG, "\tmovZR\tAL,A1\n"); in sconv()
256 expand(p, INAREG|INBREG, "\tcvtZLl\tAL,A1\n"); in sconv()
260 expand(p, INAREG|INBREG, "\tcvtZLZR\tAL,A1\n"); in sconv()
264 expand(p, INAREG|INBREG, "\tmovzZLl\tAL,A1\n"); in sconv()
268 expand(p, INAREG|INBREG, "\tmovzZLZR\tAL,A1\n"); in sconv()
272 expand(p, INAREG|INBREG, "\tmovzZLl\tAL,A1\n"); in sconv()
273 expand(p, INAREG|INBREG, "\tcvtlZR\tA1,A1\n"); in sconv()
277 expand(p, INAREG|INBREG, "\tcvtld\tAL,A1\n"); in sconv()
279 expand(p, INAREG|INBREG, "\taddd2\t$0d4.294967296e+9,A1\n"); in sconv()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dlocal2.c267 expand(p, 0, " cmpl UR,UL\n"); in twollcomp()
270 expand(p, 0, " cmpl AR,AL\n"); in twollcomp()
310 expand(p, 0, "\tfxch\n"); in fcomp()
311 expand(p, 0, "\tfucomip %st(1),%st\n"); /* emit compare insn */ in fcomp()
312 expand(p, 0, "\tfstp %st(0)\n"); /* pop fromstack */ in fcomp()
315 expand(p, 0, "\tjp LC\n"); in fcomp()
319 expand(p, 0, "LC\n"); in fcomp()
328 expand(p, 0, "\tfxch\n"); in fcomp()
353 expand(p, 0, "\tje LC\n"); in fcomp()
355 expand(p, 0, "\tjne LC\n"); in fcomp()
[all …]
/netbsd/src/external/bsd/ipf/dist/perl/
Dipfmeta.pl48 foreach (expand($_, 0)) {
55 sub expand { subroutine
78 push(@retlines, expand($newline, $level+1));
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dengine.c57 const int expand = 256; in append_buf() local
62 *size = ((len + expand - 1) / expand) * expand; in append_buf()
71 *size = ((len + expand - 1) / expand) * expand; in append_buf()
/netbsd/src/usr.bin/expand/
DMakefile4 PROG= expand
5 MLINKS= expand.1 unexpand.1
/netbsd/src/external/gpl2/xcvs/dist/src/
Dannotate.c258 char *expand, *version; in annotate_fileproc() local
266 expand = RCS_getexpand (finfo->rcs); in annotate_fileproc()
297 if (!force_binary && expand && expand[0] == 'b') in annotate_fileproc()
Drcs.c395 rdata->expand = rcsbuf_valcopy (&rcsbuf, value, 0, NULL); in RCS_parsercsfile_i()
944 if (rnode->expand != NULL) in free_rcsnode_contents()
945 free (rnode->expand); in free_rcsnode_contents()
3446 return rcs->expand; in RCS_getexpand()
3453 RCS_setexpand (RCSNode *rcs, const char *expand) in RCS_setexpand() argument
3458 if (rcs->expand != NULL) in RCS_setexpand()
3459 free (rcs->expand); in RCS_setexpand()
3460 rcs->expand = xstrdup (expand); in RCS_setexpand()
3635 size_t loglen, enum kflag expand, char *buf, size_t len, in expand_keywords() argument
3653 ||expand == KFLAG_O || expand == KFLAG_B) in expand_keywords()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dt-i38657 i386-expand.o: $(srcdir)/config/i386/i386-expand.cc
69 i386-expand.o: i386-builtin-types.inc
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/comp/
Dcomp_lib.c79 if (ctx->meth->expand == NULL) { in COMP_expand_block()
82 ret = ctx->meth->expand(ctx, out, olen, in, ilen); in COMP_expand_block()
/netbsd/src/usr.bin/units/
Dunits.c754 listunits(int expand) in listunits() argument
771 expand, precision, unitcount, prefixcount); in listunits()
787 printexpansion = expand; in listunits()
790 if (expand) { in listunits()
814 printexpansion = expand; in listunits()
819 if (expand) { in listunits()

12345678910>>...25