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

/openbsd-current/lib/libcrypto/x509/
H A Dx509_akey.c156 X509_NAME *isname = NULL; local
201 isname = X509_NAME_dup(X509_get_issuer_name(cert));
203 if (!isname || !serial) {
212 if (isname) {
220 gen->d.dirn = isname;
233 X509_NAME_free(isname);
/openbsd-current/usr.bin/vi/common/
H A Dseq.c264 seq_dump(SCR *sp, seq_t stype, int isname) argument
290 if (isname && qp->name != NULL) {
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dexpr.c793 goto isname;
1045 goto isname;
1154 goto isname;
1211 goto isname;
1261 isname:
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dexpr.c763 goto isname;
1005 goto isname;
1118 goto isname;
1175 goto isname;
1225 isname:
/openbsd-current/sbin/isakmpd/
H A Dx509.c107 char isname[256], subname[256]; local
437 if (!X509_NAME_oneline(issuer, isname, 256)) {
449 if (asprintf(&buf, fmt2, isname, subname, timecomp, before,
/openbsd-current/usr.bin/sndioctl/
H A Dsndioctl.c73 isname(int c) function
519 if (!isname(*p)) {
523 while (isname(*p)) {
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm1240 my $isname = ($text eq 'NAME' || $text =~ /\(NAME\)/);
1242 $self->outindex ('Header', $text) unless $isname;
1244 $$self{IN_NAME} = $isname;

Completed in 105 milliseconds