Home
last modified time | relevance | path

Searched refs:usertime (Results 1 – 6 of 6) sorted by relevance

/freebsd/bin/ps/
H A Dextern.h88 char *usertime(KINFO *, VARENT *);
H A Dkeyword.c218 {"usertime", "USERTIME", NULL, "user-time", USER, usertime, 0, CHAR,
H A Dprint.c572 usertime(KINFO *k, VARENT *ve) in usertime() function
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2694 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2711 if (usertime && proc != (HANDLE) - 1) { in app_tminterval()
2719 if (usertime && warning) { in app_tminterval()
2745 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2757 if (usertime && warning) { in app_tminterval()
2782 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2789 if (usertime) in app_tminterval()
2806 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2813 if (usertime) in app_tminterval()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h326 double app_tminterval(int stop, int usertime);
/freebsd/crypto/openssl/apps/
H A Dspeed.c103 static int usertime = 1; variable
137 double ret = app_tminterval(s, usertime); in Time_F()
179 ret = app_tminterval(s, usertime); in Time_F()
181 ret = app_tminterval(s, usertime); in Time_F()
1512 usertime = 0; in speed_main()
1871 if (usertime == 0 && !mr) in speed_main()
3470 usertime = 0; in do_multi()