Searched defs:scan_server_match_failed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c174 static char scan_server_match_failed[MAXWORDLEN]; variable
1125 if (scan_server_match_failed[0] != '\0')
1127 "found %q instead", our_name, scan_server_match_failed);
1642 if (scan_server_match_failed[0] != '\0')
1644 "found %q instead", our_name, scan_server_match_failed);
1951 scan_server_match_failed[0] = '\0';
1996 (void) strcpy(scan_server_match_failed, word);

Completed in 72 milliseconds