Searched refs:extendfile (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 153 static char *extendfile(const char *, const char *); 268 extendfile(const char *path, const char *ext) in extendfile() function 449 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output() 452 if (infile && (include = extendfile(infile, ".h"))) { in c_output() 544 tmp2 = extendfile(guard, "_H_RPCGEN"); in generate_guard() 566 outfilename = extend ? extendfile(infile, outfile) : outfile; in h_output() 627 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output() 630 if (infile && (include = extendfile(infile, ".h"))) { in s_output() 716 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output() 720 if (infile && (include = extendfile(infile, ".h"))) { in l_output() [all …]
|
| /netbsd-src/tests/fs/vfs/ |
| H A D | t_io.c | 104 extendfile(const atf_tc_t *tc, const char *mp) in extendfile() function 242 ATF_TC_FSAPPLY(extendfile, "check that extending a file works"); 257 ATF_TP_FSAPPLY(extendfile); in ATF_TP_ADD_TCS()
|