Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c2701 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2718 if (usertime && proc != (HANDLE) - 1) { in app_tminterval()
2726 if (usertime && warning) { in app_tminterval()
2753 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2759 if (usertime && warning) { in app_tminterval()
2776 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2788 if (usertime && warning) { in app_tminterval()
2823 if (usertime) in app_tminterval()
2826 if (usertime) in app_tminterval()
2854 if (usertime) in app_tminterval()
[all …]
H A Dspeed.c233 static int usertime = 1; variable
342 return app_tminterval(s, usertime); in Time_F()
348 return app_tminterval(s, usertime); in Time_F()
651 usertime = -1; in MAIN()
716 usertime = 0; in MAIN()
1250 if (usertime == 0 && !mr) in MAIN()
2616 usertime = 0; in do_multi()
H A Dapps.h373 double app_tminterval(int stop, int usertime);