Searched defs:tnef (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax-tnef.c | 23 * pax tnef format 41 Tnef_t* tnef; local 49 if (!(tnef = newof(0, Tnef_t, 1, 0))) 51 ap->data = (void*)tnef; 59 Tnef_t* tnef = (Tnef_t*)ap->data; local 101 tnef->offset = paxseek(pax, ap, (off_t)0, SEEK_CUR, 0); 132 tnef->offset = paxseek(pax, ap, (off_t)0, SEEK_CUR, 0) - size - 2; 195 n = tnef->offset; 196 tnef->offset = paxseek(pax, ap, (off_t)0, SEEK_CUR, 0); 232 register Tnef_t* tnef local [all...] |
Completed in 10 milliseconds