Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/telnet/libtelnet/
Dkrb4encpwd.c384 goto common2;
388 goto common2;
392 goto common2;
397 common2:
Dkerberos.c448 goto common2; in kerberos4_printsub()
452 goto common2; in kerberos4_printsub()
456 goto common2; in kerberos4_printsub()
461 common2: in kerberos4_printsub()
Dkerberos5.c713 goto common2; in kerberos5_printsub()
717 goto common2; in kerberos5_printsub()
721 goto common2; in kerberos5_printsub()
725 goto common2; in kerberos5_printsub()
730 goto common2; in kerberos5_printsub()
734 common2: in kerberos5_printsub()
Dsra.c392 goto common2; in sra_printsub()
396 goto common2; in sra_printsub()
400 goto common2; in sra_printsub()
405 common2: in sra_printsub()
Drsaencpwd.c435 goto common2;
439 goto common2;
444 common2:
/freebsd-10-stable/crypto/heimdal/appl/telnet/libtelnet/
Dkerberos5.c755 goto common2; in kerberos5_printsub()
759 goto common2; in kerberos5_printsub()
763 goto common2; in kerberos5_printsub()
767 goto common2; in kerberos5_printsub()
772 goto common2; in kerberos5_printsub()
776 common2: in kerberos5_printsub()
Drsaencpwd.c434 goto common2; in rsaencpwd_printsub()
438 goto common2; in rsaencpwd_printsub()
442 common2: in rsaencpwd_printsub()
Dspx.c561 goto common2; in spx_printsub()
565 common2: in spx_printsub()
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
Dutility.c827 case DO: cp = "DO"; goto common2; in printsub()
828 case DONT: cp = "DONT"; goto common2; in printsub()
829 case WILL: cp = "WILL"; goto common2; in printsub()
830 case WONT: cp = "WONT"; goto common2; in printsub()
831 common2: in printsub()
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
Dutilities.c653 case DO: cp = "DO"; goto common2; in printsub()
654 case DONT: cp = "DONT"; goto common2; in printsub()
655 case WILL: cp = "WILL"; goto common2; in printsub()
656 case WONT: cp = "WONT"; goto common2; in printsub()
657 common2: in printsub()
/freebsd-10-stable/contrib/telnet/telnet/
Dutilities.c677 case DO: cp = "DO"; goto common2; in printsub()
678 case DONT: cp = "DONT"; goto common2; in printsub()
679 case WILL: cp = "WILL"; goto common2; in printsub()
680 case WONT: cp = "WONT"; goto common2; in printsub()
681 common2: in printsub()
/freebsd-10-stable/contrib/telnet/telnetd/
Dutility.c764 case DO: cp = "DO"; goto common2; in printsub()
765 case DONT: cp = "DONT"; goto common2; in printsub()
766 case WILL: cp = "WILL"; goto common2; in printsub()
767 case WONT: cp = "WONT"; goto common2; in printsub()
768 common2: in printsub()
/freebsd-10-stable/contrib/unbound/validator/
Dval_nsec.c476 uint8_t* common1, *common2; in nsec_closest_encloser() local
481 common2 = dname_get_shared_topdomain(next, qname); in nsec_closest_encloser()
482 if(dname_count_labels(common1) > dname_count_labels(common2)) in nsec_closest_encloser()
484 return common2; in nsec_closest_encloser()