Searched defs:withfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c217 " %s [-fstv] -l label | -L labelenv -o outfile -w withfile "
737 char *withfile = NULL; local
790 /* Additive merge with data from `withfile' */
791 withfile = optarg;
806 outfile != NULL || withfile != NULL || dynsym != 0)
812 if (uniqfile != NULL && withfile != NULL)
835 if (withfile && access(withfile, R_OK) != 0) {
837 "ignored.\n", withfile);
838 withfile
[all...]

Completed in 45 milliseconds