Searched refs:lm_will (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h314 void lm_will (unsigned char *, int);
H A Dtelnet.c757 /*@*/ else printf("lm_will: not enough room in buffer\n");
792 lm_will(subpointer, SB_LEN());
863 /*@*/ else printf("lm_will: not enough room in buffer\n");
967 lm_will(unsigned char *cmd, int len) function
970 /*@*/ printf("lm_will: no command!!!\n"); /* Should not happen... */
982 /*@*/ else printf("lm_will: not enough room in buffer\n");
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h285 lm_will(unsigned char *, int),
H A Dtelnet.c814 /*@*/ else printf("lm_will: not enough room in buffer\n");
849 lm_will(subpointer, SB_LEN());
920 /*@*/ else printf("lm_will: not enough room in buffer\n");
1024 lm_will(unsigned char *cmd, int len) function
1027 /*@*/ printf("lm_will: no command!!!\n"); /* Should not happen... */
1039 /*@*/ else printf("lm_will: not enough room in buffer\n");

Completed in 107 milliseconds