Searched refs:tofree (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-current/contrib/libevent/
H A Devutil.c1818 struct cached_sock_errs_entry **errs, *tofree; local
1822 tofree = *errs;
1826 LocalFree(tofree->msg);
1827 mm_free(tofree);
/freebsd-current/tests/sys/kern/
H A Dktls_test.c222 struct addrinfo hints, *ai, *tofree; local
231 error = getaddrinfo(host, port, &hints, &tofree);
239 for (ai = tofree; ai != NULL; ai = ai->ai_next) {
254 freeaddrinfo(tofree);
266 freeaddrinfo(tofree);
/freebsd-current/usr.sbin/bhyve/
H A Dpci_ahci.c2349 char *next, *next2, *str, *tofree; local
2357 tofree = str = strdup(opts);
2393 free(tofree);
H A Dpci_emul.c235 char *config, *name, *tofree, *value; local
240 config = tofree = strdup(opt);
250 free(tofree);
H A Dpci_xhci.c2687 char *cp, *opt, *str, *tofree; local
2695 tofree = str = strdup(opts);
2716 free(tofree);
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c427 struct statfs *sfsp, *sp, *sptmp, *tofree; local
444 tofree = NULL;
447 tofree = NULL;
457 tofree = sfsp = *buf = malloc(maxcount * sizeof(struct statfs),
522 free(tofree, M_STATFS);

Completed in 280 milliseconds

12