Searched refs:blkfree (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dol.c101 blkfree(t->t_dcom);
123 blkfree(expanded);
128 blkfree(expanded);
1113 blkfree(words);
H A Dtc.sched.c121 blkfree(tp->t_lex);
229 blkfree(tp->t_lex); /* straighten out in case of */
H A Dsh.misc.c150 blkfree(Char **av0) function
164 blkfree(ptr);
173 blkfree(*ptr);
H A Dsh.exec.c205 blkfree(t->t_dcom);
396 blkfree((Char **) t);
481 blkfree((Char **) vp);
495 blkfree((Char **) t);
H A Dsh.set.c664 blkfree(oldv);
667 blkfree(oldv);
735 blkfree(c->vec);
862 blkfree(p->vec);
H A Dsh.decls.h257 extern void blkfree (Char **);
H A Dsh.glob.c396 blkfree(vl);
410 blkfree(vl);
414 blkfree(vl);
H A Ded.screen.c422 blkfree(b);
425 blkfree(b);
H A Dsh.func.c334 blkfree((Char **) p);
1124 blkfree(wp->w_fe0);
1751 blkfree((Char **) environ);
1760 blkfree((Char **) environ);
1784 blkfree((Char **) environ);
/freebsd-11-stable/contrib/opie/
H A Dpopen.c93 VOIDRET blkfree __P((char **));
177 blkfree((char **) argv[argc]);
H A Dglob.c97 VOIDRET blkfree __P((char **));
280 VOIDRET blkfree FUNCTION((av0), char **av0) function
664 blkfree(gargv), gargv = 0;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h64 void blkfree(char **);
/freebsd-11-stable/libexec/ftpd/
H A Dextern.h36 void blkfree(char **);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h57 void blkfree (char **);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dgjournal.c258 blkfree(ufs2_daddr_t bno, long size) function
275 assert(!"blkfree: freeing free block");
294 assert(!"blkfree: freeing free frag");
338 blkfree(blks[i], fs->fs_bsize);
342 blkfree(blk, fs->fs_bsize);
372 blkfree(dino->di_extb[i], sblksize(fs, osize, i));
390 blkfree(bn, bsize);
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h106 void blkfree(char **);
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c1182 u_int8_t *blkfree; local
1192 blkfree = dh->dh_blkfree;
1203 free(blkfree, M_DIRHASH);

Completed in 177 milliseconds