Home
last modified time | relevance | path

Searched refs:next_input_name (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libiberty/
Dpex-common.c63 obj->next_input_name = NULL; in pex_init_common()
182 if (obj->next_input_name != NULL) in pex_run_in_environment()
189 in = obj->funcs->open_read (obj, obj->next_input_name, in pex_run_in_environment()
199 free (obj->next_input_name); in pex_run_in_environment()
202 obj->next_input_name = NULL; in pex_run_in_environment()
248 obj->next_input_name = outname; in pex_run_in_environment()
357 || obj->next_input_name) in pex_input_file()
375 obj->next_input_name = name; in pex_input_file()
401 || obj->next_input_name) in pex_input_pipe()
432 if (obj->next_input_name != NULL) in pex_read_output()
[all …]
Dpex-common.h59 char *next_input_name; member