Home | History | Annotate | Download | only in opcodes

Lines Matching defs:args

592   va_list args;
594 va_start (args, message);
596 vfprintf (stderr, message, args);
597 va_end (args);