Searched refs:outpath (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.c125 atf_fs_path_t outpath, errpath; local
130 RE(atf_fs_path_init_fmt(&outpath, outname));
135 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
146 atf_fs_path_fini(&outpath);
H A Dprocess_test.c919 atf_fs_path_t outpath; local
922 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
923 RE(atf_process_stream_init_redirect_path(&outsb, &outpath));
927 atf_fs_path_fini(&outpath);
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.h83 int child(const char *inpath, const char *outpath, int pipefd,
H A Dchild.c232 child(const char *inpath, const char *outpath, int pipefd, argument
240 if (outpath != NULL)
241 outfp = checked_fopen(outpath, "w");
275 save(x, outfp, outpath);
H A Duefisign.c341 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; local
360 outpath = checked_strdup(optarg);
380 if (outpath != NULL)
387 if (outpath == NULL)
406 return (child(inpath, outpath, pipefds[1], Vflag, vflag));
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dblame-cmd.c359 const char *outpath = truepath;
361 outpath = svn_dirent_local_style(truepath, subpool);
363 "path", outpath, SVN_VA_NULL);
357 const char *outpath = truepath; local
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp447 if (llvm::opt::Arg *outpath = parsedArgs.getLastArg(OPT_output))
448 ctx.setOutputPath(outpath->getValue());
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1492 zfs_parse_bootfs(char *bpath, char *outpath) argument
1501 (void) strcpy(outpath, bpath);
1516 error = dsl_dsobj_to_dsname(bpath, objnum, outpath);

Completed in 95 milliseconds