Searched defs:compile_startp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c86 #define ERROR_EXIT(mutex_lockp, arg_listp, compile_startp) \
90 if ((compile_startp) != (char *)0) \
91 free((void *)compile_startp); \
131 char *compile_startp = (char *)0; local
171 compile_startp = (char *)malloc(3 * arg_strlen + 1);
172 if (compile_startp == (char *)0)
177 compilep = compile_startp;
185 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp);
193 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp);
204 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp);
[all...]

Completed in 45 milliseconds