Searched refs:compile_startp (Results 1 – 1 of 1) sorted by relevance
86 #define ERROR_EXIT(mutex_lockp, arg_listp, compile_startp) \ argument90 if ((compile_startp) != (char *)0) \91 free((void *)compile_startp); \131 char *compile_startp = (char *)0; in regcmp() local171 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(®cmp_lock, arg_listp, compile_startp); in regcmp()193 ERROR_EXIT(®cmp_lock, arg_listp, compile_startp); in regcmp()204 ERROR_EXIT(®cmp_lock, arg_listp, compile_startp); in regcmp()[all …]