Searched refs:legit (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libadm/common/
H A Dcktime.c101 int legit, n; local
104 legit = 0;
108 while (!(legit) && (n < 4)) {
110 legit = 1; /* found legitimate string */
113 if (legit)
H A Dckdate.c171 int legit = 0; local
192 while (!(legit) && (n < 12)) {
195 legit = 1; /* found legitimate string */
198 if (legit) {

Completed in 16 milliseconds