Searched refs:pex_time (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-common.h69 struct pex_time *time;
120 struct pex_time * /* time */, int /* done */,
H A Dpex-unix.c87 static pid_t pex_wait (struct pex_obj *, pid_t, int *, struct pex_time *);
93 struct pex_time *time)
124 struct pex_time *time)
127 memset (time, 0, sizeof (struct pex_time));
135 struct pex_time *time)
179 struct pex_time time;
183 pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time)
209 struct pex_time pt;
219 memset (&pt, 0, sizeof (struct pex_time));
277 static int pex_unix_wait (struct pex_obj *, long, int *, struct pex_time *,
[all...]
H A Dpex-djgpp.c52 static int pex_djgpp_wait (struct pex_obj *, long, int *, struct pex_time *,
281 struct pex_time *time, int done ATTRIBUTE_UNUSED,
H A Dpex-common.c483 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count);
526 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector)
543 (count - obj->count) * sizeof (struct pex_time));
547 memcpy (vector, obj->time, count * sizeof (struct pex_time));
H A Dpex-msdos.c62 static int pex_msdos_wait (struct pex_obj *, long, int *, struct pex_time *,
287 struct pex_time *time, int done ATTRIBUTE_UNUSED,
H A Dpex-win32.c88 struct pex_time *, int, const char **, int *);
811 int *status, struct pex_time *time, int done ATTRIBUTE_UNUSED,
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h501 of VECTOR. struct pex_time is really just struct timeval, but that
505 struct pex_time struct
514 struct pex_time *vector);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h529 of VECTOR. struct pex_time is really just struct timeval, but that
533 struct pex_time struct
542 struct pex_time *vector);
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c3012 struct pex_time *times = NULL;
3021 times = alloca (n_commands * sizeof (struct pex_time));
3066 struct pex_time *pt = &times[i];

Completed in 194 milliseconds