Home
last modified time | relevance | path

Searched refs:quote_for_env (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c90 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() function
2817 p = quote_for_env (p, flags->arg); in define_makeflags()