Searched refs:pds (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-pds.c23 * pax pds format
50 register Pds_t* pds; local
71 if (!(pds = newof(0, Pds_t, 1, (m - 1) * sizeof(Pdsdir_t))))
73 pds->map = ccmap(CC_EBCDIC_O, CC_NATIVE);
90 if (!(pds = newof(pds, Pds_t, 1, (m - 1) * sizeof(Pdsdir_t))))
93 memcpy(pds->dir[i].name, b, 8);
94 ccmapstr(pds->map, pds->dir[i].name, 8);
95 pds
155 register Pds_t* pds = (Pds_t*)ap->data; local
[all...]
H A DMakefile13 pax-gzip.c pax-ignore.c pax-mime.c pax-patch.c pax-pds.c \

Completed in 9 milliseconds