Lines Matching defs:bufptr
1010 char * bufptr;
1031 if ((bufptr = strstr(buffer, if_name)) &&
1032 (bufptr == buffer || *(bufptr-1) == ' ') &&
1033 *(bufptr + if_name_sz) == ':')
1035 bufptr = bufptr + if_name_sz + 1;
1038 while( --field_to_convert && *bufptr != '\0')
1040 while (*bufptr != '\0' && *(bufptr++) == ' ');
1041 while (*bufptr != '\0' && *(bufptr++) != ' ');
1045 while (*bufptr != '\0' && *bufptr == ' ') bufptr++;
1047 if (*bufptr != '\0')
1048 dropped_pkts = strtol(bufptr, NULL, 10);