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