Searched refs:getlabnum (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax-slt.c | 64 getlabnum(register char* p, int byte, int width, int base) function 120 if (slt->buf[4] == 'V' && ((n = getlabnum(slt->buf, 4, 1, 10)) < 1 || n > 3) && (n = getlabnum(slt->buf, 6, 4, 10)) != c) 234 f->st->st_mtime = getlabnum(slt->buf, 14, 10, 10); 235 n = getlabnum(slt->buf, 24, 10, 10); 289 if (getlabnum(slt->buf, 4, 1, 10) != ++type) 305 if ((n = getlabnum(slt->buf, 40, 2, 10)) > 0 && n < 99) 309 f->record.section = getlabnum(slt->buf, 28, 4, 10); 318 if (n = getlabnum(slt->buf, 43, 2, 10)) 321 if ((i = getlabnum(sl [all...] |
Completed in 11 milliseconds