Lines Matching defs:arg
55 char *s1, *s2, **arg,81 for (len = 0, arg = toys.optargs; *arg; arg++) len += strlen(*arg)+1;83 for (arg = toys.optargs; *arg; arg++) {84 if (arg != toys.optargs) *s2++ = ' ';85 s2 = stpcpy(s2, *arg);