Home
last modified time | relevance | path

Searched refs:crlf (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.crlf1 # checks whether lines with crlf are parsed ok
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c169 char *crlf; in sip_add_route_to_set() local
182 crlf = value->sip_value_end - strlen(SIP_CRLF); in sip_add_route_to_set()
183 while (crlf != NULL && strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) { in sip_add_route_to_set()
185 crlf -= strlen(SIP_CRLF); in sip_add_route_to_set()
501 char *crlf; in sip_dialog_get_route_set() local
520 crlf = value->sip_value_end - strlen(SIP_CRLF); in sip_dialog_get_route_set()
521 while (crlf != NULL && in sip_dialog_get_route_set()
522 strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) { in sip_dialog_get_route_set()
524 crlf -= strlen(SIP_CRLF); in sip_dialog_get_route_set()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c342 if (crlf)
352 if (crlf)
H A Dexterns.h106 extern int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
H A Dtelnet.c99 int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
2104 if (!crlf) { in telsnd()
H A Dcommands.c642 if (crlf) { in togcrlf()
831 &crlf,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m189 file path=opt/util-tests/tests/awk/examples/awk/t.crlf mode=0444
414 file path=opt/util-tests/tests/awk/examples/out/t.crlf mode=0444
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src14783 # to get crlf, even if :cr: is not ^M.)
H A Dterminfo.src16687 # to get crlf, even if <cr> is not ^M.)