Lines Matching defs:print
322 #define print(value, fieldsz, digits, lead) \
325 static void print(long value, int fieldsz, int digits, int lead);
819 case '?': /* general print facilities */
1083 print(value & 0177777L, 12, -8, 0);
1085 print(addr & 0177777L, 12, -8, 0);
1101 print(value, 12, -8, 0);
1103 print(addr, 12, -8, 0);
1298 print(fs->fs_ncg - 1, 8, -8, 0);
1339 print(NDADDR - 1, 0, 0, 0);
1486 print(NIADDR - 1, 0, 0, 0);
1711 if (match("pwd", 2)) { /* print working dir */
1772 print(fs->fs_ncg - 1, 8, -8, 0);
1856 * usage - print usage and exit
2140 * Also, the -print is not needed (implied).
2220 print(fn->ino, 12, -8, 0);
2304 print(fn->ino, 12, -8, 0);
2797 * print_path - print the pathname held in p.
3195 * putf - print a byte as an ascii character if possible.
3291 print(olditem, 8, -8, 0);
3293 print(item, 8, -8, 0);
3572 print(olditem, 8, -8, 0);
3574 print(item, 8, -8, 0);
3591 * fprnt - print data. 'count' elements are printed where '*' will
3592 * print an entire blocks worth or up to the eof, whichever
3595 * meaning. Current print types:
3596 * / b - print as bytes (base sensitive)
3597 * c - print as characters
3598 * o O - print as octal shorts (longs)
3599 * d D - print as decimal shorts (longs)
3600 * x X - print as hexadecimal shorts (longs)
3601 * ? c - print as cylinder groups
3602 * d - print as directories
3603 * i - print as inodes
3604 * s - print as super blocks
3605 * S - print as shadow data
3645 case 'c': /* print as characters */
3665 print(*cptr++ & 0377L,
3668 print(*cptr++ & 0377L,
3692 case 'o': /* print as octal shorts */
3695 case 'd': /* print as decimal shorts */
3698 case 'x': /* print as hex shorts */
3748 case 'O': /* print as octal longs */
3751 case 'D': /* print as decimal longs */
3754 case 'X': /* print as hex longs */
3804 printf("no such print option\n");
3810 case 'c': /* print as cylinder group */
3862 case 'd': /* print as directories */
3890 print(tinode, 12, -8, 0);
3920 case 'i': /* print as inodes */
3977 print(temp, 12, -8, 0);
3987 print(ip->di_uid, 8, -4, 0);
3989 print(ip->di_gid, 8, -4, 0);
3992 print((long)ip->di_nlink, 8, -4, 0);
3994 print(ip->di_blocks, 12, -8, 0);
3996 print(ip->di_cflags, 12, -8, 0);
4001 print(ip->di_size, 12, -8, 0);
4005 print(ip->di_shadow, 12, -8, 0);
4010 print(ip->di_oeftflag, 12, -8, 0);
4018 print(major(ip->di_ordev), 4, -2, 0);
4020 print(minor(ip->di_ordev), 4, -2, 0);
4033 print(ip->di_db[i], 11, -8, 0);
4057 print(ip->di_ib[i], 11, -8, 0);
4082 print(temp, 12, -8, 0);
4101 case 's': /* print as super block */
4186 print(cur_cgrp - 1, 0, 0, 0);
4200 case 'S': /* print as shadow data */
4224 print((long)fsd.fsd_type, 8, -8, 0);
4226 print((long)fsd.fsd_size, 8, -8, 0);
4270 printf("no such print option\n");
4470 * index - print a byte index for the printout in base b
4479 print(addr, 8, 8, 1);
4485 * print - print out the value to digits places with/without
4492 print(long value, int fieldsz, int digits, int lead)
5216 * log_show -- pretty print the deltas. The number of which is determined
5219 * will print out "count" deltas starting at "addr". If