Searched refs:proc_file_chain (Results 1 – 1 of 1) sorted by relevance
50 static struct _IO_proc_file *proc_file_chain; variable75 for (struct _IO_proc_file *p = proc_file_chain; p; p = p->next) 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()252 _IO_proc_file **ptr = &proc_file_chain; in _IO_new_proc_close()
Completed in 5 milliseconds