Searched defs:hostid (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/gethostid/
H A Dgethostid01.c109 * output from hostid command and gethostid()
112 * distros that add "0x" to beginning of `hostid`
144 char name[HOSTIDLEN], name2[HOSTIDLEN], hostid[HOSTIDLEN], local
163 sprintf(hostid, "%08lx", TEST_RETURN);
165 if (system("hostid > hostid.x") == -1)
168 if ((fp = fopen("hostid.x", "r")) == NULL)
176 if (strstr(hostid, "000000"))
179 if (strcmp(name, hostid) == 0) {
182 "hostid i
[all...]
/external/icu/icu4c/source/common/
H A Dlocmap.c1013 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) argument
1025 if ((hostid & 0x3FF) != 0x92) {
1029 tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, UPRV_LENGTHOF(locName));
1059 langID = LANGUAGE_LCID(hostid);
1063 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);

Completed in 180 milliseconds