Lines Matching defs:arg
110 static error_t parse_opt (int key, char *arg, struct argp_state *state);
258 parse_opt (int key, char *arg,
274 if (strcmp (arg, "bsd") == 0)
276 else if (strcmp (arg, "posix") == 0)
297 if (strcmp (arg, "10") == 0 || strcmp (arg, "d") == 0)
299 else if (strcmp (arg, "8") == 0 || strcmp (arg, "o") == 0)
538 void *arg __attribute__ ((unused)))
1212 void *arg)
1214 struct getdbg *get = (struct getdbg *) arg;