HomeSort by relevance Sort by last modified time
    Searched refs:getoct (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/untgz/
untgz.c 108 int getoct OF((char *, int));
168 int getoct (char *p,int width) function
430 tarmode = getoct(buffer.header.mode,8);
431 tartime = (time_t)getoct(buffer.header.mtime,12);
470 remaining = getoct(buffer.header.size,12);
505 remaining = getoct(buffer.header.size,12);
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 108 int getoct OF((char *, int));
168 int getoct (char *p,int width) function
430 tarmode = getoct(buffer.header.mode,8);
431 tartime = (time_t)getoct(buffer.header.mtime,12);
470 remaining = getoct(buffer.header.size,12);
505 remaining = getoct(buffer.header.size,12);

Completed in 259 milliseconds