Home
last modified time | relevance | path

Searched refs:EQN (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF EQN COMMAND FUNCTIONALITY
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h107 #define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0) macro
H A Dacctcon1.c295 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
319 if (EQN(wb.ut_line, tbuf[i].tline)) in iline()
H A Dacctcon.c271 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
295 if (EQN(wb.ut_line, tbuf[i].tline)) in iline()
H A Dacctcms.c453 if (EQN(p->tcm_comm, tcm[i].tcm_comm)) in tenter()
464 if (!EQN(p->tcm_comm, tcm[i].tcm_comm)) in tenter()
489 if (EQN(p->pcm_comm, pcm[i].pcm_comm)) in enter()
500 if (!EQN(p->pcm_comm, pcm[i].pcm_comm)) in enter()
H A Dacctmerg.c178 (uidsum || EQN(tp->ta_name, tc.ta_name))) { in sumcurr()
H A Dacctprc1.c198 !EQN(cb.ct_name, up->ur_name)) { in readctmp()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c147 #define EQN(a, b) (strncmp(a, b, sizeof (a)-1) == 0) macro
1129 if (EQN(loginmsg, inputline) || EQN(passwdmsg, inputline) || in check_for_dueling_unix()
1130 EQN(incorrectmsg, inputline)) { in check_for_dueling_unix()
1145 if (!EQN("root", user_name) && in logins_disabled()