Searched refs:PARSE_PID (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | posixmodule.c | 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() [all …]
|