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

/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c239 static void prefix_from_env (const char *, struct path_prefix *);
694 prefix_from_env (const char *env, struct path_prefix *pprefix)
907 prefix_from_env ("COMPILER_PATH", &cpath);
908 prefix_from_env ("PATH", &path);
1007 prefix_from_env ("LIBPATH", &libpath_lib_dirs);
684 prefix_from_env (const char *env, struct path_prefix *pprefix) function

Completed in 54 milliseconds