Home
last modified time | relevance | path

Searched refs:posix_pipe (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c5090 posix_pipe(PyObject *self, PyObject *noargs) in posix_pipe() function
7019 {"pipe", posix_pipe, METH_NOARGS, posix_pipe__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c6743 posix_pipe(PyObject *self, PyObject *noargs) in posix_pipe() function
8883 {"pipe", posix_pipe, METH_NOARGS, posix_pipe__doc__},