Searched refs:progt (Results 1 – 1 of 1) sorted by relevance
242 char progt[32]; in find_abi() local244 len = sizeof(progt); in find_abi()249 error = sysctl(mib, 4, progt, &len, NULL, 0); in find_abi()254 if (strcmp(abis[i].name, progt) == 0) in find_abi()257 warnx("ABI %s for pid %ld is not supported", progt, (long)pid); in find_abi()