Lines Matching refs:string
57 char *string; member
1244 static inline int debug_count_numargs(char *string) in debug_count_numargs() argument
1248 while (*string) { in debug_count_numargs()
1249 if (*string++ == '%') in debug_count_numargs()
1258 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event() argument
1268 numargs = debug_count_numargs(string); in __debug_sprintf_event()
1278 va_start(ap, string); in __debug_sprintf_event()
1279 curr_event->string = string; in __debug_sprintf_event()
1293 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception() argument
1304 numargs = debug_count_numargs(string); in __debug_sprintf_exception()
1314 va_start(ap, string); in __debug_sprintf_exception()
1315 curr_event->string = string; in __debug_sprintf_exception()
1699 rc = strscpy(out_buf, curr_event->string, out_buf_size); in debug_sprintf_format_fn()
1714 curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()