Searched refs:extensions (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c428 sshbuf_free(cert->extensions);
447 (cert->extensions = sshbuf_new()) == NULL) {
1727 (ret = sshbuf_putb(to->extensions, from->extensions)) != 0)
1908 * Stash a copies of the critical options and extensions sections
1913 (ret = sshbuf_putb(key->cert->extensions, exts)) != 0))
1917 * Validate critical options and extensions sections format.
1930 sshbuf_reset(key->cert->extensions);
2464 (ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0 ||
H A Dssh-keygen.c1649 prepare_options_buf(public->cert->extensions,
1918 if (sshbuf_len(key->cert->extensions) == 0)
1922 show_options(key->cert->extensions, 0);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509.h252 STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */ member in struct:x509_cinf_st
430 STACK_OF(X509_EXTENSION) /* optional */ *extensions; member in struct:x509_revoked_st
448 STACK_OF(X509_EXTENSION) /* [0] */ *extensions; member in struct:X509_crl_info_st
459 /* Copies of various extensions */
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcert.c591 if (c->version == NULL || *c->version < 2 || c->extensions == NULL)
594 for (;*idx < c->extensions->len; (*idx)++) {
595 if (der_heim_oid_cmp(&c->extensions->val[*idx].extnID, oid) == 0)
596 return &c->extensions->val[(*idx)++];
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S281 int $0x13 # extensions present
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c186 {"extensions", 'x', 1,
379 const char *extensions; /* diff extension args (UTF-8!) */
2122 baton->diff_options = svn_cstring_split(opt_state->extensions
2123 ? opt_state->extensions : "",
2629 opt_state.extensions = opt_arg;
377 const char *extensions; /* diff extension args (UTF-8!) */ member in struct:svnlook_opt_state
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi103 code is syntactically correct (e.g. that you did not use GCC extensions
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk82 CFLAGS.gcc+= -fno-common -fms-extensions -finline-limit=${INLINE_LIMIT}
H A Dkmod.mk129 CFLAGS.gcc+= -fms-extensions
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsvn.c126 {"extensions", 'x', 1,
2422 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.extensions,
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y6242 parseport(char *port, struct range *r, int extensions)
6253 if ((extensions & PPORT_STAR) && !strcmp(p+1, "*")) {
6261 if ((extensions & PPORT_RANGE)) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c2269 size = (intel_connector->edid->extensions + 1) * EDID_LENGTH;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c3183 size = EDID_LENGTH * (1 + edid->extensions);
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure1439 --enable-dynamic-extensions
1440 support loadable extensions [default=yes]
13460 # --enable-dynamic-extensions
13462 # Check whether --enable-dynamic-extensions was given.
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether to support dynamic extensions" >&5
13530 $as_echo_n "checking for whether to support dynamic extensions... " >&6; }
/freebsd-11-stable/contrib/byacc/
H A Dconfigure1901 # Don't try gcc -ansi; that turns off useful extensions and
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure786 --disable-ext-funcs disable function-extensions
787 --enable-sp-funcs enable experimental SCREEN-extensions
1990 # Don't try gcc -ansi; that turns off useful extensions and
10924 echo "$as_me:10924: checking if you want to build with function extensions" >&5
10925 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
10989 echo "$as_me:10989: checking if you want to build with experimental SCREEN extensions" >&5
10990 echo $ECHO_N "checking if you want to build with experimental SCREEN extensions... $ECHO_C" >&6
/freebsd-11-stable/contrib/dialog/
H A Dconfigure1797 # Don't try gcc -ansi; that turns off useful extensions and

Completed in 542 milliseconds

123