Home | History | Annotate | Download | only in posix

Lines Matching defs:arg

56   char *s1, *s2, **arg,
82 for (len = 0, arg = toys.optargs; *arg; arg++) len += strlen(*arg)+1;
84 for (arg = toys.optargs; *arg; arg++) {
85 if (arg != toys.optargs) *s2++ = ' ';
86 s2 = stpcpy(s2, *arg);