Searched refs:arg_listp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regcmp.c | 86 #define ERROR_EXIT(mutex_lockp, arg_listp, compile_startp) \ argument 88 va_end(arg_listp); \ 125 va_list arg_listp; in regcmp() local 160 va_start(arg_listp, regexp); in regcmp() 165 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp() 167 va_end(arg_listp); in regcmp() 181 va_start(arg_listp, regexp); in regcmp() 182 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp() 185 ERROR_EXIT(®cmp_lock, arg_listp, compile_startp); in regcmp() 190 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp() [all …]
|
H A D | regex.c | 172 va_list arg_listp; in regex() local 198 va_start(arg_listp, stringp); in regex() 200 return_argp[substringn] = va_arg(arg_listp, char *); in regex() 205 va_end(arg_listp); in regex()
|