Searched defs:dstfile (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/boot/fiocompress/ |
H A D | 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, strerro [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_parse.c | 449 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) argument 451 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 861 char *dstfile, *cp, *proto; local 874 dstfile = safe_malloc(len); 876 (void) strlcpy(dstfile, destdir, len); 877 if (dstfile[strlen(dstfile) - 1] != '/') 878 (void) strlcat(dstfile, "/", len); 879 cp = dstfile + strlen(dstfile); 881 (void) strlcat(dstfile, iconf->service, len); 882 (void) strlcat(dstfile, " [all...] |
Completed in 67 milliseconds