Home
last modified time | relevance | path

Searched refs:dfree (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.dir.c237 dfree(fdp); in dodirs()
517 dfree(dcwd); in dochngd()
531 dfree(dcwd); in dochngd()
834 dfree(dp); in dopopd()
847 dfree(struct directory *dp) in dfree() function
1204 dfree(dn); in dnewcwd()
1238 dfree(dn); in dsetstack()
H A Dsh.decls.h68 extern void dfree (struct directory *);
H A Dsh.proc.c450 dfree(pp->p_cwd); in pfree()
/freebsd/sys/dev/liquidio/base/
H A Dlio_device.c710 struct lio_stailq_node *dispatch, *dfree = NULL, *tmp2; in lio_unregister_dispatch_fn() local
735 dfree = dispatch; in lio_unregister_dispatch_fn()
751 dfree = dispatch; in lio_unregister_dispatch_fn()
761 free(dfree, M_DEVBUF); in lio_unregister_dispatch_fn()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg.c773 void (*dfree)(void *vctx), in ossl_rand_drbg_new()
853 dfree(drbg); in ossl_rand_drbg_new()