HomeSort by relevance Sort by last modified time
    Searched refs:pex_obj (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
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-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-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-one.c 28 struct pex_obj *obj;
pex-unix.c 121 static pid_t pex_wait (struct pex_obj *, pid_t, int *, struct pex_time *);
126 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status,
157 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status,
168 pex_wait (struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status,
217 pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time)
302 static void pex_child_error (struct pex_obj *, const char *, const char *, int)
304 static int pex_unix_open_read (struct pex_obj *, const char *, int);
305 static int pex_unix_open_write (struct pex_obj *, const char *, int, int);
306 static pid_t pex_unix_exec_child (struct pex_obj *, int, const char *,
310 static int pex_unix_close (struct pex_obj *, int)
    [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-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...]
pexecute.c 35 static struct pex_obj *pex;
  /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.27/include/
libiberty.h 408 extern struct pex_obj *pex_init (int flags, const char *pname,
417 pex_obj. */
508 extern const char *pex_run (struct pex_obj *obj, int flags,
523 extern const char *pex_run_in_environment (struct pex_obj *obj, int flags,
534 extern FILE *pex_input_file (struct pex_obj *obj, int flags,
542 extern FILE *pex_input_pipe (struct pex_obj *obj, int binary);
550 extern FILE *pex_read_output (struct pex_obj *, int binary);
558 extern FILE *pex_read_err (struct pex_obj *, int binary);
564 extern int pex_get_status (struct pex_obj *, int count, int *vector);
579 extern int pex_get_times (struct pex_obj *, int count
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-pexecute.c 181 struct pex_obj *test_pex_tmp;
184 struct pex_obj *pex1;

Completed in 159 milliseconds