HomeSort by: relevance | last modified time | path
    Searched refs:EMAIL (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/data/tls/
create-crt.sh 15 EMAIL=
24 echo "User cert requires an email address as an argument"
28 EMAIL="$2";
55 rm -f $EMAIL.csr
93 $openssl req -new -nodes -out $EMAIL.csr -keyout private/$EMAIL.key \
95 -subj "/emailAddress=$EMAIL/CN=$EMAIL/OU=OpenLDAP/O=OpenLDAP Foundation/ST=CA/C=US" \
98 $openssl ca -out certs/$EMAIL.crt -notext -config ./openssl.cnf -days 183000 -in $EMAIL.csr
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
xref.c 568 /* An email reference. */
574 char *addr = get_xref_token (1); /* expands all macros in email */
579 xml_insert_element_with_attribute (EMAIL, START, "url=\"mailto:%s\"", addr);
582 xml_insert_element (EMAIL, END);
586 xml_insert_element (EMAIL, START);
596 xml_insert_element (EMAIL, END);
xml.h 89 EMAIL, EMAILADDRESS, EMAILNAME,
  /src/external/gpl3/autoconf/dist/build-aux/
gendocs.sh 68 --email ADR use ADR as contact in generated web pages.
75 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\"
81 $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\"
87 Please use the --email ADDRESS option to specify your bug-reporting
116 Email bug reports or enhancement requests to bug-texinfo@gnu.org.
127 EMAIL=webmasters@gnu.org # please override with --email
134 --email) shift; EMAIL=$1;;
352 -e "s!%%EMAIL%%!$EMAIL!g"
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-java-2 72 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
80 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gendocs.sh 57 EMAIL=webmasters@gnu.org # please override with --email
89 --email ADR use ADR as contact in generated web pages; always give this.
112 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\"
118 $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\"
124 Please use the --email ADDRESS option so your own bug-reporting
156 Email bug reports or enhancement requests to bug-gnulib@gnu.org.
166 --email) shift; EMAIL=$1;;
486 -e "s!%%EMAIL%%!$EMAIL!g"
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gendocs.sh 57 EMAIL=webmasters@gnu.org # please override with --email
89 --email ADR use ADR as contact in generated web pages; always give this.
112 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\"
118 $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\"
124 Please use the --email ADDRESS option so your own bug-reporting
156 Email bug reports or enhancement requests to bug-gnulib@gnu.org.
166 --email) shift; EMAIL=$1;;
486 -e "s!%%EMAIL%%!$EMAIL!g"
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
user-email.sh.in 2 # Prints the user's email address, with confirmation from the user.
90 # Find a list of email addresses from various mailer configuration files.
203 addresses="$addresses "`grep -h '^Email Address=' $file 2>/dev/null | sed -e 's/^Email Address=//'`
243 # mutt uses $EMAIL as fallback.
244 if test -n "$EMAIL"; then
245 addresses="$addresses $EMAIL"
361 { gettext "Which is your email address?"; echo; } 1>&3
363 { gettext "Please choose the number, or enter your email address."; echo; } 1>&3
381 *" "*) { gettext "Invalid email address: invalid character."; echo; echo; } 1>&3 ; continue ;
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
patch_tester.sh 455 EMAIL=`grep "^email:" $PATCH | sed -e "s/^email://g" -e "s/ //g"`
456 if [ x$EMAIL != x ]; then
457 mutt -s "[regtest] Results for `basename $PATCH` on $TARGET" -i $REPORT -a $PATCH $EMAIL
464 EMAIL=`grep "^email:" $PATCH | sed -e "s/^email://g" -e "s/ //g"`
465 if [ x$EMAIL != x ]; then
472 mutt -s "[regtest] Starting bootstrap for `basename $PATCH` on $TARGET" -i $START_REPORT $EMAIL
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
patch_tester.sh 455 EMAIL=`grep "^email:" $PATCH | sed -e "s/^email://g" -e "s/ //g"`
456 if [ x$EMAIL != x ]; then
457 mutt -s "[regtest] Results for `basename $PATCH` on $TARGET" -i $REPORT -a $PATCH $EMAIL
464 EMAIL=`grep "^email:" $PATCH | sed -e "s/^email://g" -e "s/ //g"`
465 if [ x$EMAIL != x ]; then
472 mutt -s "[regtest] Starting bootstrap for `basename $PATCH` on $TARGET" -i $START_REPORT $EMAIL
    [all...]
  /src/external/gpl3/gcc/dist/contrib/legacy/
mklog.pl 37 . "EMAIL = ...\n";
47 } elsif (m/^\s*EMAIL\s*=\s*(.*?)\s*$/) {
58 $addr = `git config user.email`;
62 die "Could not read git user.name and user.email settings.\n"
  /src/external/gpl3/gcc.old/dist/contrib/legacy/
mklog.pl 37 . "EMAIL = ...\n";
47 } elsif (m/^\s*EMAIL\s*=\s*(.*?)\s*$/) {
58 $addr = `git config user.email`;
62 die "Could not read git user.name and user.email settings.\n"

Completed in 37 milliseconds