|
|
1.1 ! root 1: /newbits/bin/du.c ! 2: printf("%D\t%s\n", size, fname); ! 3: printf("%D\t%s\n", blocks, fname); ! 4: /newbits/bin/df.c ! 5: printf(", %U", sbp->s_fsize); ! 6: printf("%6U/%6U = ", free, total); ! 7: printf("%2D.%1D%%", percent/10L, percent%10L); ! 8: /newbits/bin/prep.c ! 9: printf("%D\t", wordno); ! 10: /newbits/bin/awk/awk2.c ! 11: sassign(OFMTp = install("OFMT", (INT)0), "%D"); ! 12: /newbits/bin/check/dcheck.c ! 13: fprintf(stderr, "Read error %D\n", (long)bn); ! 14: fprintf(stderr, "Write error %D\n", (long)bn); ! 15: printf("Bad block #%D\n", (long)bn); ! 16: /newbits/bin/check/icheck.c ! 17: printf("blks=%D, dirb=%D, d=%D, i=%D, ii=%D, iii=%D\n", ! 18: printf("free = %D\n", nfreeb); ! 19: printf("missing = %D\n", nmissing); ! 20: printf("%D dups in free\n", nfdup); ! 21: fprintf(stderr, "Read error %D\n", (long)bn); ! 22: fprintf(stderr, "Write error %D\n", (long)bn); ! 23: printf("%D arg, class=%s, inode=%u\n", ! 24: printf("%D bad, class=%s, inode=%u\n", (long)bn, type, inum); ! 25: printf("%D dup, class=%s, inode=%u\n", (long)bn, type, inum); ! 26: /newbits/bin/check/ncheck.c ! 27: fprintf(stderr, "ncheck: Read error %D\n", (long)bn); ! 28: fprintf(stderr, "ncheck: bad block #%D\n", (long)bn); ! 29: /newbits/bin/dump/restor.c ! 30: message(1, "volume sync: %D", restime); ! 31: /newbits/bin/dump/discbuf.c ! 32: dbfatal("cache read error, block %D", block); ! 33: dbfatal("cache write error, block %D", dbp->db_block); ! 34: /newbits/bin/dump/old/discbuf.c ! 35: dbfatal("cache read error, block %D", block); ! 36: dbfatal("cache write error, block %D", dbp->db_block); ! 37: /newbits/bin/dump/old/dump.c ! 38: fprintf(stderr, "dump: length is %D ", used); ! 39: fprintf(stderr, "dump: %D inodes, ", ninodes); ! 40: fprintf(stderr, "%D real blocks, ", nblocks); ! 41: fprintf(stderr, "%D sparse blocks\n", nsparse); ! 42: /newbits/bin/dump/old/restor.c ! 43: message(1, "volume sync: %D", restime); ! 44: /newbits/bin/dump/old/old/discbuf.c ! 45: dbfatal("cache read error, block %D", block); ! 46: dbfatal("cache write error, block %D", dbp->db_block); ! 47: /newbits/bin/dump/old/old/dump.c ! 48: printf("dump: length is %D ", used); ! 49: printf("dump: %D inodes, ", ninodes); ! 50: printf("%D real blocks, ", nblocks); ! 51: printf("%D sparse blocks\n", nsparse); ! 52: /newbits/bin/dump/dump.c ! 53: fprintf(stderr, "dump: length is %D ", used); ! 54: fprintf(stderr, "dump: %D inodes, ", ninodes); ! 55: fprintf(stderr, "%D real blocks, ", nblocks); ! 56: fprintf(stderr, "%D sparse blocks\n", nsparse); ! 57: /newbits/bin/lpr/lpr.c ! 58: sprintf(tfname, "tf%D", unique()); ! 59: sprintf(dfname, "df%D", unique()); ! 60: /newbits/bin/nroff/div.c ! 61: if ((n=tmpseek%DBFSIZE) != 0) ! 62: /newbits/bin/nroff/getf.c ! 63: sp->x4.s_sp = &(sp->x4.s_bufp[mp->t_div.m_seek%DBFSIZE]); ! 64: /newbits/bin/sh/exec3.c ! 65: prints("%Dm", t/MINUTE); ! 66: /newbits/bin/ac.c ! 67: printf("%3D:%02D\n", time/60, time%60); ! 68: /newbits/bin/hpr/lpr.c ! 69: sprintf(tfname, "tf%D", unique()); ! 70: sprintf(dfname, "df%D", unique()); ! 71: /newbits/bin/msgs.c ! 72: printf("\nMessage Number %d [%D chars]\n", num, st.st_size); ! 73: /newbits/bin/dd.c ! 74: fprintf(stderr, "%D+%D records in\n", nfri, npri); ! 75: fprintf(stderr, "%D+%D records out\n", nfro, npro); ! 76: /newbits/bin/m4.c ! 77: sprintf(a->s_body, "%D", x); ! 78: /newbits/bin/pr.c ! 79: printf( "%.12s%.5s %s Page %d, line %D\n", ! 80: /newbits/bin/quot.c ! 81: printf("%8D ", fep->f_nfiles); ! 82: printf("%8D %s\n", fep->f_nblocks, ! 83: printf("%8D ", totfiles); ! 84: printf("%8D Total\n", totblocks); ! 85: printf("%8D %8D %10D\n", cep->c_nblocks, ! 86: /newbits/bin/sa.c ! 87: printf(" %5D %5D", units(sp->s_utime, sp), ! 88: printf(" %5D", units(sp->s_utime+sp->s_stime, sp)); ! 89: printf(" %5D", units(sp->s_etime*HZ, sp)); ! 90: printf("%3D.", t/total); ! 91: printf("%1D ", t*10/total); ! 92: /newbits/bin/sort.c ! 93: serr("input record #%D exceeds maximum length %d", ! 94: /newbits/bin/sum.c ! 95: printf( "%5u %2D", a, (size+BUFSIZ-1)/BUFSIZ); ! 96: /newbits/etc/fsck/util.c ! 97: char *rgblkerr = "Out of Range Block number: %U (CONTINUE)"; ! 98: char *skblkerr = "Can not Seek: Blk num: %U (CONTINUE)"; ! 99: char *rdblkerr = "Can not Read: Blk num: %U (CONTINUE)"; ! 100: char *wtblkerr = "Can not Write: Blk num: %U (CONTINUE)"; ! 101: /newbits/etc/fsck/init.c ! 102: badsuper("Size check: fsize %U isize %u", fsize, isize); ! 103: /newbits/etc/fsck/phase1.c ! 104: printf("Bad block %U, i-number = %u\n", bn, ino); ! 105: printf("Dup Block %U, i-number = %u\n", bn, ino); ! 106: Bad Directory Size, size = %D, i-number = %u (Clear i-node)", size, ino) ) { ! 107: /newbits/etc/fsck/phase2.c ! 108: printf("%s entry in block %U in directory\n", errname, blocknum); ! 109: printf("Size=%U, Mtime=%s", dip->di_size, ctime(&dip->di_mtime)); ! 110: /newbits/etc/fsck/phase1b.c ! 111: printf("Dup Block %U, i-number = %u\n", bn, ino); ! 112: /newbits/etc/fsck/phase5.c ! 113: printf("Total traversed free blocks = %U\n", total); ! 114: printf("Total free blocks by Superblock = %U\n", sbp->s_tfree); ! 115: printf("Running total free blocks = %U\n", totfree); ! 116: report("%U Bad Block%s in Free List\n", badcnt); ! 117: report("%U Dup Block%s in Free List\n", dupcnt); ! 118: report("%U Block%s missing\n", totfree - total); ! 119: /newbits/etc/fsck/cleanup.c ! 120: printf("%U blocks ", fsize - isize - totfree); ! 121: printf("%U free\n", totfree); ! 122: printf("Expect roughly %U missing block%s next\n", lostsize, ! 123: /newbits/etc/mkfs.c ! 124: return eignore("duplicated bad block %D", b); ! 125: return eignore("boot block (%D) is bad", b); ! 126: return efatal("super block (%D) is bad", b); ! 127: return efatal("first inode block (%D) is bad", b); ! 128: fprintf(stderr, "%d %x %D\n", xp->x_ino, xp->x_mode, xp->x_size); ! 129: fprintf(stderr, "%D", dp[0]); ! 130: fprintf(stderr, "%D", dp[-1]); ! 131: eignore("filesystem write error at block %D", b); ! 132: fprintf(stderr, "bcache(%D) writes(%D) = {", b1, b2); ! 133: /newbits/etc/build/mkdev.c ! 134: printf("What is your 4-digit hexadecimal base address [%04X]? ", ss_base); ! 135: /newbits/usr/src/examples/rand.c ! 136: printf("%d values above %d in %d trials (%D%%).\n", ! 137: /newbits/usr/lib/ndir/libndir/getdents.c ! 138: printf("getdents: Name=%s; inode = %D; offset = %D; len=%d\n",bp->d_name, ! 139: /newbits/usr/lib/ndir/libndir/readdir.c ! 140: printf("\tinode = %D\n",dp->d_ino); ! 141: printf ("readdir: name: %s; inode %D; offset %D; reclen %d\n",dp->d_name, ! 142: /newbits/usr/lib/ndir/libndir/tst.c ! 143: printf ("%D\t",dp->d_ino); ! 144: printf ("%D\t",dp->d_off); ! 145: /newbits/conf/tboot/execute.c ! 146: printf("%x:%x + %X = %X\n", ! 147: printf("BAD: %x:%x + %X > %X.\n", ! 148: printf("OK: %x:%x + %X < %X.\n", ! 149: /src386/bin/db/i8086b.c ! 150: sprintf(wbp, "%04X", v); ! 151: /src386/bin/db/i8086d.c ! 152: "ins%Zb %Yb", "ins%Zv %Yv", "outs%Zb %Xb", "outs%Zv %Xv", ! 153: "mov%Zb al,%Ob", "mov%Zv %eax,%Ov", "mov%Zb %Ob,al", "mov%Zv %Ov,%eax", ! 154: "movs%Zb %Xb%Yb", "movs%Zz %Xv%Yv", "cmps%Zb %Xb%Yb", "cmps%Zz %Xv%Yv", ! 155: "lods%Zb %Xb", "lods%Zz %Xv", "scas%Zb %Xb", "scas%Zv %Xv", ! 156: "mov%Zd %Rd,%Cd", "mov%Zd %Rd,%Dd", "mov%Zd %Cd,%Rd", "mov%Zd %Dd,%Rd", ! 157: /src386/bin/sa.c ! 158: printf(" %5D %5D", units(sp->s_utime, sp), ! 159: printf(" %5D", units(sp->s_utime+sp->s_stime, sp)); ! 160: printf(" %5D", units(sp->s_etime*HZ, sp)); ! 161: printf("%3D.", t/total); ! 162: printf("%1D ", t*10/total); ! 163: /src386/bin/ps/ps3.0/print.c ! 164: fprintf( fp, " 0x%08X", event); ! 165: /src386/bin/ps/ps_b4_krnl68/ps.c ! 166: printf(" 0x%08X", pp->p_event); ! 167: /src386/etc/mkdev.c ! 168: printf("What is your 4-digit hexadecimal base address [%04X]? ", ss_base); ! 169: /src386/etc/Build_401/mkdev.c ! 170: printf("What is your 4-digit hexadecimal base address [%04X]? ", ss_base); ! 171: /src386/lib/libc/ndir/getdents.c ! 172: printf("getdents: Name=%s; inode = %D; offset = %D; len=%d\n",bp->d_name, ! 173: /src386/lib/libc/ndir/readdir.c ! 174: printf("\tinode = %D\n",dp->d_ino); ! 175: printf ("readdir: name: %s; inode %D; offset %D; reclen %d\n",dp->d_name, ! 176: /src386/lib/libc/ndir/tst.c ! 177: printf ("%D\t",dp->d_ino); ! 178: printf ("%D\t",dp->d_off); ! 179: /src386/kernel/coh.386/main.c ! 180: printf("%U\n", _entry); ! 181: /src386/kernel/coh.386/seg.c ! 182: printf( "Bad %s segment at %X of len %X\n", t, b, s ); ! 183: /src386/kernel/io.386/at.c ! 184: printf("at%d%c: bno=%U head=%u cyl=%u <Watchdog Timeout>\n", ! 185: printf("at%d%c: bno=%U head=%u cyl=%u <Track Flagged Bad>\n", ! 186: printf("at%d%c: bno=%U head=%u cyl=%u", ! 187: /src386/kernel/io.386/aha.c ! 188: printf( "build: sw:%x, drv:%x, bno:%D ", ! 189: /src386/kernel/io.386/scsi.c ! 190: printf("SCSI %D. blocks of size %d\n", sc.block, sc.blklen);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.