Home
last modified time | relevance | path

Searched refs:pgrp (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2721 int pgrp; in edk2_setpgid() local
2722 if (!PyArg_ParseTuple(args, PARSE_PID "i:setpgid", &pid, &pgrp)) in edk2_setpgid()
2724 if (setpgid(pid, pgrp) < 0) in edk2_setpgid()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4715 int pgrp; in posix_setpgid() local
4716 if (!PyArg_ParseTuple(args, PARSE_PID "i:setpgid", &pid, &pgrp)) in posix_setpgid()
4718 if (setpgid(pid, pgrp) < 0) in posix_setpgid()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c6335 int pgrp; in posix_setpgid() local
6336 if (!PyArg_ParseTuple(args, PARSE_PID "i:setpgid", &pid, &pgrp)) in posix_setpgid()
6338 if (setpgid(pid, pgrp) < 0) in posix_setpgid()