Searched refs:noquote (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dutilities.c768 int noquote = 2;
780 fprintf(NetTrace, "\" (VALUE) " + noquote);
783 fprintf(NetTrace, "\" VAR " + noquote);
786 fprintf(NetTrace, "%s", "\" VALUE " + noquote);
787 noquote = 2;
796 fprintf(NetTrace, "\" (VAR) " + noquote);
799 fprintf(NetTrace, "\" VALUE " + noquote);
802 fprintf(NetTrace, "%s", "\" VAR " + noquote);
803 noquote = 2;
807 fprintf(NetTrace, "%s", "\" ESC " + noquote);
767 int noquote = 2; local
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c730 int noquote = 2;
737 fprintf(NetTrace, "\" VAR " + noquote);
740 fprintf(NetTrace, "\" VALUE " + noquote);
741 noquote = 2;
748 fprintf(NetTrace, "\" VALUE " + noquote);
751 fprintf(NetTrace, "\" VAR " + noquote);
752 noquote = 2;
756 fprintf(NetTrace, "\" ESC " + noquote);
757 noquote = 2;
761 fprintf(NetTrace, "\" USERVAR " + noquote);
729 int noquote = 2; local
[all...]
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dutility.c846 int noquote = 2; local
850 output_data("%s", "\" VAR " + noquote);
851 noquote = 2;
855 output_data("%s", "\" VALUE " + noquote);
856 noquote = 2;
860 output_data("%s", "\" ESC " + noquote);
861 noquote = 2;
865 output_data("%s", "\" USERVAR " + noquote);
866 noquote = 2;
871 if (noquote) {
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c916 int noquote = 2; local
920 output_data("\" VAR " + noquote);
921 noquote = 2;
925 output_data("\" VALUE " + noquote);
926 noquote = 2;
930 output_data("\" ESC " + noquote);
931 noquote = 2;
935 output_data("\" USERVAR " + noquote);
936 noquote = 2;
941 if (noquote) {
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_princ.c48 const char *noquote; local
240 noquote = "test principal@SU.SE";
259 if (strcmp(noquote, princ_unparsed))
260 krb5_errx(context, 1, "nq '%s' != '%s'", noquote, princ_unparsed);

Completed in 62 milliseconds