HomeSort by: relevance | last modified time | path
    Searched refs:PX (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/lpr/common_source/
lp.h 61 extern long PX; /* page width in pixels */
common.c 92 long PX; /* page width in pixels */
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 180 ISO_RRIP_PX PX;
iso9660_rrip.c 338 /* PX - POSIX attributes */
340 SUSP_ENTRY_RRIP_PX, "PX", SUSP_LOC_ENTRY);
391 /* PX - POSIX attributes */
393 SUSP_ENTRY_RRIP_PX, "PX", SUSP_LOC_ENTRY);
400 /* PX - POSIX attributes */
402 SUSP_ENTRY_RRIP_PX, "PX", SUSP_LOC_ENTRY);
625 v->attr.rr_entry.PX.h.length[0] = 36;
626 v->attr.rr_entry.PX.h.version[0] = 1;
628 v->attr.rr_entry.PX.mode);
630 v->attr.rr_entry.PX.links)
    [all...]
  /src/usr.sbin/lpr/lpd/
printjob.c 1278 if (cgetnum(bp,"px", &PX) < 0)
1279 PX = 0;
1280 (void)snprintf(&pxwidth[2], sizeof(pxwidth) - 2, "%ld", PX);

Completed in 46 milliseconds