Lines Matching defs:before
89 * to use a pipe and to wait for the pipe to close before restoring to a
2375 struct tms before,after;
2405 times(&before);
2407 bt = times(&before);
2421 before.tms_utime = before.tms_cutime = 0;
2422 before.tms_stime = before.tms_cstime = 0;
2446 tm[1] = after.tms_utime - before.tms_utime;
2447 tm[1] += after.tms_cutime - before.tms_cutime;
2448 tm[2] = after.tms_stime - before.tms_stime;
2449 tm[2] += after.tms_cstime - before.tms_cstime;