Searched refs:fstat_result (Results 1 – 3 of 3) sorted by relevance
313 int fstat_result; in dev_urandom() local317 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local321 if (fstat_result in dev_urandom()
242 int fstat_result; local433 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat); local435 if (fstat_result < 0) {686 int fstat_result; local699 fstat_result = _Py_fstat_noraise(self->fd, &status); local702 if (fstat_result == 0)
1035 int fstat_result = -1; in new_mmap_object() local1104 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object() local1108 if (fd != -1 && fstat_result == 0 && S_ISREG(status.st_mode)) { in new_mmap_object()