Home | History | Annotate | Download | only in lsb

Lines Matching defs:size

14     usage: dmesg [-c] [-r|-t] [-n LEVEL] [-s SIZE]
21 -s Show the last SIZE many bytes
31 long size;
41 int size;
44 size = TT.size;
45 if (!size && 1>(size = klogctl(10, 0, 0))) perror_exit("klogctl");;
46 data = to = from = xmalloc(size+1);
47 size = klogctl(3 + (toys.optflags & FLAG_c), data, size);
48 if (size < 0) perror_exit("klogctl");
49 data[size] = 0;
52 if (!(toys.optflags & FLAG_r)) while ((from - data) < size) {
61 } else to = data+size;
63 // Write result. The odds of somebody requesting a buffer of size 3 and