Searched refs:growstr (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.h28 void growstr ( char **strptr, int *curlen, int newlen );
H A Dutil.c168 growstr(char **strptr, int *curlen, int newlen) function
H A Da2p.h373 #define GROWSTR(pp,lp,len) if (*(lp) < (len)) growstr(pp,lp,len)

Completed in 27 milliseconds