Searched refs:quote_for_env (Results 1 – 1 of 1) sorted by relevance
90 static char *quote_for_env PARAMS ((char *out, char *in));1335 p = quote_for_env (p, v->name); in main()1339 p = quote_for_env (p, v->value); in main()2642 quote_for_env (char *out, char *in) in quote_for_env() function2817 p = quote_for_env (p, flags->arg); in define_makeflags()