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

  /src/external/gpl3/gcc/dist/libcc1/
findcomp.cc 126 const char *cpath = getenv ("PATH"); local
128 if (cpath == NULL)
131 tokenizer dirs (cpath);
  /src/external/gpl3/gcc.old/dist/libcc1/
findcomp.cc 126 const char *cpath = getenv ("PATH"); local
128 if (cpath == NULL)
131 tokenizer dirs (cpath);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 226 const char *cpath = getenv ("COMPILER_PATH"); local
239 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
  /src/lib/libutil/
login_cap.c 738 const char *cpath; local
776 cpath = path;
778 cpath = _PATH_DEFPATH;
780 cpath = _PATH_DEFPATH;
781 if ((*senv)(envp, "PATH", cpath, 1))
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 580 char *cpath = getenv ("COMPILER_PATH"); local
591 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 820 char *cpath = getenv ("COMPILER_PATH"); local
838 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 1130 char *cpath = getenv ("COMPILER_PATH"); local
1166 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 1269 char *cpath = getenv ("COMPILER_PATH"); local
1324 xputenv (concat ("COMPILER_PATH=", cpath, NULL));
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 520 static struct path_prefix cpath, path;
1056 prefix_from_env ("COMPILER_PATH", &cpath);
1102 ld_file_name = find_a_file (&cpath, real_ld_suffix, X_OK);
1106 ld_file_name = find_a_file (&cpath, collect_ld_suffix, X_OK);
1112 ld_file_name = find_a_file (&cpath, ld_suffixes[selected_linker], X_OK);
1122 nm_file_name = find_a_file (&cpath, gnm_suffix, X_OK);
1126 nm_file_name = find_a_file (&cpath, nm_suffix, X_OK);
1131 ldd_file_name = find_a_file (&cpath, ldd_suffix, X_OK);
1140 strip_file_name = find_a_file (&cpath, gstrip_suffix, X_OK);
1144 strip_file_name = find_a_file (&cpath, strip_suffix, X_OK)
514 static struct path_prefix cpath, path; variable in typeref:struct:path_prefix
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 520 static struct path_prefix cpath, path;
1053 prefix_from_env ("COMPILER_PATH", &cpath);
1099 ld_file_name = find_a_file (&cpath, real_ld_suffix, X_OK);
1103 ld_file_name = find_a_file (&cpath, collect_ld_suffix, X_OK);
1109 ld_file_name = find_a_file (&cpath, ld_suffixes[selected_linker], X_OK);
1119 nm_file_name = find_a_file (&cpath, gnm_suffix, X_OK);
1123 nm_file_name = find_a_file (&cpath, nm_suffix, X_OK);
1128 ldd_file_name = find_a_file (&cpath, ldd_suffix, X_OK);
1137 strip_file_name = find_a_file (&cpath, gstrip_suffix, X_OK);
1141 strip_file_name = find_a_file (&cpath, strip_suffix, X_OK)
514 static struct path_prefix cpath, path; variable in typeref:struct:path_prefix
    [all...]

Completed in 33 milliseconds