Lines Matching refs:_IO_proc_file
39 struct _IO_proc_file struct
44 struct _IO_proc_file *next; argument
46 typedef struct _IO_proc_file _IO_proc_file; typedef
50 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()
263 if (*ptr == (_IO_proc_file *) fp) in _IO_new_proc_close()
285 wait_pid = __waitpid (((_IO_proc_file *) fp)->pid, &wstatus, 0); in _IO_new_proc_close()