HomeSort by relevance Sort by last modified time
    Searched defs:LF (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
Socket.pm 49 constants C<CR>, C<LF>, and C<CRLF>, as well as C<$CR>, C<$LF>, and
338 @EXPORT_OK = qw(CR LF CRLF $CR $LF $CRLF
348 crlf => [qw(CR LF CRLF $CR $LF $CRLF)],
354 sub LF () {"\012"}
359 *LF = \LF();
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_http.c 46 #define LF 10 /* "line feed" character */
91 if (c == 0 && *p != CR && *p != LF)
95 * A line may be terminated either by an CR LF sequence
96 * (DOS, Mac), or by LF alone
101 if (q < endp - 1 && q[1] == LF)
102 ++q; /* ignore subsequent LF character */
104 q = memchr(p, LF, (endp - p));
105 /* no CR/LF: use end of buffer */
  /onnv/onnv-gate/usr/src/cmd/sunpc/other/
dos2unix.c 85 #define LF 0x0A
unix2dos.c 87 #define LF 0x0A
  /onnv/onnv-gate/usr/src/cmd/vntsd/
chars.h 37 #define LF 10
  /onnv/onnv-gate/usr/src/uts/common/sys/
kbd.h 418 #define LF(n) (LEFTFUNC+(n)-1)
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 154 #define LF (10)
572 while (s[0] == ' ' || s[0] == HT || s[0] == CR || s[0] == LF) {
    [all...]

Completed in 240 milliseconds