Home
last modified time | relevance | path

Searched refs:legit (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c108 int legit, n; in p_meridian() local
111 legit = 0; in p_meridian()
115 while (!(legit) && (n < 4)) { in p_meridian()
117 legit = 1; /* found legitimate string */ in p_meridian()
120 if (legit) in p_meridian()
H A Dckdate.c170 int legit = 0; in p_month() local
191 while (!(legit) && (n < 12)) { in p_month()
194 legit = 1; /* found legitimate string */ in p_month()
197 if (legit) { in p_month()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dprmreuse.awk3 BEGIN { dummy(1); legit(); exit } function
10 function legit( scratch) function
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c1059 boolean_t legit; /* is this a legit key pos'n? */ local
1067 legit = KeyboardConvertScan(kb8042, scancode, &key_pos, &state,
1070 if (legit == 0) {
1234 boolean_t legit; local
1254 legit = KeyboardConvertScan(kb8042, scancode, key, state,
1256 if (!legit) {