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

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1633 char comments_buf[BUFSIZ]; local
1699 while (fgets(comments_buf, BUFSIZ, comments)) {
1700 for (c = comments_buf; *c != '\0' && isspace(*c); c++)
1709 (void) fputs(comments_buf, tfile);

Completed in 27 milliseconds