Searched defs:saveto (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c78 static int copy_arg(char *option, char *value, char **saveto);
211 * saved to *saveto.
216 * @param saveto
228 char **saveto)
233 if (*saveto != NULL) {
239 if ((*saveto = strdup(value)) == NULL) {
225 copy_arg( char *option, char *value, char **saveto) argument
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1055 char padding[100], *saveto; local
1075 saveto = to;
1084 to = saveto;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c682 char *saveto = CurEnv->e_to; local
758 CurEnv->e_to = saveto;
958 CurEnv->e_to = saveto;

Completed in 53 milliseconds