Searched refs:icatalloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/tzcode/zic/ |
| H A D | ialloc.c | 51 icatalloc(old, new) in icatalloc() function 74 return icatalloc((char *) NULL, string);
|
| H A D | private.h | 153 char * icatalloc (char * old, const char * new);
|
| H A D | zic.c | 391 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
|
| /freebsd-12.1/contrib/tzcode/stdtime/ |
| H A D | private.h | 200 char * icatalloc(char * old, const char * new);
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | dfa.c | 3136 icatalloc (char *old, char *new) in icatalloc() function 3159 return icatalloc((char *) NULL, string); in icpyalloc() 3486 tp = icatalloc(tp, rmp->left); in dfamust() 3498 lmp->left = icatalloc(lmp->left, in dfamust() 3506 lmp->right = icatalloc(lmp->right, rmp->right); in dfamust() 3512 lmp->is = icatalloc(lmp->is, rmp->is); in dfamust()
|
| H A D | ChangeLog | 837 build_state, build_state_zero, icatalloc, icpyalloc, istrstr,
|