Searched refs:thisarg_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/env/
H A Denvopts.c47 expand_vars(int in_thisarg, char **thisarg_p, char **dest_p,
386 * possibly *thisarg_p in the calling routine.
389 expand_vars(int in_thisarg, char **thisarg_p, char **dest_p, const char **src_p) argument
457 newlen += strlen(*thisarg_p);
459 strcpy(newstr, *thisarg_p);
460 *thisarg_p = newstr;

Completed in 110 milliseconds