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

/freebsd-10.0-release/usr.bin/env/
H A Denvopts.c47 expand_vars(int in_thisarg, char **thisarg_p, char **dest_p,
385 * at the initial '$', and if successful it will update *src_p, *dest_p, and
389 expand_vars(int in_thisarg, char **thisarg_p, char **dest_p, const char **src_p) argument
456 **dest_p = '\0'; /* Provide terminator for 'thisarg' */
465 *dest_p = strchr(newstr, '\0');

Completed in 38 milliseconds