Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/gethostid/
Dgethostid01.c145 hostid2[HOSTIDLEN], *hostid3, hex[2] = "0x"; in main() local
212 hostid2[j] = hostid[j + 8]; in main()
214 strncpy(hostid2, hostid, in main()
221 if ((result = strstr(hostid2, name2)) != NULL) { in main()
232 "reports %s", name2, hostid2); in main()