Home
last modified time | relevance | path

Searched refs:hgid (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetbuildinfo.c50 const char *hgid = _Py_hgidentifier(); in Py_GetBuildInfo() local
51 if (!(*hgid)) in Py_GetBuildInfo()
52 hgid = "default"; in Py_GetBuildInfo()
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, in Py_GetBuildInfo()
78 const char *hgtag, *hgid; in _Py_hgidentifier() local
81 hgid = hgtag; in _Py_hgidentifier()
83 hgid = HGBRANCH; in _Py_hgidentifier()
84 return hgid; in _Py_hgidentifier()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgetbuildinfo.c50 const char *hgid = _Py_hgidentifier(); in Py_GetBuildInfo() local
51 if (!(*hgid)) in Py_GetBuildInfo()
52 hgid = "default"; in Py_GetBuildInfo()
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, in Py_GetBuildInfo()
78 const char *hgtag, *hgid; in _Py_hgidentifier() local
81 hgid = hgtag; in _Py_hgidentifier()
83 hgid = HGBRANCH; in _Py_hgidentifier()
84 return hgid; in _Py_hgidentifier()