Home | History | Annotate | Download | only in jhead

Lines Matching refs:a2

116 void ErrNonfatal(char * msg, int a1, int a2)
119 LOGV(msg, a1, a2);
124 fprintf(stderr, msg, a1, a2);