Searched refs:junk (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Ddir-junk.d1 #name: C6X junk after directives
2 #error_output: dir-junk.l
H A Ddir-junk.l2 [^:]*:2: Error: junk at end of line, first unrecognized character is `c'
3 [^:]*:3: Error: junk at end of line, first unrecognized character is `x'
H A Dpredicate-bad-1.l2 [^:]*:5: Error: junk at end of line, first unrecognized character is `\['
/netbsd-current/external/ibm-public/postfix/dist/man/
H A DMakefile.in39 ../mantools/fixman ../proto/postconf.proto $? >junk && \
40 (cmp -s junk $? || mv junk $?) && rm -f junk
47 ../mantools/fixman ../proto/postconf.proto $? >junk && \
48 (cmp -s junk $? || mv junk $?) && rm -f junk
52 ../mantools/fixman ../proto/postconf.proto $? >junk && \
53 (cmp -s junk
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Ddirect2_client.c38 int junk[3]; local
39 lib1foofastcall (1, &junk[0]);
40 lib1foostdcall (2, &junk[1]);
41 lib1foocdecl (3, &junk[2]);
42 if (junk[1] != 2 || junk[0] != 1 || junk[2] != 3)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68k/
H A Dp2663.s10 bra junk
11 bra junk
12 bra junk
14 junk: label
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A DstN.l2 .*:6: Error: .*junk.*
3 .*:7: Error: .*junk.*
4 .*:8: Error: .*junk.*
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Ddelay.c39 UINTN junk; local
48 BS->WaitForEvent(1, &ev, &junk);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dindicate_mechs.c43 OM_uint32 ret, junk; local
51 gss_release_oid_set(&junk, mech_set);
H A Drelease_cred.c45 OM_uint32 junk; local
69 gss_release_oid_set(&junk, &cred->mechanisms);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dxcoff-ref-1.l3 .*:3: Error: junk at end of line, first unrecognized character is `1'
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Dmachine-parsing-2.l2 .*:3: Error: junk at end of line, first unrecognized character is .[!].*
H A Dmachine-parsing-5.l2 .*:3: Error: junk at end of line, first unrecognized character is .[!].*
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dmake-relnotes57 ($junk = $1) =~ s/\s*,\s*/,/g;
58 $junk =~ s/^\s+//;
59 $junk =~ s/\s+$//;
60 #print "junk >$junk<\n";
61 @classes = split(/,+/, $junk);
82 ($junk = "Major changes - $class") =~ s/./-/g;
83 print $junk, "\n\n";
/netbsd-current/sys/arch/mips/mips/
H A Dmips_mcclock.c144 volatile int junk; local
148 junk = clk[MC_REGC].datum;
149 junk++; junk++; junk++; junk++;
156 junk = clk[MC_REGC].datum;
158 junk++; junk++; junk
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_inquire_names_for_mech.c61 OM_uint32 junk; local
62 gss_release_oid_set(&junk, name_types);
68 OM_uint32 junk; local
69 gss_release_oid_set(&junk, name_types);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection17.l3 [^:]*:3: Error: junk at end of line, first unrecognized character is `f'
4 [^:]*:5: Error: junk at end of line, first unrecognized character is `,'
H A Dsection21.l2 [^:]*:11: Error: junk at end of line, first unrecognized character is `1'
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Doption-pic-2.l4 .*:4: Error: junk at end of line, first unrecognized character is `f'
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_resolve.c92 static VSTRING *junk; local
103 junk = vstring_alloc(10);
116 vstring_strcpy(junk, sender_plus_addr);
117 sender = STR(junk);
118 if ((addr = split_at(STR(junk), SENDER_ADDR_JOIN_CHAR)) == 0)
127 vstring_strcpy(junk, STR(reply->recipient));
128 casefold(reply->recipient, STR(junk)); /* XXX */
/netbsd-current/games/trek/
H A Ddumpgame.c155 long junk; local
160 if (read(fd, &junk, sizeof junk) != (sizeof junk))
162 if ((char *)junk != d->area)
170 return (read(fd, &junk, 1));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dcpu.exp34 proc test_junk { arg junk current } {
36 "Trailing junk: '$junk'\." \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Dcpu.exp34 proc test_junk { arg junk current } {
36 "Trailing junk: '$junk'\." \
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dsent.c167 VSTRING *junk = vstring_alloc(100); local
169 vstring_sprintf(junk, "%s: %s service failed",
171 my_dsn.reason = vstring_str(junk);
174 vstring_free(junk);
/netbsd-current/etc/rc.d/
H A Dsmtoff32 while read cpuN smt id N junk
34 test -n "$junk" && continue

Completed in 237 milliseconds

1234567891011>>