Home
last modified time | relevance | path

Searched refs:num_hosts (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/win32/
H A Dperlhost.h217 static long num_hosts; variable
219 inline int LastHost(void) { return num_hosts == 1L; }; in LastHost()
223 long CPerlHost::num_hosts = 0L;
2122 InterlockedIncrement(&num_hosts); in CPerlHost()
2172 InterlockedIncrement(&num_hosts); in CPerlHost()
2209 InterlockedIncrement(&num_hosts); in CPerlHost()
2251 InterlockedDecrement(&num_hosts); in ~CPerlHost()
/openbsd/sbin/mountd/
H A Dmountd.c1063 int lookup_failed, num_hosts, i, netgrp; in get_exportlist() local
1147 num_hosts = 0; in get_exportlist()
1281 num_hosts++; in get_exportlist()
1295 if (lookup_failed == TRUE && num_hosts == 0 && in get_exportlist()