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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 695 _portable_fseek(FILE *fp, Py_off_t offset, int whence) function
796 ret = _portable_fseek(f->f_fp, offset, whence);
877 ret = _portable_fseek(f->f_fp, newsize, SEEK_SET) != 0;
908 ret = _portable_fseek(f->f_fp, initialpos, SEEK_SET) != 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 681 _portable_fseek(FILE *fp, Py_off_t offset, int whence) function
782 ret = _portable_fseek(f->f_fp, offset, whence);
863 ret = _portable_fseek(f->f_fp, newsize, SEEK_SET) != 0;
894 ret = _portable_fseek(f->f_fp, initialpos, SEEK_SET) != 0;
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 693 _portable_fseek(FILE *fp, Py_off_t offset, int whence) function
794 ret = _portable_fseek(f->f_fp, offset, whence);
875 ret = _portable_fseek(f->f_fp, newsize, SEEK_SET) != 0;
906 ret = _portable_fseek(f->f_fp, initialpos, SEEK_SET) != 0;
    [all...]

Completed in 184 milliseconds