Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctfmerge.c736 char *uniqfile = NULL, *uniqlabel = NULL; in main() local
759 uniqfile = optarg; in main()
805 if (uniqfile != NULL || uniqlabel != NULL || label != NULL || in main()
812 if (uniqfile != NULL && withfile != NULL) in main()
815 if (uniqlabel != NULL && uniqfile == NULL) in main()
830 if (uniqfile && access(uniqfile, R_OK) != 0) { in main()
832 "will be ignored.\n", uniqfile); in main()
833 uniqfile = NULL; in main()
931 if (uniqfile != NULL || withfile != NULL) { in main()
935 if (uniqfile != NULL) { in main()
[all …]
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c291 if (ps->uniqfile) { in web_cleanup()
292 (void) remove_dwnld_file(ps->uniqfile); in web_cleanup()
293 free(ps->uniqfile); in web_cleanup()
294 ps->uniqfile = NULL; in web_cleanup()
2218 if ((ps->uniqfile = get_unique_filename(dwnld_dir, in web_get_file()
2228 if ((fd = open(ps->uniqfile, in web_get_file()
2236 if ((fd = open(ps->uniqfile, in web_get_file()
2242 ps->uniqfile); in web_get_file()
2248 ps->uniqfile, in web_get_file()
2257 ps->uniqfile); in web_get_file()
[all …]
H A Dpkgweb.h91 char *uniqfile; member