Home | History | Annotate | Download | only in linker

Lines Matching refs:buf_p

364   char* buf_p = buf;
365 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) {