Searched refs:stdin_buf (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c2045 char stdin_buf[258]; /* FIXME: No fix limit in GNU... */
2052 stdin_buf[0] = 0;
2053 while (fgets (stdin_buf, sizeof (stdin_buf), stdin))
2058 if (stdin_buf[0] != '\0')
2059 stdin_buf[strlen (stdin_buf) - 1] = 0;
2060 list[argc] = xstrdup (stdin_buf);
2062 stdin_buf[0] = 0;
2037 char stdin_buf[258]; /* FIXME: No fix limit in GNU... */ local

Completed in 40 milliseconds