Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c756 char *withfile = NULL; in main() local
814 withfile = optarg; in main()
829 outfile != NULL || withfile != NULL || dynsym != 0) in main()
835 if (uniqfile != NULL && withfile != NULL) in main()
861 if (withfile && access(withfile, R_OK) != 0) { in main()
863 "ignored.\n", withfile); in main()
864 withfile = NULL; in main()
951 if (uniqfile != NULL || withfile != NULL) { in main()
959 reffile = withfile; in main()
972 savetd->td_nextid = withfile ? reftd->td_nextid : in main()
[all …]