/toolchain/binutils/binutils-2.25/libiberty/ |
pex-djgpp.c | 45 static int pex_djgpp_open_read (struct pex_obj *, const char *, int); 46 static int pex_djgpp_open_write (struct pex_obj *, const char *, int, int); 47 static pid_t pex_djgpp_exec_child (struct pex_obj *, int, const char *, 51 static int pex_djgpp_close (struct pex_obj *, int); 52 static pid_t pex_djgpp_wait (struct pex_obj *, pid_t, int *, struct pex_time *, 70 /* Return a newly initialized pex_obj structure. */ 72 struct pex_obj * 83 pex_djgpp_open_read (struct pex_obj *obj ATTRIBUTE_UNUSED, 92 pex_djgpp_open_write (struct pex_obj *obj ATTRIBUTE_UNUSED, 108 pex_djgpp_close (struct pex_obj *obj ATTRIBUTE_UNUSED, int fd [all...] |
pex-common.h | 54 struct pex_obj struct 103 int (*open_read) (struct pex_obj *, const char */* name */, int /* binary */); 106 int (*open_write) (struct pex_obj *, const char */* name */, 117 pid_t (*exec_child) (struct pex_obj *, int /* flags */, 124 int (*close) (struct pex_obj *, int); 129 pid_t (*wait) (struct pex_obj *, pid_t /* child */, int * /* status */, 135 int (*pipe) (struct pex_obj *, int * /* p */, int /* binary */); 139 FILE * (*fdopenr) (struct pex_obj *, int /* fd */, int /* binary */); 144 FILE * (*fdopenw) (struct pex_obj *, int /* fd */, int /* binary */); 147 void (*cleanup) (struct pex_obj *); [all...] |
pex-msdos.c | 54 static int pex_msdos_open (struct pex_obj *, const char *, int); 55 static int pex_msdos_open (struct pex_obj *, const char *, int); 57 static pid_t pex_msdos_exec_child (struct pex_obj *, int, const char *, 61 static int pex_msdos_close (struct pex_obj *, int); 62 static pid_t pex_msdos_wait (struct pex_obj *, pid_t, int *, struct pex_time *, 64 static void pex_msdos_cleanup (struct pex_obj *); 81 /* Return a newly initialized pex_obj structure. */ 83 struct pex_obj * 86 struct pex_obj *ret; 106 pex_msdos_open (struct pex_obj *obj, const char *name [all...] |
pex-common.c | 46 static void pex_add_remove (struct pex_obj *, const char *, int); 47 static int pex_get_status_and_time (struct pex_obj *, int, const char **, 50 /* Initialize a pex_obj structure. */ 52 struct pex_obj * 56 struct pex_obj *obj; 58 obj = XNEW (struct pex_obj); 84 pex_add_remove (struct pex_obj *obj, const char *name, int allocated) 103 temp_file (struct pex_obj *obj, int flags, char *name) 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, 370 pex_run (struct pex_obj *obj, int flags, const char *executable [all...] |
pex-unix.c | 120 static pid_t pex_wait (struct pex_obj *, pid_t, int *, struct pex_time *); 125 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, 156 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, 167 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, 216 pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) 301 static void pex_child_error (struct pex_obj *, const char *, const char *, int) 303 static int pex_unix_open_read (struct pex_obj *, const char *, int); 304 static int pex_unix_open_write (struct pex_obj *, const char *, int, int); 305 static pid_t pex_unix_exec_child (struct pex_obj *, int, const char *, 309 static int pex_unix_close (struct pex_obj *, int) [all...] |
pex-win32.c | 80 static int pex_win32_open_read (struct pex_obj *, const char *, int); 81 static int pex_win32_open_write (struct pex_obj *, const char *, int, int); 82 static pid_t pex_win32_exec_child (struct pex_obj *, int, const char *, 86 static int pex_win32_close (struct pex_obj *, int); 87 static pid_t pex_win32_wait (struct pex_obj *, pid_t, int *, 89 static int pex_win32_pipe (struct pex_obj *, int *, int); 90 static FILE *pex_win32_fdopenr (struct pex_obj *, int, int); 91 static FILE *pex_win32_fdopenw (struct pex_obj *, int, int); 108 /* Return a newly initialized pex_obj structure. */ 110 struct pex_obj * [all...] |
pex-one.c | 28 struct pex_obj *obj;
|
pexecute.txh | 2 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, @ 34 @deftypefn Extension {const char *} pex_run (struct pex_obj *@var{obj}, @ 145 @deftypefn Extension {const char *} pex_run_in_environment (struct pex_obj *@var{obj}, @ 161 @deftypefn Extension {FILE *} pex_input_file (struct pex_obj *@var{obj}, @ 179 @deftypefn Extension {FILE *} pex_input_pipe (struct pex_obj *@var{obj}, @ 224 @deftypefn Extension {FILE *} pex_read_output (struct pex_obj *@var{obj}, @ 237 @deftypefn Extension {FILE *} pex_read_err (struct pex_obj *@var{obj}, @ 251 @deftypefn Extension int pex_get_status (struct pex_obj *@var{obj}, @ 261 @deftypefn Extension int pex_get_times (struct pex_obj *@var{obj}, @ 278 @deftypefn Extension void pex_free (struct pex_obj @var{obj} [all...] |
pexecute.c | 35 static struct pex_obj *pex;
|
functions.texi | 813 @deftypefn Extension void pex_free (struct pex_obj @var{obj}) 822 @deftypefn Extension int pex_get_status (struct pex_obj *@var{obj}, @ 833 @deftypefn Extension int pex_get_times (struct pex_obj *@var{obj}, @ 851 @deftypefn Extension {struct pex_obj *} pex_init (int @var{flags}, @ 884 @deftypefn Extension {FILE *} pex_input_file (struct pex_obj *@var{obj}, @ [all...] |
ChangeLog | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
libiberty.h | 401 extern struct pex_obj *pex_init (int flags, const char *pname, 410 pex_obj. */ 496 extern const char *pex_run (struct pex_obj *obj, int flags, 511 extern const char *pex_run_in_environment (struct pex_obj *obj, int flags, 522 extern FILE *pex_input_file (struct pex_obj *obj, int flags, 530 extern FILE *pex_input_pipe (struct pex_obj *obj, int binary); 538 extern FILE *pex_read_output (struct pex_obj *, int binary); 546 extern FILE *pex_read_err (struct pex_obj *, int binary); 552 extern int pex_get_status (struct pex_obj *, int count, int *vector); 567 extern int pex_get_times (struct pex_obj *, int count [all...] |
/toolchain/binutils/binutils-2.25/include/ |
libiberty.h | 404 extern struct pex_obj *pex_init (int flags, const char *pname, 413 pex_obj. */ 504 extern const char *pex_run (struct pex_obj *obj, int flags, 519 extern const char *pex_run_in_environment (struct pex_obj *obj, int flags, 530 extern FILE *pex_input_file (struct pex_obj *obj, int flags, 538 extern FILE *pex_input_pipe (struct pex_obj *obj, int binary); 546 extern FILE *pex_read_output (struct pex_obj *, int binary); 554 extern FILE *pex_read_err (struct pex_obj *, int binary); 560 extern int pex_get_status (struct pex_obj *, int count, int *vector); 575 extern int pex_get_times (struct pex_obj *, int count [all...] |
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-pexecute.c | 181 struct pex_obj *test_pex_tmp; 184 struct pex_obj *pex1;
|