Lines Matching refs:string
55 char *string; member
1006 debug_count_numargs(char *string) in debug_count_numargs() argument
1010 while(*string) { in debug_count_numargs()
1011 if(*string++=='%') in debug_count_numargs()
1022 __debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event() argument
1032 numargs=debug_count_numargs(string); in __debug_sprintf_event()
1041 va_start(ap,string); in __debug_sprintf_event()
1042 curr_event->string=string; in __debug_sprintf_event()
1058 __debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception() argument
1069 numargs=debug_count_numargs(string); in __debug_sprintf_exception()
1078 va_start(ap,string); in __debug_sprintf_exception()
1079 curr_event->string=string; in __debug_sprintf_exception()
1503 strcpy(out_buf, curr_event->string); in debug_sprintf_format_fn()
1504 rc = strlen(curr_event->string); in debug_sprintf_format_fn()
1516 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()