Searched refs:EQN (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/eqn/ |
H A D | THIRDPARTYLICENSE.descrip | 1 PORTIONS OF EQN COMMAND FUNCTIONALITY
|
/titanic_41/usr/src/cmd/acct/ |
H A D | acctdef.h | 109 #define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0) macro
|
H A D | acctcon1.c | 294 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 D | acctcon.c | 272 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 D | acctcms.c | 456 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 D | acctmerg.c | 179 (uidsum || EQN(tp->ta_name, tc.ta_name))) { in sumcurr()
|
H A D | acctprc1.c | 199 !EQN(cb.ct_name, up->ur_name)) { in readctmp()
|
/titanic_41/usr/src/cmd/login/ |
H A D | login.c | 145 #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()
|