Home | History | Annotate | Download | only in i386

Lines Matching refs:bufptr

715       char *bufptr;
719 for (bufptr = wrapper_list_buffer; *bufptr; ++bufptr)
722 if (ISSPACE (*bufptr))
724 if (*bufptr == '_')
725 found = bufptr;
726 while (*bufptr && !ISSPACE (*bufptr))
727 ++bufptr;
728 if (*bufptr)
729 *bufptr = 0;