Searched refs:next_argp (Results 1 – 1 of 1) sorted by relevance
142 const char *next_argp; in regcmp() local161 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()209 } else if /* (char_size == 0) && */ (next_argp != (char *)0) { in regcmp()210 regexp = next_argp; in regcmp()[all …]