HomeSort by: relevance | last modified time | path
    Searched defs:xputenv (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 82 xputenv (const char *string) function
238 xputenv (concat ("GCC_EXEC_PREFIX=", epath, NULL));
239 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
240 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
241 xputenv (concat ("LD_RUN_PATH=", rpath, NULL));
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 97 xputenv (const char *string) function
590 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL));
591 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
592 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 102 xputenv (const char *string) function
831 xputenv (concat ("GCC_OFFLOAD_OMP_REQUIRES_FILE=", omp_requires_file, NULL));
837 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL));
838 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
839 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 175 xputenv (const char *string) function
1165 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL));
1166 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
1167 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 178 xputenv (const char *string) function
1283 xputenv (concat ("GCC_OFFLOAD_OMP_REQUIRES_FILE=", omp_requires_file, NULL));
1323 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL));
1324 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
1325 xputenv (concat ("LIBRARY_PATH=", lpath, NULL));
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 149 /* Undo any xputenv changes made since last restore.
385 static void xputenv (const char *);
2973 xputenv (const char *string)
3012 xputenv (build_search_list (paths, env_var, true, do_multi));
3931 /* Using setenv instead of xputenv because we want the variable to remain
4832 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL));
5687 xputenv (XOBFINISH (&collect_obstack, char *));
6119 xputenv (XOBFINISH (&collect_obstack, char *));
8490 xputenv (INIT_ENVIRONMENT);
8742 xputenv (XOBFINISH (&collect_obstack, char *))
2958 xputenv (const char *string) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 144 /* Undo any xputenv changes made since last restore.
372 static void xputenv (const char *);
2968 xputenv (const char *string)
3007 xputenv (build_search_list (paths, env_var, true, do_multi));
3962 /* Using setenv instead of xputenv because we want the variable to remain
4775 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL));
5601 xputenv (XOBFINISH (&collect_obstack, char *));
6022 xputenv (XOBFINISH (&collect_obstack, char *));
8363 xputenv (INIT_ENVIRONMENT);
8615 xputenv (XOBFINISH (&collect_obstack, char *))
2953 xputenv (const char *string) function
    [all...]

Completed in 116 milliseconds