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

/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py104 self.comments = []
204 # We store comments per-entry as well, for the sake of
206 # of uniquifying comments for the general list (and possibly
211 self[fname].comments.extend(desc)
330 def comments(self): member in class:ActiveList
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1634 FILE *comments = NULL; local
1648 * Open vfstab for reading twice. First is for comments,
1651 if ((comments = fopen(vfstab, "r")) == NULL ||
1699 while (fgets(comments_buf, BUFSIZ, comments)) {
1766 (void) fclose(comments);
1767 comments = NULL;
1800 if (comments != NULL)
1801 (void) fclose(comments);

Completed in 32 milliseconds