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

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dsort.c121 char *outfile, *outpath = 0; local
186 outpath = optarg;
260 outpath = argv[argc-1];
317 if (!outpath) {
319 outfile = outpath = toutpath;
321 } else if (lstat(outpath, &st) == 0
329 if (access(outpath, W_OK))
330 err(2, "%s", outpath);
332 outpath);
345 outfile = outpath;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.c192 atf_fs_path_t outpath, errpath; local
197 RE(atf_fs_path_init_fmt(&outpath, outname));
202 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
213 atf_fs_path_fini(&outpath);
H A Dprocess_test.c929 atf_fs_path_t outpath; local
932 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
933 RE(atf_process_stream_init_redirect_path(&outsb, &outpath));
937 atf_fs_path_fini(&outpath);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c194 atf_fs_path_t outpath, errpath; local
199 RE(atf_fs_path_init_fmt(&outpath, outname));
204 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
215 atf_fs_path_fini(&outpath);
H A Dprocess_test.c930 atf_fs_path_t outpath; local
933 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
934 RE(atf_process_stream_init_redirect_path(&outsb, &outpath));
938 atf_fs_path_fini(&outpath);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c1331 zfs_parse_bootfs(char *bpath, char *outpath) argument
1340 (void) strcpy(outpath, bpath);
1355 error = dsl_dsobj_to_dsname(bpath, objnum, outpath);

Completed in 214 milliseconds