Lines Matching full:linefeed
1519 char *linefeed;1521 if ((linefeed = strchr (str, '\n')) != NULL)1522 *linefeed = '\0';1524 if (linefeed != NULL)1525 *linefeed = '\n';