/src/usr.sbin/sysinst/ |
net.c | 280 char *buf_tmp; local in function:get_ifconfig_info 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);
|
net.c | 280 char *buf_tmp; local in function:get_ifconfig_info 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);
|
net.c | 280 char *buf_tmp; local in function:get_ifconfig_info 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);
|