Searched refs:child_free (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl17.c | 87 void child_free(); 369 void child_free(int fd, int arg) in child_free() function 395 child_free(child_pipe1[1], arg); in stop_children() 396 child_free(child_pipe2[1], arg); in stop_children() 397 child_free(child_pipe3[1], arg); in stop_children() 538 child_free(child_pipe1[1], 0); in main() 551 child_free(child_pipe2[1], 0); in main() 565 child_free(child_pipe3[1], 0); in main() 580 child_free(child_pipe2[1], 0); in main() 586 child_free(child_pipe3[1], 0); in main() [all …]
|
/external/python/cpython2/Python/ |
D | symtable.c | 621 PyObject *global, PyObject* child_free); 737 PyObject *global, PyObject* child_free) in analyze_child_block() argument 766 if (PyDict_Update(child_free, temp_free) < 0) in analyze_child_block()
|
/external/python/cpython3/Python/ |
D | symtable.c | 704 PyObject *global, PyObject* child_free); 857 PyObject *global, PyObject* child_free) in analyze_child_block() argument 881 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
|