Lines Matching refs:bufptr
1080 char * bufptr; local
1101 if ((bufptr = strstr(buffer, if_name)) &&
1102 (bufptr == buffer || *(bufptr-1) == ' ') &&
1103 *(bufptr + if_name_sz) == ':')
1105 bufptr = bufptr + if_name_sz + 1;
1108 while( --field_to_convert && *bufptr != '\0')
1110 while (*bufptr != '\0' && *(bufptr++) == ' ');
1111 while (*bufptr != '\0' && *(bufptr++) != ' ');
1115 while (*bufptr != '\0' && *bufptr == ' ') bufptr++;
1117 if (*bufptr != '\0')
1118 dropped_pkts = strtol(bufptr, NULL, 10);