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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c93 static struct cvxrusage zru = {{0L, 0L}, {0L, 0L}, 0L, 0L, 0L, 0L, variable in typeref:struct:cvxrusage
98 static struct rusage zru; variable in typeref:struct:rusage
102 static struct process_stats zru = {{0L, 0L}, {0L, 0L}, 0, 0, 0, 0, 0, 0, 0, variable in typeref:struct:process_stats
106 static struct tms zru = {0, 0, 0, 0}, lru = {0, 0, 0, 0}; variable in typeref:struct:tms
108 static struct tms zru = {0L, 0L, 0L, 0L}, lru = {0L, 0L, 0L, 0L}; variable in typeref:struct:tms
1158 prusage(&zru, &pp->p_rusage, &pp->p_etime,
1165 prusage(&zru, &lru, pp->p_etime,
1241 ru = zru;
1249 prusage(&zru, &ru, &tetime, &ztime);
1257 ru = zru;
[all...]

Completed in 69 milliseconds