Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 25 of 41) sorted by relevance

12

/original-bsd/old/dump.4.1/
H A Dunctime.c78 time_t conv; local
84 conv = 0;
87 conv |= bit;
88 if (dcmp(localtime(&conv), dp) > 0)
89 conv &= ~bit;
91 return(conv);
/original-bsd/bin/dd/
H A Dargs.c241 static struct conv { struct
267 struct conv *cp, tmp; argument
271 if (!(cp = (struct conv *)bsearch(&tmp, clist,
272 sizeof(clist)/sizeof(struct conv), sizeof(struct conv),
288 return (strcmp(((struct conv *)a)->name, ((struct conv *)b)->name));
H A DMakefile4 SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
/original-bsd/sys/tahoe/dist/
H A Dmaketape51 eval dd if=/dev/r${bootroot} count=750 bs=1024 conv=sync ${remote+"| rsh"} \
55 eval dd if=/dev/r${miniroot} count=205 bs=10240 conv=sync ${remote+"| rsh"} \
/original-bsd/sys/pmax/dist/
H A Dmaketape54 rsh $remote dd of=${tape} obs=512 conv=sync
57 eval dd if=/dev/r${miniroot} count=205 bs=20b conv=sync ${remote+"| rsh"} \
/original-bsd/old/arcv/
H A Darcv.c42 conv(argv[i]);
48 conv(fil) in conv() function
/original-bsd/sys/vax/dist/
H A Dmaketape54 rsh $remote dd of=${tape} obs=512 conv=sync
57 eval dd if=/dev/r${miniroot} count=205 bs=20b conv=sync ${remote+"| rsh"} \
/original-bsd/usr.bin/hexdump/
H A DMakefile4 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
/original-bsd/local/ditroff/ditroff.okeeffe/devnver/
H A Dmain.c139 conv(stdin);
146 conv(fp);
H A Dparse.c24 conv(fp) in conv() function
/original-bsd/usr.bin/pascal/px_header/
H A DMakefile16 dd if=temp of=px_header conv=sync
/original-bsd/sys/vax/mdec/
H A DMakefile24 dd if=b.out of=$@ conv=sync
34 echo | dd of=noboot conv=sync
/original-bsd/old/sdb/
H A Dsub.c238 rint(p, base, digit, conv) in rint() argument
240 int (*digit)(), (*conv)(); {
244 while ((*digit)(**p)) value = base*value + (*conv)(*(*p)++);
/original-bsd/usr.bin/f77/pass1.vax/
H A DMakefile6 SRCS= bb.c conv.c data.c equiv.c error.c exec.c expr.c fmt.c init.c \
/original-bsd/usr.bin/f77/pass1.tahoe/
H A DMakefile6 SRCS= bb.c conv.c data.c equiv.c error.c exec.c expr.c fmt.c init.c \
/original-bsd/usr.bin/pascal/src/
H A Dpimakefile34 call.c case.c clas.c const.c conv.c cset.c \
54 call.o case.o clas.o const.o conv.o cset.o \
161 conv.o: ../src/conv.c
243 conv.o: whoami.h
244 conv.o: ../src/0.h
245 conv.o: opcode.h
246 conv.o: ../src/tree_ty.h
H A Dsccsmakefile21 call.c case.c clas.c const.c conv.c cset.c \
74 conv.c: ${PSCCSDIR}/SCCS/s.conv.c
75 cd ${PIDIR} ; ${GET} conv.c
76 cd ${PC0DIR} ; ${GET} conv.c
/original-bsd/sys/vax/cassette/
H A DMakefile35 dd if=cassette of=${CASSETTE} bs=2k conv=sync
/original-bsd/local/ditroff/ditroff.okeeffe/devtek/
H A Dtc.c136 conv(stdin);
143 conv(fp);
198 conv(fp) in conv() function
/original-bsd/etc/
H A Ddaily90 conv=noerror,sync
/original-bsd/local/ditroff/ditroff.old.okeeffe/grn/
H A Dmain.c247 conv(fp, linenum);
399 conv(fp, baseline) in conv() function
/original-bsd/usr.bin/graph/
H A Dgraph.c605 if(!conv(xx[i].xv,&xd,&ix) || in plot()
606 !conv(xx[i].yv,&yd,&iy)) { in plot()
622 conv(xv,p,ip) in conv() function
/original-bsd/usr.bin/pascal/pc0/
H A DMakefile16 SRCS= TRdata.c ato.c call.c case.c clas.c const.c conv.c cset.c error.c \
/original-bsd/usr.bin/pascal/pi/
H A DMakefile10 SRCS= ato.c call.c case.c clas.c const.c conv.c cset.c error.c fdec.c \
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Dscv.c230 extern conv();
237 odo_file(p,conv);
244 conv(ofile) in conv() function

12