Home
last modified time | relevance | path

Searched refs: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) \ argument
90 if ((compile_startp) != (char *)0) \
91 free((void *)compile_startp); \
131 char *compile_startp = (char *)0; in regcmp() local
171 compile_startp = (char *)malloc(3 * arg_strlen + 1); in regcmp()
172 if (compile_startp == (char *)0) in regcmp()
177 compilep = compile_startp; in regcmp()
185 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp); in regcmp()
193 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp); in regcmp()
204 ERROR_EXIT(&regcmp_lock, arg_listp, compile_startp); in regcmp()
[all …]