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

  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 144 report_error(TYPE_ERROR, 'The GeSHi class was not found, although it seemed we loaded the correct file!'); class
231 report_error(TYPE_WARNING, 'Language file does not contain a specification of the date it was started!');
    [all...]
  /external/zlib/examples/
gun.c 518 struct stat was; local
522 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
526 (void)chmod(to, was.st_mode & 07777);
529 (void)chown(to, was.st_uid, was.st_gid);
532 when.actime = was.st_atime;
533 when.modtime = was.st_mtime;
  /external/zlib/
inflate.h 121 unsigned was; /* initial length of match */ member in struct:inflate_state

Completed in 1952 milliseconds