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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c49 int usec2; local
53 usec2 = usec;
54 p.pausec = &usec2;
H A Dinit_creds_pw.c936 int usec2; local
940 usec2 = usec;
941 p.pausec = &usec2;
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1254 long usec1, usec2; local
1265 usec2 = diff2.tv_sec * 1000000 + diff2.tv_usec;
1269 tt_int_op(usec2, >, 80000);
1270 tt_int_op(usec2, <, 120000);

Completed in 155 milliseconds