Searched refs:line_copy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libutil/
H A Dgr_util.c649 char *line_copy; local
652 if ((line_copy = strdup(line)) == NULL)
654 if (!__gr_scan(line_copy, &gr)) {
655 free(line_copy);
659 free(line_copy);

Completed in 105 milliseconds