Searched defs:crlf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S503 * putn: print a crlf
519 putn: movw $crlf,%si # To next line
597 crlf: .ascii "\r"; .byte '\n'|0x80 label
/illumos-gate/usr/src/lib/efcode/engine/
H A Dproperties.c577 print_ints(uchar_t *data, int len, int crlf) argument
586 if (crlf)
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c171 char *crlf; local
184 crlf = value->sip_value_end - strlen(SIP_CRLF);
185 while (crlf != NULL && strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) {
187 crlf -= strlen(SIP_CRLF);
503 char *crlf; local
522 crlf = value->sip_value_end - strlen(SIP_CRLF);
523 while (crlf != NULL &&
524 strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) {
526 crlf
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c101 int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
2106 if (!crlf) {

Completed in 72 milliseconds