Lines Matching defs:offset
277 other in str[] (separated by null terminators), and offset[] contains the
283 unsigned short offset[6]; // offset of fields in str[] (skip CMD, always 0)
304 * so in this case "NAME" becomes PS_NAME which is the offset into typos[]
340 // String fields (-1 is procpid->str, rest are str+offset[1-slot])
525 // First string slot has offset 0, others are offset[-slot-2]
526 if (--sl) out += tb->offset[--sl];
656 // Don't truncate number fields, but try to reclaim extra offset from later
708 // sources for procpid->offset[] data
852 // str->offset to avoid strlen() loop to find relevant string.)
864 tb->offset[j] = buf-(tb->str);
891 if (j==3) i = strlen(s = ptb->str+ptb->offset[3]);
895 s = ptb->str+ptb->offset[4];
1835 printf(" %s", tb->str+tb->offset[4]*!!FLAG(f));
1846 char *name = tb->str+tb->offset[4]*!!FLAG(f);