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

  /src/tests/fs/vfs/
t_io.c 104 extendfile(const atf_tc_t *tc, const char *mp) function in typeref:typename:void
242 ATF_TC_FSAPPLY(extendfile, "check that extending a file works");
257 ATF_TP_FSAPPLY(extendfile);
  /src/usr.bin/rpcgen/
rpc_main.c 153 static char *extendfile(const char *, const char *);
268 extendfile(const char *path, const char *ext) function in typeref:typename:char *
449 outfilename = extend ? extendfile(infile, outfile) : outfile;
452 if (infile && (include = extendfile(infile, ".h"))) {
512 * Leave extension as it is. It will be handled in extendfile().
544 tmp2 = extendfile(guard, "_H_RPCGEN");
566 outfilename = extend ? extendfile(infile, outfile) : outfile;
627 outfilename = extend ? extendfile(infile, outfile) : outfile;
630 if (infile && (include = extendfile(infile, ".h"))) {
716 outfilename = extend ? extendfile(infile, outfile) : outfile
    [all...]

Completed in 44 milliseconds