Home
last modified time | relevance | path

Searched refs:next_argp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c142 const char *next_argp; in regcmp() local
161 next_argp = regexp; in regcmp()
163 while (next_argp != (char *)0) { in regcmp()
164 arg_strlen += strlen(next_argp); in regcmp()
165 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp()
182 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp()
189 regexp = next_argp; in regcmp()
190 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp()
210 regexp = next_argp; in regcmp()
211 next_argp = va_arg(arg_listp, /* const */ char *); in regcmp()
[all …]