• Home
  • Raw
  • Download

Lines Matching refs:exec_prefix_len

647                      wchar_t *exec_prefix, size_t exec_prefix_len,  in calculate_pybuilddir()  argument
681 if (safe_wcscpy(exec_prefix, argv0_path, exec_prefix_len) < 0) { in calculate_pybuilddir()
685 status = joinpath(exec_prefix, pybuilddir, exec_prefix_len); in calculate_pybuilddir()
701 wchar_t *exec_prefix, size_t exec_prefix_len, in search_for_exec_prefix() argument
711 if (safe_wcscpy(exec_prefix, delim+1, exec_prefix_len) < 0) { in search_for_exec_prefix()
716 if (safe_wcscpy(exec_prefix, pathconfig->home, exec_prefix_len) < 0) { in search_for_exec_prefix()
720 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix()
724 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix()
735 exec_prefix, exec_prefix_len, found); in search_for_exec_prefix()
744 status = copy_absolute(exec_prefix, calculate->argv0_path, exec_prefix_len); in search_for_exec_prefix()
752 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix()
756 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix()
771 if (safe_wcscpy(exec_prefix, calculate->exec_prefix_macro, exec_prefix_len) < 0) { in search_for_exec_prefix()
774 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix()
778 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix()
799 size_t exec_prefix_len = Py_ARRAY_LENGTH(exec_prefix); in calculate_exec_prefix() local
802 exec_prefix, exec_prefix_len, in calculate_exec_prefix()