Lines Matching refs:bufptr
1163 char * bufptr; local
1184 if ((bufptr = strstr(buffer, if_name)) &&
1185 (bufptr == buffer || *(bufptr-1) == ' ') &&
1186 *(bufptr + if_name_sz) == ':')
1188 bufptr = bufptr + if_name_sz + 1;
1191 while( --field_to_convert && *bufptr != '\0')
1193 while (*bufptr != '\0' && *(bufptr++) == ' ');
1194 while (*bufptr != '\0' && *(bufptr++) != ' ');
1198 while (*bufptr != '\0' && *bufptr == ' ') bufptr++;
1200 if (*bufptr != '\0')
1201 dropped_pkts = strtol(bufptr, NULL, 10);