| /src/usr.bin/last/ |
| want.c | 83 int checkhost = hostsz > (int)sizeof(bp->ut_host); local
|
| /src/usr.bin/systat/ |
| netcmds.c | 324 checkhost(struct inpcb *inp) function
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| x509.c | 187 { "checkhost", OPT_CHECKHOST, 's', "Check certificate matches host" }, 340 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; local 657 checkhost = opt_arg(); 1140 if (!check_cert_attributes(out, x, checkhost, checkemail, checkip, 1))
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| x509.c | 127 {"checkhost", OPT_CHECKHOST, 's', "Check certificate matches host"}, 274 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL; local 579 checkhost = opt_arg(); 1040 print_cert_checks(out, x, checkhost, checkemail, checkip);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| x509.c | 129 {"checkhost", OPT_CHECKHOST, 's', "Check certificate matches host"}, 168 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL; local 445 checkhost = opt_arg(); 868 print_cert_checks(out, x, checkhost, checkemail, checkip);
|