Lines Matching refs:outfile
85 const char *outfile; in main() local
100 outfile = infile = NULL; in main()
103 outfile = DEF_TRACEFILE; in main()
131 outfile = optarg; in main()
149 outfile = optarg; in main()
201 if (clear == CLEAR && outfile == NULL && pid == 0) in main()
227 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block); in main()
231 if (outfile && strcmp(outfile, "-")) { in main()
232 if ((fd = open(outfile, O_CREAT | O_WRONLY | in main()
235 err(EXIT_FAILURE, "%s", outfile); in main()
241 if (do_ktrace(outfile, vers, ops, trpoints, getpid(), block) == 1) { in main()
246 (void)do_ktrace(outfile, vers, ops, trpoints, getpid(), block); in main()
251 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block); in main()