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
48 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()
183 if (*ptr == (_IO_proc_file *) fp) in _IO_old_proc_close()
203 wait_pid = __waitpid (((_IO_proc_file *) fp)->pid, &wstatus, 0); in _IO_old_proc_close()