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

  /src/usr.bin/nbsvtool/
nbsvtool.c 116 char *subject; local in function:verify_file
156 subject = X509_NAME_oneline(name, NULL, 0);
159 subject);
168 subject = X509_NAME_oneline(name, NULL, 0);
171 printf("\t%s\n", subject);
173 OPENSSL_free(subject);
  /src/usr.bin/mail/
main.c 78 Usage: mail [-EiInv] [-r rcfile] [-s subject] [-a file] [-c cc-addr]\n\
85 Usage: mail [-EiInv] [-r rcfile] [-s subject] [-c cc-addr] [-b bcc-addr]\n\
186 char *subject; local in function:main
227 subject = NULL;
286 * Give a subject field for sending from
289 subject = optarg;
389 if (to == NULL && (subject != NULL || cc != NULL || bcc != NULL))
431 (void)mail(to, cc, bcc, smopts, subject,
list.c 759 * /y pattern 'y' is compared with the subject field. If 'y' is empty,
761 * /:y pattern 'y' is compared with the subject field.
795 fieldname = "subject";
808 { X(":"), "subject", matchfield },
send.c 438 * Dump the to, subject, cc header on the
451 (void)fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
714 (void)printf("No message, no subject; hope that's ok\n");
775 struct name *smopts, char *subject, struct attachment *attach)
783 head.h_subject = subject;
  /src/usr.sbin/syslogd/
tls.h 121 * check_peer_cert() fills in subject and fingerprint from the peer cert
136 char *subject; /* configured hostname in cert */ member in struct:tls_conn_settings
tls.c 430 * checks a 'really used' hostname and optionally a second expected subject
438 match_hostnames(X509 *cert, const char *hostname, const char *subject)
450 cert, hostname, subject);
453 if ((subject && (asn1_ip = a2i_IPADDRESS(subject )))
482 if (!strncasecmp(subject, str, len)
500 if ((subject && !strncasecmp(subject,
511 && subject
512 && (asn1_cn_ip = a2i_IPADDRESS(subject))
    [all...]
  /src/usr.bin/vacation/
vacation.c 92 static char subject[MAXLINE]; variable in typeref:typename:char[]
389 if (COMPARE(buf, "Subject:") == 0) {
392 for (p = buf + sizeof("Subject:") - 1; *p; p++)
404 (void)strlcpy(subject, s, sizeof(subject));
406 subject[0] = '\0';
648 if ((p = strstr(buf, "$SUBJECT")) != NULL) {
651 (void)fputs(subject, sfp);
652 p += sizeof("$SUBJECT") - 1;
  /src/sys/external/bsd/drm/dist/
Makefile.am 8 # the Software is furnished to do so, subject to the following conditions:
configure.ac 8 # the Software is furnished to do so, subject to the following conditions:
  /src/sys/external/bsd/drm/dist/shared-core/
Makefile.am 8 # the Software is furnished to do so, subject to the following conditions:
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun7i-a20-olinuxino-lime2-emmc.dts 28 * Software is furnished to do so, subject to the following
sun7i-a20-olinuxino-micro-emmc.dts 28 * Software is furnished to do so, subject to the following
sun8i-t3-cqa3t-bv3.dts 30 * Software is furnished to do so, subject to the following
  /src/share/mk/
bsd.lua.mk 23 # subject to change.
  /src/usr.bin/make/unit-tests/
varmod-match-escape.mk 24 # expression, the whole modifier text is subject to unescaping '\:' to ':',
  /src/usr.bin/m4/TEST/
test.m4 132 "Nothing much" and then I change the subject.

Completed in 17 milliseconds