Lines Matching refs:PARSE_PID
322 #define PARSE_PID "i" macro
326 #define PARSE_PID "l" macro
330 #define PARSE_PID "L" macro
4242 if (!PyArg_ParseTuple(args, PARSE_PID ":getpgid", &pid)) in posix_getpgid()
4354 if (!PyArg_ParseTuple(args, PARSE_PID "i:kill", &pid, &sig)) in posix_kill()
4392 if (!PyArg_ParseTuple(args, PARSE_PID "i:killpg", &pgid, &sig)) in posix_killpg()
6244 if (!PyArg_ParseTuple(args, PARSE_PID "i:wait4", &pid, &options)) in posix_wait4()
6268 if (!PyArg_ParseTuple(args, PARSE_PID "i:waitpid", &pid, &options)) in posix_waitpid()
6292 if (!PyArg_ParseTuple(args, PARSE_PID "i:waitpid", &pid, &options)) in posix_waitpid()
6514 if (!PyArg_ParseTuple(args, PARSE_PID ":getsid", &pid)) in posix_getsid()
6549 if (!PyArg_ParseTuple(args, PARSE_PID "i:setpgid", &pid, &pgrp)) in posix_setpgid()
6589 if (!PyArg_ParseTuple(args, "i" PARSE_PID ":tcsetpgrp", &fd, &pgid)) in posix_tcsetpgrp()