Lines Matching defs:to

4  * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
82 #define MSG_VOLUMIZE "## Attempting to volumize %d entries in pkgmap.\n"
93 #define ERR_TEMP "unable to obtain temporary file resources, errno=%d"
95 #define ERR_SPLIT "unable to volumize package"
96 #define ERR_MKDIR "unable to make directory <%s>"
97 #define ERR_SYMLINK "unable to create symbolic link for <%s>"
98 #define ERR_OVERWRITE "must use -o option to overwrite <%s>"
99 #define ERR_UMOUNT "unable to unmount device <%s>"
102 #define ERR_RDPKGINFO "unable to process pkginfo file <%s>"
103 #define ERR_PROTOTYPE "unable to locate prototype file"
104 #define ERR_STATVFS "unable to stat filesystem <%s>"
105 #define ERR_WHATVFS "unable to determine or access output filesystem for " \
107 #define ERR_DEVICE "unable to find info for device <%s>"
108 #define ERR_BUILD "unable to build pkgmap from prototype file"
113 #define ERR_NO_PKG_INFOFILE "unable to open pkginfo file <%s>: %s"
116 "set either parameter to true, but " \
117 "may not set both parameters to " \
124 "must also be set to install in all " \
142 #define WRN_SETPARAM "WARNING: parameter <%s> set to \"%s\""
171 static int slinkf(char *from, char *to);
213 /* tell spmi zones interface how to access package output functions */
286 * needed to add return (1); so that main() would
359 * convert prototype file to a pkgmap, while locating
497 /* use octal value of '%' to fight sccs expansion */
558 /* stat the intended output filesystem to get blocking information */
578 * to 512 byte blocks
648 * have changed due to command line or failure to
850 slinkf(char *from, char *to)
854 pt = to;
857 if (isdir(to) && mkdir(to, 0755)) {
858 progerr(gettext(ERR_MKDIR), to);
864 if (symlink(from, to)) {
865 progerr(gettext(ERR_SYMLINK), to);
896 /* Path to pkginfo file within the package to be installed */
906 * Check to see if this package has a request script. If this