Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4882 static int foundvers = -1; local
4917 if (foundvers < 0 &&
4924 foundvers = h;
4935 if (foundvers < 2 && !noinfo)
4944 if (foundvers >= 2)
4965 if (foundvers != 0 && foundvers < HELPVERSION)
4973 foundvers = 0;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1795 int foundvers; in do_mapent_hosts() local
1861 foundvers = nopt(&mb, MNTOPT_VERS, (int *)&nfsvers); in do_mapent_hosts()
1862 if (!foundvers) in do_mapent_hosts()