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

/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py90 self.comments = []
176 - Track renames/copies, and set change comments (both
219 # - Gather checkin comments (for the entire ActiveList, and
243 entry.comments = desc + entry.comments
323 def comments(self): member in class:ActiveList
324 '''Return the full set of changeset comments associated with
440 cstr.write(' comments:\n')
441 cstr.write(' ' + '\n '.join(entry.comments) + '\n')
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3440 FILE *comments = NULL; local
3454 * Open vfstab for reading twice. First is for comments,
3457 if ((comments = fopen(vfstab, "r")) == NULL ||
3505 while (fgets(comments_buf, BUFSIZ, comments)) {
3572 (void) fclose(comments);
3573 comments = NULL;
3606 if (comments != NULL)
3607 (void) fclose(comments);

Completed in 742 milliseconds