/original-bsd/old/dump.4.1/ |
H A D | unctime.c | 78 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 D | args.c | 241 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 D | Makefile | 4 SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
|
/original-bsd/sys/tahoe/dist/ |
H A D | maketape | 51 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 D | maketape | 54 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 D | arcv.c | 42 conv(argv[i]); 48 conv(fil) in conv() function
|
/original-bsd/sys/vax/dist/ |
H A D | maketape | 54 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 D | Makefile | 4 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
|
/original-bsd/local/ditroff/ditroff.okeeffe/devnver/ |
H A D | main.c | 139 conv(stdin); 146 conv(fp);
|
H A D | parse.c | 24 conv(fp) in conv() function
|
/original-bsd/usr.bin/pascal/px_header/ |
H A D | Makefile | 16 dd if=temp of=px_header conv=sync
|
/original-bsd/sys/vax/mdec/ |
H A D | Makefile | 24 dd if=b.out of=$@ conv=sync 34 echo | dd of=noboot conv=sync
|
/original-bsd/old/sdb/ |
H A D | sub.c | 238 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 D | Makefile | 6 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 D | Makefile | 6 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 D | pimakefile | 34 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 D | sccsmakefile | 21 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 D | Makefile | 35 dd if=cassette of=${CASSETTE} bs=2k conv=sync
|
/original-bsd/local/ditroff/ditroff.okeeffe/devtek/ |
H A D | tc.c | 136 conv(stdin); 143 conv(fp); 198 conv(fp) in conv() function
|
/original-bsd/etc/ |
H A D | daily | 90 conv=noerror,sync
|
/original-bsd/local/ditroff/ditroff.old.okeeffe/grn/ |
H A D | main.c | 247 conv(fp, linenum); 399 conv(fp, baseline) in conv() function
|
/original-bsd/usr.bin/graph/ |
H A D | graph.c | 605 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 D | Makefile | 16 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 D | Makefile | 10 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 D | scv.c | 230 extern conv(); 237 odo_file(p,conv); 244 conv(ofile) in conv() function
|