HomeSort by: relevance | last modified time | path
    Searched defs:tofree (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
freeaddrinfo.c 47 struct addrinfo *tofree; local
52 tofree = ai;
54 free (tofree);
  /src/sys/dev/i2o/
iopsp.c 227 void *tofree; local
334 tofree = sc->sc_tidmap;
338 if (tofree != NULL)
339 free(tofree, M_DEVBUF);
  /src/usr.bin/whois/
whois.c 167 char *tofree = NULL; local
169 host ? host : choose_server(name, country, &tofree);
171 free(tofree);
301 choose_server(const char *name, const char *country, char **tofree)
361 *tofree = server;
  /src/usr.sbin/autofs/
automountd.c 87 char *tofree, *pair, *newoptions; local
91 tofree = *optionsp;
113 free(tofree);
common.c 125 char *component, *copy, *tofree, *partial, *tmp; local
133 copy = tofree = checked_strdup(path + 1);
151 free(tofree);
  /src/sys/kern/
vfs_trans.c 352 struct fstrans_lwp_info **p, *fli, *tofree = NULL; local
376 fli->fli_succ = tofree;
377 tofree = fli;
389 while (tofree != NULL) {
390 fli = tofree;
391 tofree = fli->fli_succ;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_tx.c 1178 uint64_t towrite, tofree, tooverwrite, tounref, tohold, fudge; local
1217 towrite = tofree = tooverwrite = tounref = tohold = fudge = 0;
1235 tofree += refcount_count(&txh->txh_space_tofree);
1250 tooverwrite = tofree = 0;
1256 fsize = spa_get_asize(tx->tx_pool->dp_spa, tooverwrite) + tofree;
1270 tx->tx_space_tofree = tofree;
1517 dprintf("towrite=%llu written=%llu tofree=%llu freed=%llu\n",
  /src/external/bsd/libevent/dist/
evutil.c 1822 struct cached_sock_errs_entry **errs, *tofree; local
1826 tofree = *errs;
1830 LocalFree(tofree->msg);
1831 mm_free(tofree);
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 1820 struct cached_sock_errs_entry **errs, *tofree; local
1824 tofree = *errs;
1828 LocalFree(tofree->msg);
1829 mm_free(tofree);
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5323 char *tofree = NULL;
5345 tofree = xstrndup (obase, blen - xlen);
5346 obase = tofree;
5367 if (obase == tofree)
5368 outbase = tofree;
5372 free (tofree);
5374 obase = tofree = NULL;
5389 free (tofree);
5390 obase = tofree = NULL;
9220 char *tofree = dumpdir
5302 char *tofree = NULL; local
9194 char *tofree = dumpdir; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5237 char *tofree = NULL;
5259 tofree = xstrndup (obase, blen - xlen);
5260 obase = tofree;
5281 if (obase == tofree)
5282 outbase = tofree;
5286 free (tofree);
5288 obase = tofree = NULL;
5303 free (tofree);
5304 obase = tofree = NULL;
9093 char *tofree = dumpdir
5216 char *tofree = NULL; local
9067 char *tofree = dumpdir; local
    [all...]

Completed in 33 milliseconds