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

  /external/syslinux/memdisk/
unzip.c 189 uint8_t os_type; member in struct:gzip_header
  /external/curl/lib/
ftplistparser.c 153 } os_type; member in struct:ftp_parselist_data
343 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) {
345 parser->os_type = (buffer[0] >= '0' && buffer[0] <= '9') ?
388 switch(parser->os_type) {

Completed in 60 milliseconds