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

/illumos-gate/usr/src/tools/scripts/
H A Dhgsetup.sh34 # * Populate the author/email fields to be correct
46 "usage: $prog [-f] [-c cdm_path] [-m merge_path] [-n name] [-e email] [-p proxy] [-s style_path]
51 -e email : override email (for email.from)
65 e) email=$OPTARG;;
123 if [[ -z $email ]]; then
128 email="$my_id@$my_fqhn"
129 echo "No e-mail address provided, defaulting to $email"
135 username="$name <$email>"
[all...]
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c79 char *email; member in struct:config_entry_s
569 config_entry->email = strdup(emailid);
570 if (config_entry->email == NULL)
1023 ce->email);
1033 ce->email,
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c936 char *email = NULL; local
952 email = get_input_string(EMAIL_PROMPT, NULL, RDN_MIN, RDN_MAX);
986 if (email != NULL) {
988 (void) strlcat(subname, email, SUBNAMESIZ);
1004 if (email)
1005 free(email);
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c192 * email-fields (e=)
193 * *(%x65 "=" email-address CRLF)
194 * anything between "=" and "CRLF" is considered to be email-address
197 sdp_parse_email(sdp_list_t **email, const char *begin, const char *end, argument
223 if (*email == NULL) {
224 *email = new_email;
226 tmp = *email;
H A Dsdp.c380 * Adds email address field to the session.
381 * e=<email-address>
384 sdp_add_email(sdp_session_t *session, const char *email) argument
386 if (session == NULL || email == NULL || (strlen(email) == 0))
388 return (add_value_to_list(&session->s_email, email, strlen(email),
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1907 % So now @email is just like @uref, unless we are pdf.
1909 %\def\email#1{\angleleft{\tt #1}\angleright}
1911 \def\email#1{\doemail#1,,\finish}
1920 \let\email=\uref

Completed in 81 milliseconds