Searched refs:copystrings (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblstrtab.c313 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) function
316 copystrings (nodep->left, freep, offsetp);
331 copystrings (nodep->right, freep, offsetp);
361 copystrings (st->root, &endp, &copylen);
H A Deblgstrtab.c326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) function
331 copystrings (nodep->left, freep, offsetp);
346 copystrings (nodep->right, freep, offsetp);
377 copystrings (st->root, &endp, &copylen);
H A Deblwstrtab.c320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) function
325 copystrings (nodep->left, freep, offsetp);
340 copystrings (nodep->right, freep, offsetp);
371 copystrings (st->root, &endp, &copylen);
/external/pcre/dist/
H A Dpcretest.c4484 int copystrings = 0; local
4727 copystrings |= 1 << n;
5311 if ((copystrings & (1 << i)) != 0)

Completed in 120 milliseconds