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

  /netvirt/usr/src/cmd/acct/
acctdef.h 109 #define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0)
  /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 479 milliseconds