Lines Matching defs:out
54 // If out==NULL count TT.bytes and TT.entries, stopping at max.
55 // Otherwise, fill out out[]
113 char *data = NULL, **out;
162 out = xzalloc((entries+TT.entries+1)*sizeof(char *));
164 // Fill out command line to exec
165 memcpy(out, toys.optargs, entries*sizeof(char *));
170 handle_entries(dtemp->data, out+entries);
175 xexec(out);
188 free(out);