Searched refs:EQN (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/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++)
318 if (EQN(wb.ut_line, tbuf[i].tline))
H A Dacctcon.c272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++)
296 if (EQN(wb.ut_line, tbuf[i].tline))
H A Dacctcms.c456 if (EQN(p->tcm_comm, tcm[i].tcm_comm))
467 if (!EQN(p->tcm_comm, tcm[i].tcm_comm))
492 if (EQN(p->pcm_comm, pcm[i].pcm_comm))
503 if (!EQN(p->pcm_comm, pcm[i].pcm_comm))
H A Dacctmerg.c179 (uidsum || EQN(tp->ta_name, tc.ta_name))) {
H A Dacctprc1.c199 !EQN(cb.ct_name, up->ur_name)) {
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c140 * String manipulation macros: SCPYN, SCPYL, EQN and ENVSTRNCAT
145 #define EQN(a, b) (strncmp(a, b, sizeof (a)-1) == 0) macro
1127 if (EQN(loginmsg, inputline) || EQN(passwdmsg, inputline) ||
1128 EQN(incorrectmsg, inputline)) {
1143 if (!EQN("root", user_name) &&

Completed in 56 milliseconds