Lines Matching refs:numargs
845 int numargs=0; in debug_count_numargs() local
849 numargs++; in debug_count_numargs()
851 return(numargs); in debug_count_numargs()
862 int numargs,alloc_size,idx; in debug_sprintf_event() local
869 numargs=debug_count_numargs(string); in debug_sprintf_event()
870 alloc_size=offsetof(debug_sprintf_entry,args[numargs]); in debug_sprintf_event()
876 for(idx=0;idx<numargs;idx++) in debug_sprintf_event()
893 int numargs,alloc_size,idx; in debug_sprintf_exception() local
900 numargs=debug_count_numargs(string); in debug_sprintf_exception()
901 alloc_size=offsetof(debug_sprintf_entry,args[numargs]); in debug_sprintf_exception()
907 for(idx=0;idx<numargs;idx++) in debug_sprintf_exception()