Searched defs:arch (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/
H A Delfextract.h84 int arch; /* e_machine */ member in struct:hdrinfo
97 extern char *pkg_string_from_arch(int arch);
H A Delfextract.c78 pkg_string_from_arch(int arch) argument
80 switch (arch) {
249 hi->arch = hdr->e_machine;
/pkg/src/modules/portable/
H A Dos_sunos.py28 implementation in the 'arch' extension module.
42 import pkg.arch as arch namespace
47 return arch.get_isainfo()
50 return arch.get_release()
53 return arch.get_platform()
/pkg/src/tests/
H A Drun.py207 arch = 'unknown' variable
209 arch = platform.processor() variable
211 arch = "linux_" + platform.machine() variable
213 arch = osname variable
215 arch = osname variable
217 arch = osname variable
/pkg/src/
H A Dsetup.py65 ostype = arch = 'unknown'
67 arch = platform.processor() variable
70 arch = "linux_" + platform.machine() variable
73 arch = osname variable
76 arch = osname variable
79 arch = "aix" variable
96 dist_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "dist_" + arch))
97 build_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "build_" + arch))
101 root_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "root_" + arch))
102 pkgs_dir = os.path.normpath(os.path.join(pwd, os.pardir, "packages", arch))
[all...]

Completed in 26 milliseconds