Lines Matching defs:arg
258 int Release_Interval; /* arg to -r */
259 int Nprocs; /* arg to -n */
260 char *Write_Log; /* arg to -w */
456 void parse_memalloc(char *arg);
460 void parse_delay(char *arg);
4980 "%s%s: Illegal -C arg (%s). Must be one of: ",
4996 "%s%s: Unrecognised -C arg '%s' %d",
5028 "%s%s: Illegal -m arg (%s): Must be an integer >= 0\n",
5059 "%s%s: Illegal -n arg (%s): Must be integer > 0\n",
5077 "%s%s: Illegal -r arg (%s): Must be integer >= 0\n",
5136 "%s%s: Illegal -U arg (%s). Must be one of: ",
5241 void parse_memalloc(char *arg)
5255 nalloc = string_to_tokens(arg, allocargs, 32, ":");
5377 void parse_delay(char *arg)
5383 ndelay = string_to_tokens(arg, delayargs, 32, ":");
5386 "Illegal delay arg (%s). Must be operation:time\n",
5387 arg);
5395 "Illegal Delay arg (%s). Must be one of: ", arg);