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

  /onnv/onnv-gate/usr/src/cmd/boot/fiocompress/
fiocompress.c 59 static char *dstfile; variable
117 dstfile, strerror(errno));
161 dstfile = file;
163 fd = open(dstfile, O_WRONLY | O_CREAT | O_TRUNC,
166 (void) fprintf(stderr, OPEN_FAIL, dstfile, strerror(errno));
204 offset, dstfile, strerror(errno));
223 dlen, dstfile, strerror(errno));
234 0, dstfile, strerror(errno));
240 hlen, dstfile, strerror(errno));
296 dlen, dstfile, strerror(errno))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
inetconv.c 863 char *dstfile, *cp, *proto; local
876 dstfile = safe_malloc(len);
878 (void) strlcpy(dstfile, destdir, len);
879 if (dstfile[strlen(dstfile) - 1] != '/')
880 (void) strlcat(dstfile, "/", len);
881 cp = dstfile + strlen(dstfile);
883 (void) strlcat(dstfile, iconf->service, len);
884 (void) strlcat(dstfile, "-", len)
    [all...]

Completed in 240 milliseconds