Lines Matching defs:out
48 // Otherwise, fill out entry[].
101 char *data = 0, **out;
161 // Fill out command line to exec
162 out = xzalloc((entries+TT.entries+1)*sizeof(char *));
163 memcpy(out, toys.optargs, entries*sizeof(char *));
168 handle_entries(dtemp->data, out+entries);
173 for (i = 0; out[i]; ++i) fprintf(stderr, "%s ", out[i]);
184 xexec(out);
197 error_msg("%s: exited with status 255; aborting", out[0]);
213 free(out);