Lines Matching refs:po
86 FSPropOffset *po;
307 font_list[font_cnt].po = offsets[i];
514 const FSPropOffset *po = list->po;
518 for (unsigned int i = 0; i < num_props; i++, po++) {
519 fwrite(pd + po->name.position, 1, po->name.length, stdout);
521 switch (po->type) {
523 fwrite(pd + po->value.position, 1, po->value.length, stdout);
527 printf("%lu\n", (unsigned long) po->value.position);
530 printf("%lu\n", (long) po->value.position);