Searched refs:eol (Results 1 - 6 of 6) sorted by path

/haiku/src/add-ons/kernel/generic/tty/
H A Dline_buffer.cpp53 line_buffer_readable_line(struct line_buffer &buffer, char eol, char eof) argument
62 if (c == eol || c == '\n' || c == '\r' || c == eof)
H A Dline_buffer.h23 int32 line_buffer_readable_line(struct line_buffer &buffer, char eol, char eof);
/haiku/src/bin/unzip/
H A Dfileio.c1980 char *eol; variable
1989 eol = strchr(G.autorun_command, '\n');
1990 if (!eol)
1991 eol = G.autorun_command + strlen(G.autorun_command) - 1;
1992 length -= eol + 1 - G.autorun_command;
1993 while (eol >= G.autorun_command && isspace(*eol))
1994 *eol-- = '\0';
/haiku/src/apps/mail/
H A DContent.cpp2469 const char *eol = header;
2470 while ((eol = strstr(eol, "\r\n")) != NULL && isspace(eol[2]))
2471 eol += 2;
2472 if (eol == NULL)
2475 eol += 2; // CR+LF belong to the line
2476 size_t length = eol - header;
2494 header = eol;
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1976 char* eol; local
2002 eol = strpbrk( protocol, " \t\012\015" );
2003 if ( eol != (char*) 0 )
2004 *eol = '\0';
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c332 const char *p = buff, *eol; local
350 eol = strchr(p, '\n');
351 if (eol == NULL)
353 len = (int)(eol - p);

Completed in 154 milliseconds