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

/openbsd-current/sbin/dhclient/
H A Dkroute.c660 char *tailcontents = NULL; local
671 tailcontents = calloc(1, sb.st_size + 1);
672 if (tailcontents == NULL)
674 tailn = read(tailfd, tailcontents, sb.st_size);
686 return tailcontents;
690 free(tailcontents);

Completed in 120 milliseconds