Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench.c124 int xcount = 0; in run_once() local
128 xcount++; in run_once()
132 if (xcount != count) in run_once()
134 xcount, count); in run_once()
/freebsd/contrib/libevent/test/
H A Dbench.c124 int xcount = 0; in run_once() local
128 xcount++; in run_once()
132 if (xcount != count) in run_once()
134 xcount, count); in run_once()
/freebsd/crypto/openssh/
H A Dssh-agent.c209 static int xcount = 1; variable
218 debug("xcount %d -> %d", xcount, xcount - 1); in close_socket()
219 if (--xcount == 0) in close_socket()
1924 debug("xcount %d -> %d", xcount, xcount + 1); in new_socket()
1925 ++xcount; in new_socket()
2311 xcount = 0; in main()