| /openbsd/src/lib/libssl/test/ |
| D | P2ss.cnf | 21 organizationName = Organization Name (eg, company) 24 0.commonName = Common Name (eg, YOUR name) 27 1.commonName = Common Name (eg, YOUR name) 30 2.commonName = Common Name (eg, YOUR name) 33 3.commonName = Common Name (eg, YOUR name)
|
| D | P1ss.cnf | 21 organizationName = Organization Name (eg, company) 24 0.commonName = Common Name (eg, YOUR name) 27 1.commonName = Common Name (eg, YOUR name) 30 2.commonName = Common Name (eg, YOUR name)
|
| D | Sssrsa.cnf | 19 organizationName = Organization Name (eg, company) 22 0.commonName = Common Name (eg, YOUR name) 25 1.commonName = Common Name (eg, YOUR name)
|
| D | Sssdsa.cnf | 19 organizationName = Organization Name (eg, company) 22 0.commonName = Common Name (eg, YOUR name) 25 1.commonName = Common Name (eg, YOUR name)
|
| D | Uss.cnf | 21 organizationName = Organization Name (eg, company) 24 0.commonName = Common Name (eg, YOUR name) 27 1.commonName = Common Name (eg, YOUR name)
|
| D | test.cnf | 73 localityName = Locality Name (eg, city) 76 organizationName = Organization Name (eg, company) 80 organizationalUnitName = Organizational Unit Name (eg, section) 84 commonName = Common Name (eg, YOUR name)
|
| D | CAssrsa.cnf | 19 organizationName = Organization Name (eg, company) 22 commonName = Common Name (eg, YOUR name)
|
| D | CAssdsa.cnf | 19 organizationName = Organization Name (eg, company) 22 commonName = Common Name (eg, YOUR name)
|
| D | CAssdh.cnf | 19 organizationName = Organization Name (eg, company) 22 commonName = Common Name (eg, YOUR name)
|
| D | CAss.cnf | 21 organizationName = Organization Name (eg, company) 24 commonName = Common Name (eg, YOUR name)
|
| /openbsd/src/lib/libcrypto/ |
| D | openssl.cnf | 13 localityName = Locality Name (eg, city) 14 0.organizationName = Organization Name (eg, company) 15 organizationalUnitName = Organizational Unit Name (eg, section) 16 commonName = Common Name (eg, fully qualified host name)
|
| /openbsd/src/usr.sbin/ikectl/ |
| D | ikeca.cnf | 38 localityName = Locality Name (eg, city) 41 0.organizationName = Organization Name (eg, company) 45 #1.organizationName = Second Organization Name (eg, company) 48 organizationalUnitName = Organizational Unit Name (eg, section) 51 commonName = Common Name (eg, fully qualified host name)
|
| /openbsd/src/lib/libcrypto/conf/ |
| D | ssleay.cnf | 63 Attribute_text_3 = Locality Name (eg, city) 66 Attribute_text_4 = Organization Name (eg, company) 70 Attribute_text_5 = Organizational Unit Name (eg, section) 74 Attribute_text_6 = Common Name (eg, YOUR name)
|
| /openbsd/src/regress/usr.bin/openssl/ |
| D | openssl.cnf | 19 organizationName = Organization Name (eg, company) 22 0.commonName = Common Name (eg, YOUR name) 25 1.commonName = Common Name (eg, YOUR name)
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | mode-switching.c | 212 edge eg; in create_pre_exit() local 220 FOR_EACH_EDGE (eg, ei, EXIT_BLOCK_PTR->preds) in create_pre_exit() 221 if (eg->flags & EDGE_FALLTHRU) in create_pre_exit() 223 basic_block src_bb = eg->src; in create_pre_exit() 372 pre_exit = split_edge (eg); in create_pre_exit() 587 edge eg = INDEX_EDGE (edge_list, e); in optimize_mode_switching() local 593 eg->aux = 0; in optimize_mode_switching() 598 eg->aux = (void *)1; in optimize_mode_switching() 601 src_bb = eg->src; in optimize_mode_switching() 616 gcc_assert (! (eg->flags & EDGE_ABNORMAL)); in optimize_mode_switching() [all …]
|
| /openbsd/src/usr.bin/ssh/ |
| D | ssh-ecdsa.c | 55 EC_GROUP *eg = NULL; in sshkey_ecdsa_fixup_group() local 72 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL) in sshkey_ecdsa_fixup_group() 74 if (EC_GROUP_cmp(g, eg, NULL) == 0) in sshkey_ecdsa_fixup_group() 76 EC_GROUP_free(eg); in sshkey_ecdsa_fixup_group() 77 eg = NULL; in sshkey_ecdsa_fixup_group() 83 EC_GROUP_set_asn1_flag(eg, OPENSSL_EC_NAMED_CURVE); in sshkey_ecdsa_fixup_group() 84 if (EC_KEY_set_group(ec, eg) != 1 || in sshkey_ecdsa_fixup_group() 91 EC_GROUP_free(eg); in sshkey_ecdsa_fixup_group()
|
| /openbsd/src/lib/libkeynote/testsuite/ |
| D | openssl.cnf | 16 organizationName = Organization Name (eg, company; recommended) 19 commonName = server name (eg. ssl.domain.tld; required!!!)
|
| /openbsd/src/bin/ksh/ |
| D | NOTES | 14 - some specials behave differently when unset (eg, IFS behaves like 16 still need to sort out some others (eg, TMOUT). 22 isn't parsed correctly (eg, $(echo "foo$(echo ")")") ) 26 of a command (eg, HISTFILE=/foo/bar echo hi) affects the parent 89 (eg, typeset -iR5 j=10), pdksh can. 91 character, at&t allows it at the end of the option group (eg, 100 - at&t ksh allows command assignments of readonly variables (eg, YY=2 cat), 103 variable fails due to an expression error: eg, 123 (eg, typeset -i x='y(2)') but they do not seem to be regular functions 124 nor math functions (eg, pow, exp) - anyone known anything about this? [all …]
|
| D | PROJECTS | 40 more information (eg, array stuff, fields) are needed for variables 62 (eg, ident[], heres[], PATH, buffer size in emacs/vi code)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | lcm.c | 1058 edge eg; local 1063 for (pre_exit = 0, eg = EXIT_BLOCK_PTR->pred; eg; eg = eg->pred_next) 1064 if (eg->flags & EDGE_FALLTHRU) 1066 regset live_at_end = eg->src->global_live_at_end; 1070 pre_exit = split_edge (eg); 1210 edge eg = INDEX_EDGE (edge_list, e); local 1216 eg->aux = 0; 1221 eg->aux = (void *)1; 1224 src_bb = eg->src; 1240 if (eg->flags & EDGE_ABNORMAL) [all …]
|
| /openbsd/src/regress/lib/libssl/interop/botan/ |
| D | Makefile | 10 .elif (${COMPILER_VERSION:L} != "clang" && ! exists(/usr/local/bin/eg++)) 19 CXX = /usr/local/bin/eg++
|
| /openbsd/src/usr.sbin/ldapd/schema/ |
| D | nis.schema | 104 DESC 'IP address as a dotted decimal, eg. 192.168.1.1, 110 DESC 'IP network as a dotted decimal, eg. 192.168, 117 DESC 'IP netmask as a dotted decimal, eg. 255.255.255.0, 125 eg. 00:00:92:90:ee:e2'
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | subst.t | 590 s!.!!eg; 605 is(s/(??{1})/2/eg, 4, '#20684 s/// with (??{..}) inside'); 714 $count = $s =~ s/\d\d\G/$f->(1)/eg; 720 $count = $s =~ s/\d\d\G/$f->(2)/eg; 726 $count = $s =~ s/\d\d\G/$f->(3)/eg; 751 $count = $s =~ s/\d\d(?=\d\G)/$f->(1)/eg; 757 $count = $s =~ s/\d\d(?=\d\G)/$f->(2)/eg; 763 $count = $s =~ s/\d\d(?=\d\G)/$f->(3)/eg;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| D | flags.inc | 29 "eg: malloc/delete, new/free, new/delete[], etc.") 42 "returning NULL in otherwise non-fatal error scenarios, eg: OOM, "
|
| /openbsd/src/regress/usr.bin/mandoc/roff/esc/ |
| D | hneg.out_ascii | 4 eesscc--hhnneegg - the roff escape h sequence with a negative argument
|