Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 25 of 47) sorted by relevance

12

/original-bsd/old/dbx/tests/cc/
H A Dbitfields.c23 struct dot junk; in main() local
25 junk.owner = 63; in main()
26 junk.segment = 1; in main()
27 junk.intrinsicCost = 1; in main()
30 junk.owner, junk.segment, junk.intrinsicCost); in main()
H A Dbitfields.in5 print junk
6 print junk.owner, junk.segment, junk.intrinsicCost
/original-bsd/old/dbx/tests/mod/
H A Dbitfields.mod26 var junk : dotrecord;
28 junk.owner := 63;
29 junk.segment := 1;
30 junk.intrinsicCost := 1;
32 junk.owner, junk.segment, junk.intrinsicCost);
/original-bsd/games/trek/
H A Ddumpgame.c118 int junk; local
124 if (read(fd, &junk, sizeof junk) != (sizeof junk))
126 if ((char *)junk != d->area)
134 return (read(fd, &junk, 1));
/original-bsd/old/dbx/tests/pc/
H A Dpcerror.p1 program errs(input,output,junk,locked);
19 junk, locked, other :file of char;
86 rewrite(junk);
87 reset(junk);
88 get(junk);
89 get(junk);
90 write(junk^);
92 EREFINAF: ch:=junk^;
94 ENAMESIZE: rewrite(junk,
/original-bsd/contrib/emacs-18.57/src/
H A DMakefile32 -rm -f xmakefile junk.c
33 cp ymakefile junk.c
34 $(CPP) -DYMAKEFILE junk.c | \
37 rm -f junk.c
/original-bsd/usr.bin/pascal/pdx/test/
H A Dpcerror.p10 program errs(input,output,junk,locked);
28 junk, locked, other :file of char;
95 rewrite(junk);
96 reset(junk);
97 get(junk);
98 get(junk);
99 write(junk^);
101 EREFINAF: ch:=junk^;
103 ENAMESIZE: rewrite(junk,
/original-bsd/lib/libmp/
H A Dmsqrt.c11 { MINT x,junk,y; local
13 x.len=junk.len=y.len=0;
29 mdiv(a,&x,&y,&junk);
30 xfree(&junk);
/original-bsd/old/talk/talk/
H A Dctl_transact.c30 struct sockaddr junk; local
73 junk_size = sizeof(junk);
75 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
/original-bsd/old/make/
H A Ddosys.c147 char junk[1]; local
165 if( read(fd, junk, 1) < 1)
171 if( write(fd, junk, 1) < 1 )
H A Dgram.y85 char junk[10]; variable
86 (void)sprintf(junk, "%d", yylineno);
87 fatal1("Must be a separator on rules line %s", junk);
/original-bsd/old/sdb/
H A Dmode.h70 INT junk[2]; member
76 INT junk[2]; member
/original-bsd/old/lisp/fp/fp.vax/
H A DMakefile30 (dumplisp fp))" | lisp > junk.fp
40 rm -f core *.[ox] junk.fp
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dgetstop.c16 int junk, stopp; in getstop() local
23 k = left(i, c, &junk); in getstop()
/original-bsd/games/mille/
H A Dsave.c49 STAT junk; in save() local
91 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1 in save()
/original-bsd/lib/libc/net/
H A Dres_send.c81 char junk[512]; local
226 n = (len > sizeof(junk) ?
227 sizeof(junk) : len);
228 if ((n = read(s, junk, n)) > 0)
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Dexprn.c531 INTLPTR junk; local
533 junk = expreval ((EXPR) eqnwalk->stmt, noadtree);
534 intlfree (junk);
563 INTLPTR junk; in nl_eval() local
587 junk = expreval (nl_walk->eqn, nl_walk->noad); in nl_eval()
588 intlfree (junk); in nl_eval()
609 junk = expreval (nl_walk->eqn, nl_walk->noad); in nl_eval()
610 intlfree (junk); in nl_eval()
/original-bsd/usr.bin/f77/libF77/
H A DRevision1 static char junk[] = "\n@(#)LIBF77 VERSION 2.02 13 AUGUST 1981\n";
/original-bsd/usr.bin/ex/
H A Dmakeoptions29 " delete junk (all but data lines)
/original-bsd/games/battlestar/
H A Dcypher.c17 int junk; in cypher() local
287 sscanf(buffer,"%d",&junk); in cypher()
288 if (!junk) in cypher()
/original-bsd/old/tbl/
H A Dtu.c140 int i,c,k,junk, stopp; in getstop() local
147 k = left(i,c,&junk); in getstop()
/original-bsd/usr.bin/mail/
H A Dcollect.c372 struct stat junk; local
378 if (stat(name, &junk) >= 0 && (junk.st_mode & S_IFMT) == S_IFREG) {
/original-bsd/local/toolchest/nawk/src/
H A DMakefile40 rm -f awk *.o t.* *temp* *.out *junk* y.tab.* prevy.tab.h maketab proctab.c
/original-bsd/sys/tahoe/stand/
H A Dhd.c33 long junk, dlbuf[DEV_BSIZE/sizeof(long)]; local
51 if (wbadaddr(&hr->module_id, 4, &junk)) {
/original-bsd/old/roff/nroff/
H A Dn10.c276 char junk; in dostop() local
279 read(2,&junk,1); in dostop()

12