Lines Matching defs:arg
70 char *arg, *colon, *dash, *error;73 arg = strdup(orig_arg);74 if (arg == NULL)77 colon = strchr(arg, ':');118 if (colon == arg) {119 free(arg);126 dash = strchr(arg, '-');133 ip = xtables_numeric_to_ipaddr(arg);136 arg);147 free(arg);176 *cb->target = parse_to(cb->arg, portok, info);