Lines Matching defs:result
1980 int result;
1998 * result of the comparison.
2002 result = strcmp(a1, a2);
2004 return ((result == 0));
2012 struct addrinfo hints, *result;
2030 if (getaddrinfo(address, NULL, &hints, &result) != 0)
2032 sin4->sin_family = result->ai_family;
2036 &((struct sockaddr_in *)result->ai_addr)->sin_addr,
2039 freeaddrinfo(result);
3190 long long result;
3200 result = strtoll(attr->zone_attr_value, &endptr, 10);
3203 *value = result;
3225 unsigned long long result;
3236 result = strtoull(attr->zone_attr_value, &endptr, 10);
3248 *value = result;
5429 * case we ignore this result and fall back to the XML files.
7421 int doorfd, result;
7501 result = rvalp->rval == 0 ? 0 : -1;
7503 return (result);