Home
last modified time | relevance | path

Searched refs:comments_buf (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_utils.c3219 char comments_buf[BUFSIZ]; in _update_vfstab() local
3285 while (fgets(comments_buf, BUFSIZ, comments)) { in _update_vfstab()
3286 for (c = comments_buf; *c != '\0' && isspace(*c); c++) in _update_vfstab()
3295 (void) fputs(comments_buf, tfile); in _update_vfstab()