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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm49 constants C<CR>, C<LF>, and C<CRLF>, as well as C<$CR>, C<$LF>, and
50 C<$CRLF>, which map to C<\015>, C<\012>, and C<\015\012>. If you do
338 @EXPORT_OK = qw(CR LF CRLF $CR $LF $CRLF
348 crlf => [qw(CR LF CRLF $CR $LF $CRLF)],
355 sub CRLF () {"\015\012"} subroutine
360 *CRLF = \CRLF();
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c221 const char *CRLF = "\r\n"; local
224 const int CRLFlen = strlen(CRLF);
318 statusLineEnd = strstr((const char *)buf, CRLF);
373 thisHeaderEnd = strstr(value, CRLF);

Completed in 23 milliseconds