Home | History | Annotate | Download | only in dist

Lines Matching defs:sEnd

105     struct rusage sEnd;
106 getrusage(RUSAGE_SELF, &sEnd);
108 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
109 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
933 FILE *out, /* Send output here */
1342 ".output FILENAME Send output to FILENAME\n"
1343 ".output stdout Send output to the screen\n"