Searched refs:len_mail (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/newtask/
H A Dnewtask.c217 size_t len_mail = strlen(pw->pw_name) + local
225 char *env_mail = safe_malloc(len_mail);
233 (void) snprintf(env_mail, len_mail, "MAIL=/var/mail/%s",

Completed in 41 milliseconds