Home
last modified time | relevance | path

Searched refs:best_flag (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/pppd/
Dauth.c1113 int got_flag, best_flag; in scan_authfile() local
1126 best_flag = -1; in scan_authfile()
1163 if (got_flag <= best_flag) in scan_authfile()
1231 best_flag = got_flag; in scan_authfile()
1247 return best_flag; in scan_authfile()