Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dgetpath.c386 uint32_t nsexeclength = MAXPATHLEN; in calculate_path() local
388 unsigned long nsexeclength = MAXPATHLEN; in calculate_path() local
410 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP) in calculate_path()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dgetpath.c386 uint32_t nsexeclength = MAXPATHLEN; in calculate_path() local
388 unsigned long nsexeclength = MAXPATHLEN; in calculate_path() local
410 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP) in calculate_path()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetpath.c394 uint32_t nsexeclength = MAXPATHLEN; in calculate_path() local
396 unsigned long nsexeclength = MAXPATHLEN; in calculate_path() local
418 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP) in calculate_path()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dgetpath.c569 uint32_t nsexeclength = MAXPATHLEN; in calculate_program_full_path() local
592 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dgetpath.c780 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_full_path() local
805 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dgetpath.c780 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_full_path() local
805 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dgetpath.c780 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_full_path() local
805 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dgetpath.c780 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_full_path() local
805 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dgetpath.c780 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_full_path() local
805 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dgetpath.c926 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_macos() local
938 if (_NSGetExecutablePath(execpath, &nsexeclength) != 0 in calculate_program_macos()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dgetpath.c926 uint32_t nsexeclength = Py_ARRAY_LENGTH(execpath) - 1; in calculate_program_macos() local
938 if (_NSGetExecutablePath(execpath, &nsexeclength) != 0 in calculate_program_macos()
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/python3/
H A Ddarwin_embedded.patch258 - else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) &&