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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c88 #define ERROR_EXIT(mutex_lockp, arg_listp, compile_startp) \
92 if ((compile_startp) != (char *)0) \
93 free((void *)compile_startp); \
133 char *compile_startp = (char *)0; local
173 compile_startp = (char *)malloc(3 * arg_strlen);
174 if (compile_startp == (char *)0)
179 compilep = compile_startp;
187 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp);
195 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp);
206 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp);
[all...]

Completed in 20 milliseconds