Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_dialog.c171 char *crlf; in sip_add_route_to_set() local
184 crlf = value->sip_value_end - strlen(SIP_CRLF); in sip_add_route_to_set()
185 while (crlf != NULL && strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) { in sip_add_route_to_set()
187 crlf -= strlen(SIP_CRLF); in sip_add_route_to_set()
503 char *crlf; in sip_dialog_get_route_set() local
522 crlf = value->sip_value_end - strlen(SIP_CRLF); in sip_dialog_get_route_set()
523 while (crlf != NULL && in sip_dialog_get_route_set()
524 strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) { in sip_dialog_get_route_set()
526 crlf -= strlen(SIP_CRLF); in sip_dialog_get_route_set()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c346 if (crlf)
356 if (crlf)
H A Dexterns.h108 extern int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
H A Dtelnet.c101 int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
2106 if (!crlf) { in telsnd()
H A Dcommands.c653 if (crlf) { in togcrlf()
842 &crlf,
/titanic_50/usr/src/lib/efcode/engine/
H A Dproperties.c577 print_ints(uchar_t *data, int len, int crlf) in print_ints() argument
586 if (crlf) in print_ints()
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src14783 # to get crlf, even if :cr: is not ^M.)
H A Dterminfo.src16685 # to get crlf, even if <cr> is not ^M.)