Lines Matching refs:argptr
87 va_list argptr;89 va_start (argptr, string);90 vsprintf (str, string, argptr);91 va_end (argptr);