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

/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c577 print_ints(uchar_t *data, int len, int crlf) argument
586 if (crlf)
/osnet-11/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...]

Completed in 49 milliseconds