Lines Matching defs:data
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS47 void *data;50 data = NULL;53 if (sysctl(oids, (u_int)oidlen, data, len, NULL, 0) == 0) {55 free(data);58 if (data != NULL)59 return data;62 free(data);68 data = malloc(*len);69 if (data == NULL) {
Indexes created Sat Sep 20 22:09:52 GMT 2025