Searched refs:copystrings (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/libebl/ |
D | eblwstrtab.c | 299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings() function 304 copystrings (nodep->left, freep, offsetp); in copystrings() 319 copystrings (nodep->right, freep, offsetp); in copystrings() 350 copystrings (st->root, &endp, ©len); in ebl_wstrtabfinalize()
|
D | eblstrtab.c | 292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) in copystrings() function 295 copystrings (nodep->left, freep, offsetp); in copystrings() 310 copystrings (nodep->right, freep, offsetp); in copystrings() 340 copystrings (st->root, &endp, ©len); in ebl_strtabfinalize()
|
D | eblgstrtab.c | 305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) in copystrings() function 310 copystrings (nodep->left, freep, offsetp); in copystrings() 325 copystrings (nodep->right, freep, offsetp); in copystrings() 356 copystrings (st->root, &endp, ©len); in ebl_gstrtabfinalize()
|
D | ChangeLog | 170 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings
|
/external/pcre/dist/ |
D | pcretest.c | 4484 int copystrings = 0; in main() local 4727 copystrings |= 1 << n; in main() 5311 if ((copystrings & (1 << i)) != 0) in main()
|