Searched refs:icatalloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/tzcode/zic/
H A Dialloc.c51 icatalloc(old, new) function
74 return icatalloc((char *) NULL, string);
H A Dprivate.h153 char * icatalloc (char * old, const char * new);
H A Dzic.c391 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h200 char * icatalloc(char * old, const char * new);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c3136 icatalloc (char *old, char *new) function
3159 return icatalloc((char *) NULL, string);
3486 tp = icatalloc(tp, rmp->left);
3498 lmp->left = icatalloc(lmp->left,
3506 lmp->right = icatalloc(lmp->right, rmp->right);
3512 lmp->is = icatalloc(lmp->is, rmp->is);

Completed in 75 milliseconds