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

/netbsd-current/usr.sbin/sysinst/
H A Dnet.c280 char *buf_tmp; local
298 for (i = 0, buf_tmp = buf_in; i < MAX_NETS && strlen(buf_tmp) > 0
299 && buf_tmp < buf_in + strlen(buf_in);) {
300 tmp = stpncpy(buf, buf_tmp, strcspn(buf_tmp," \n"));
302 buf_tmp += (strcspn(buf_tmp, " \n") + 1) * sizeof(char);

Completed in 63 milliseconds