Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/eqn/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF EQN COMMAND FUNCTIONALITY
/titanic_41/usr/src/cmd/acct/
H A Dacctdef.h109 #define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0) macro
H A Dacctcon1.c294 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
318 if (EQN(wb.ut_line, tbuf[i].tline)) in iline()
H A Dacctcon.c272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
296 if (EQN(wb.ut_line, tbuf[i].tline)) in iline()
H A Dacctcms.c456 if (EQN(p->tcm_comm, tcm[i].tcm_comm)) in tenter()
467 if (!EQN(p->tcm_comm, tcm[i].tcm_comm)) in tenter()
492 if (EQN(p->pcm_comm, pcm[i].pcm_comm)) in enter()
503 if (!EQN(p->pcm_comm, pcm[i].pcm_comm)) in enter()
H A Dacctmerg.c179 (uidsum || EQN(tp->ta_name, tc.ta_name))) { in sumcurr()
H A Dacctprc1.c199 !EQN(cb.ct_name, up->ur_name)) { in readctmp()
/titanic_41/usr/src/cmd/login/
H A Dlogin.c145 #define EQN(a, b) (strncmp(a, b, sizeof (a)-1) == 0) macro
1127 if (EQN(loginmsg, inputline) || EQN(passwdmsg, inputline) || in check_for_dueling_unix()
1128 EQN(incorrectmsg, inputline)) { in check_for_dueling_unix()
1143 if (!EQN("root", user_name) && in logins_disabled()