Searched refs:_IO_proc_file (Results 1 – 2 of 2) sorted by relevance
39 struct _IO_proc_file struct44 struct _IO_proc_file *next; argument46 typedef struct _IO_proc_file _IO_proc_file; typedef48 static struct _IO_proc_file *old_proc_file_chain;91 ((_IO_proc_file *) fp)->pid = child_pid = __fork (); in _IO_old_proc_open()95 struct _IO_proc_file *p; in _IO_old_proc_open()125 ((_IO_proc_file *) fp)->next = old_proc_file_chain; in _IO_old_proc_open()126 old_proc_file_chain = (_IO_proc_file *) fp; in _IO_old_proc_open()142 struct _IO_proc_file fpx; in _IO_old_popen()172 _IO_proc_file **ptr = &old_proc_file_chain; in _IO_old_proc_close()[all …]
39 struct _IO_proc_file struct44 struct _IO_proc_file *next; argument46 typedef struct _IO_proc_file _IO_proc_file; typedef50 static struct _IO_proc_file *proc_file_chain;75 for (struct _IO_proc_file *p = proc_file_chain; p; p = p->next) in spawn_process()87 if (__posix_spawn (&((_IO_proc_file *) fp)->pid, _PATH_BSHELL, fa, 0, in spawn_process()101 ((_IO_proc_file *) fp)->next = proc_file_chain; in spawn_process()102 proc_file_chain = (_IO_proc_file *) fp; in spawn_process()223 struct _IO_proc_file fpx; in _IO_new_popen()252 _IO_proc_file **ptr = &proc_file_chain; in _IO_new_proc_close()[all …]
Completed in 5 milliseconds