Searched refs:buf_tmp (Results 1 – 1 of 1) sorted by relevance
280 char *buf_tmp; in get_ifconfig_info() local298 for (i = 0, buf_tmp = buf_in; i < MAX_NETS && strlen(buf_tmp) > 0 in get_ifconfig_info()299 && buf_tmp < buf_in + strlen(buf_in);) { in get_ifconfig_info()300 tmp = stpncpy(buf, buf_tmp, strcspn(buf_tmp," \n")); in get_ifconfig_info()302 buf_tmp += (strcspn(buf_tmp, " \n") + 1) * sizeof(char); in get_ifconfig_info()