Searched refs:sections (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpz/
H A Dpzsync.c72 pz->count.sections++;
H A Dpzopen.c308 if (pz->count.sections)
309 sfprintf(pz->tmp, _(" sections %I*u")
310 , sizeof(pz->count.sections)
311 , pz->count.sections
H A Dpzip.h116 Sfulong_t sections; /* # split sections */ member in struct:Pzcount_s
H A Dpzdeflate.c246 pz->count.sections++;
/ast/src/lib/libast/misc/
H A Doptget.c444 static const Section_t sections[] = variable
503 for (i = 0; i < elementsof(sections); i++)
504 if (section[0] == sections[i].section[0] && (section[1] == sections[i].section[1] || !sections[i].section[1]))
506 s = sections[i].name;

Completed in 1481 milliseconds