OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyVerify_fd
(Results
1 - 16
of
16
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h
79
int
_PyVerify_fd
(int fd);
82
#define
_PyVerify_fd
(fd) (_get_osfhandle(fd) >= 0)
84
#define
_PyVerify_fd
(A) (1) /* dummy */
/external/python/cpython2/Include/
fileobject.h
79
int
_PyVerify_fd
(int fd);
82
#define
_PyVerify_fd
(fd) (_get_osfhandle(fd) >= 0)
84
#define
_PyVerify_fd
(A) (1) /* dummy */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h
91
//int
_PyVerify_fd
(int fd);
94
//#define
_PyVerify_fd
(fd) (_get_osfhandle(fd) >= 0)
96
#define
_PyVerify_fd
(A) (1) /* dummy */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h
90
//int
_PyVerify_fd
(int fd);
93
//#define
_PyVerify_fd
(fd) (_get_osfhandle(fd) >= 0)
95
#define
_PyVerify_fd
(A) (1) /* dummy */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h
91
//int
_PyVerify_fd
(int fd);
94
//#define
_PyVerify_fd
(fd) (_get_osfhandle(fd) >= 0)
96
#define
_PyVerify_fd
(A) (1) /* dummy */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c
87
if (
_PyVerify_fd
(fd)) {
173
if (!
_PyVerify_fd
(fd) || (fstat(fd, &buf) < 0 && errno == EBADF)) {
487
if (
_PyVerify_fd
(self->fd)) {
544
if (!
_PyVerify_fd
(self->fd))
628
if (
_PyVerify_fd
(self->fd)) {
668
if (
_PyVerify_fd
(self->fd)) {
727
if (
_PyVerify_fd
(fd)) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c
82
if (
_PyVerify_fd
(fd)) {
162
if (!
_PyVerify_fd
(fd) || (fstat(fd, &buf) < 0 && errno == EBADF)) {
475
if (
_PyVerify_fd
(self->fd)) {
534
if (!
_PyVerify_fd
(self->fd))
631
if (
_PyVerify_fd
(self->fd)) {
673
if (
_PyVerify_fd
(self->fd)) {
739
if (
_PyVerify_fd
(fd)) {
/external/python/cpython2/Modules/_io/
fileio.c
85
if (
_PyVerify_fd
(fd)) {
175
if (!
_PyVerify_fd
(fd)) {
514
if (
_PyVerify_fd
(self->fd)) {
583
if (!
_PyVerify_fd
(self->fd))
680
if (
_PyVerify_fd
(self->fd)) {
722
if (
_PyVerify_fd
(self->fd)) {
788
if (
_PyVerify_fd
(fd)) {
/external/python/cpython2/PC/
msvcrtmodule.c
144
if (!
_PyVerify_fd
(fd))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c
156
/* dummy version.
_PyVerify_fd
() is already defined in fileobject.h */
235
if (!
_PyVerify_fd
(fd))
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c
155
/* dummy version.
_PyVerify_fd
() is already defined in fileobject.h */
234
if (!
_PyVerify_fd
(fd))
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c
405
_PyVerify_fd
(int fd)
445
if (!
_PyVerify_fd
(fd1))
455
/* dummy version.
_PyVerify_fd
() is already defined in fileobject.h */
694
if (!
_PyVerify_fd
(fd))
[
all
...]
/external/python/cpython2/Modules/
posixmodule.c
576
_PyVerify_fd
(int fd)
616
if (!
_PyVerify_fd
(fd1))
626
/* dummy version.
_PyVerify_fd
() is already defined in fileobject.h */
866
if (!
_PyVerify_fd
(fd))
[
all
...]
signalmodule.c
418
if (fd != -1 && (!
_PyVerify_fd
(fd) || fstat(fd, &buf) != 0)) {
mmapmodule.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c
418
if (fd != -1 && (!
_PyVerify_fd
(fd) || fstat(fd, &buf) != 0)) {
Completed in 868 milliseconds