Home | History | Annotate | Download | only in linker

Lines Matching defs:buf_p

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