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

/freebsd-11.0-release/lib/libutil/
H A Dgr_util.c636 char *line_copy; local
639 if ((line_copy = strdup(line)) == NULL)
641 if (!__gr_scan(line_copy, &gr)) {
642 free(line_copy);
646 free(line_copy);

Completed in 11 milliseconds