HomeSort by relevance Sort by last modified time
    Searched refs:EQN (Results 1 - 7 of 7) sorted by null

  /netvirt/usr/src/cmd/acct/
acctdef.h 109 #define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0)
acctcon1.c 294 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++)
318 if (EQN(wb.ut_line, tbuf[i].tline))
acctcon.c 272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++)
296 if (EQN(wb.ut_line, tbuf[i].tline))
acctcms.c 456 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))
acctmerg.c 179 (uidsum || EQN(tp->ta_name, tc.ta_name))) {
acctprc1.c 199 !EQN(cb.ct_name, up->ur_name)) {
  /netvirt/usr/src/cmd/login/
login.c 144 * String manipulation macros: SCPYN, SCPYL, EQN and ENVSTRNCAT
149 #define EQN(a, b) (strncmp(a, b, sizeof (a)-1) == 0)
1145 if (EQN(loginmsg, inputline) || EQN(passwdmsg, inputline) ||
1146 EQN(incorrectmsg, inputline)) {
1161 if (!EQN("root", user_name) &&
    [all...]

Completed in 2180 milliseconds