Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctfmerge.c737 char *withfile = NULL; in main() local
791 withfile = optarg; in main()
806 outfile != NULL || withfile != NULL || dynsym != 0) in main()
812 if (uniqfile != NULL && withfile != NULL) in main()
835 if (withfile && access(withfile, R_OK) != 0) { in main()
837 "ignored.\n", withfile); in main()
838 withfile = NULL; in main()
931 if (uniqfile != NULL || withfile != NULL) { in main()
939 reffile = withfile; in main()
952 savetd->td_nextid = withfile ? reftd->td_nextid : in main()
[all …]