Lines Matching +defs:comment +defs:end
770 * See comments at end of main().
2034 char *end;
2037 ver = strtoull(propval, &end, 0);
2038 if (*end == '\0' &&
2708 /* Print out any values that aren't in a column at the end */
3392 const char *comment;
3419 if (nvlist_lookup_string(config, ZPOOL_CONFIG_COMMENT, &comment) == 0) {
3422 comment = NULL;
3716 /* Print the comment attached to the pool. */
3717 if (comment != NULL)
3718 (void) printf(gettext("comment: %s\n"), comment);
4874 /* Print space after label to end of column */
5885 char *end;
5888 interval = strtof(argv[argc - 1], &end);
5890 if (*end == '\0' && errno == 0) {
5915 char *end;
5919 interval = strtof(argv[argc - 1], &end);
5921 if (*end == '\0' && errno == 0) {
5982 goto end;
6000 end:
8740 time_t start, end, pause;
8752 end = ps->pss_error_scrub_end;
8760 total_secs_left = end - start;
8770 ctime(&end));
8775 ctime(&end));
8804 time_t start, end, pause;
8823 end = ps->pss_end_time;
8834 secs_to_dhms(end - start, time_buf);
8840 ctime(&end));
8845 ctime(&end));
8851 ctime(&end));
8854 ctime(&end));
8983 time_t end = vrs->vrs_end_time;
8990 time_buf, (u_longlong_t)vrs->vrs_errors, ctime(&end));
8994 vdev_name, ctime(&end));
9101 * B_FALSE is returned and 'rebuild_end_time' is set to the end time for
10013 time_t start, end;
10037 end = prs->prs_end_time;
10044 uint64_t minutes_taken = (end - start) / 60;
10052 ctime((time_t *)&end));
10055 vdev_name, ctime(&end));
10137 time_t end = pres->pres_end_time;
10147 secs_to_dhms(end - start, time_buf);
10151 copied_buf, time_buf, ctime((time_t *)&end));
10219 * ctime() adds a newline at the end of the generated
11593 char *end;
11606 cb.cb_version = strtoll(optarg, &end, 10);
11607 if (*end != '\0' ||
12123 printf(gettext("%*s(end %s)"), depth, "", name);
12136 printf(gettext("%*s(end %s[%i])\n"),
12139 printf(gettext("%*s(end %s)\n"), depth, "", name);
13393 * of them are in progress. Note that this means we can end up waiting