Searched refs:extendfile (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c214 extendfile(const char *path, const char *ext) function
367 temp = extendfile(file, ext);
387 outfilename = extend ? extendfile(infile, outfile) : outfile;
390 if (infile && (include = extendfile(infile, ".h"))) {
470 guard = extendfile(guard, "_H_RPCGEN");
490 outfilename = extend ? extendfile(infile, outfile) : outfile;
575 outfilename = extend ? extendfile(infile, outfile) : outfile;
578 if (infile && (include = extendfile(infile, ".h"))) {
661 outfilename = extend ? extendfile(infile, outfile) : outfile;
665 if (infile && (include = extendfile(infil
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dfat.h91 * Flags to extendfile:
100 int extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags);
H A Dmsdosfs_denode.c503 error = extendfile(dep, count, NULL, NULL, DE_CLEAR);
H A Dmsdosfs_lookup.c615 * can NOT be expanded. extendfile() checks for and fails attempts
623 error = extendfile(ddep, dirclust, 0, 0, DE_CLEAR);
H A Dmsdosfs_fat.c975 extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, function
992 printf("extendfile(): attempt to extend root directory\n");
1085 panic("extendfile: pcbmap");
H A Dmsdosfs_vnops.c697 error = extendfile(dep, count, NULL, NULL, 0);
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_io.c104 extendfile(const atf_tc_t *tc, const char *mp) function
242 ATF_TC_FSAPPLY(extendfile, "check that extending a file works");
257 ATF_TP_FSAPPLY(extendfile);

Completed in 197 milliseconds