Home
last modified time | relevance | path

Searched refs:withfile (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dctfmerge.c755 char *withfile = NULL; in main() local
813 withfile = optarg; in main()
828 outfile != NULL || withfile != NULL || dynsym != 0) in main()
834 if (uniqfile != NULL && withfile != NULL) in main()
860 if (withfile && access(withfile, R_OK) != 0) { in main()
862 "ignored.\n", withfile); in main()
863 withfile = NULL; in main()
956 if (uniqfile != NULL || withfile != NULL) { in main()
964 reffile = withfile; in main()
977 savetd->td_nextid = withfile ? reftd->td_nextid : in main()
[all …]