HomeSort by relevance Sort by last modified time
    Searched defs:srcfile (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
cmdexec.c 57 *srcfile, /* sed data file */ local
81 srcfile = argv[3];
84 srcfile = argv[3];
85 if ((fp = fopen(srcfile, "r")) == NULL) {
86 progerr(gettext("unable to open %s"), srcfile);
  /onnv/onnv-gate/usr/src/cmd/boot/fiocompress/
fiocompress.c 58 static char *srcfile; variable
132 srcfile = file;
134 fd = open(srcfile, O_RDONLY, 0);
137 srcfile, strerror(errno));
143 srcfile, strerror(errno));
150 (void) fprintf(stderr, MMAP_FAIL, srcfile, strerror(errno));
217 (void) fprintf(stderr, COMP_ERR, srcfile, ret);
258 srcfile, (uint64_t)hdr->ch_magic, CH_MAGIC_ZLIB);
263 srcfile, (uint64_t)hdr->ch_version, CH_VERSION);
268 srcfile, (uint64_t)hdr->ch_algorithm, CH_ALG_ZLIB)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/genmsg/
main.c 68 char *srcfile; variable
225 srcfile = argv[optind];
232 len = strlen(cpppath) + 1 + strlen(srcfile) + 1;
237 (void) snprintf(cmd, len, "%s %s", cpppath, srcfile);
246 if ((yyin = fopen(srcfile, "r")) == NULL) {
248 gettext("cannot open \"%s\""), srcfile);
259 cpppath, srcfile);
278 tmp = basename(srcfile);
281 newfile = srcfile;
322 if ((yyin = fopen(srcfile, "r")) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/tools/aw/
aw.c 488 char *srcfile = NULL; local
592 if (srcfile == NULL)
593 srcfile = arg;
748 if (srcfile == NULL)
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisbackup.cc 595 copyfile(char *srcfile, char *destfile)
601 if ((infd = open(srcfile, O_RDONLY)) == -1)
631 char srcfile[NIS_MAXNAMELEN], destfile[NIS_MAXNAMELEN]; local
646 sprintf(srcfile, "%s", fs[i]);
652 if (copyfile(srcfile, destfile) == FALSE)
659 if (db_copy_file(srcfile, destfile) == 0)
668 sprintf(srcfile, "%s", nis_data(ROOT_OBJ));
670 return (copyfile(srcfile, destfile));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
inetconv.c 1045 update_hash(char *srcfile)
1059 if (realpath(srcfile, cpath) == NULL)
1060 (void) strlcpy(cpath, srcfile, sizeof (cpath));
1413 char *srcfile = NULL; local
    [all...]

Completed in 4860 milliseconds