HomeSort by: relevance | last modified time | path
    Searched defs:new_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librefuse/
refuse_opt.c 352 char *new_arg; local in function:parse_arg
360 if ((new_arg = malloc((size_t)sep_idx +
364 strncpy(new_arg, arg, (size_t)sep_idx); /* -x */
365 strcpy(new_arg + sep_idx, args->argv[*argi]); /* foo */
366 rv = parse_matched_arg(new_arg, outargs, opt, sep_idx,
368 free(new_arg);
refuse_opt.c 352 char *new_arg; local in function:parse_arg
360 if ((new_arg = malloc((size_t)sep_idx +
364 strncpy(new_arg, arg, (size_t)sep_idx); /* -x */
365 strcpy(new_arg + sep_idx, args->argv[*argi]); /* foo */
366 rv = parse_matched_arg(new_arg, outargs, opt, sep_idx,
368 free(new_arg);

Completed in 43 milliseconds