Searched refs:broken (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dignore.sh24 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;;
H A Dsilent.sh24 *x*:[01234567899]*) : bash set -x is broken :; set +ex ;;
H A Dmamprobe.sh25 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;;
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-netlogon.in70 ${test_gssntlm} --user=ktestuser --password=foobar --domain='' --session-key-broken > /dev/null || \
74 ${test_gssntlm} --user=ktestuser --password=foobar --domain=ADS --session-key-broken > /dev/null || \
78 sudo ${test_gssntlm} --user=ktestuser --password=foobar --domain='' --session-key-broken > /dev/null || \
82 sudo ${test_gssntlm} --user=ktestuser --password=foobar --domain=ADS --session-key-broken > /dev/null || \
86 sudo ${test_gssntlm} --user=ktestuser --password=foobar2 --domain=ADS 2>/dev/null --session-key-broken > /dev/null && \
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Devp_pkey.c110 p8->broken = PKCS8_OK;
114 p8->broken = PKCS8_NO_OCTET;
143 /* Check for broken DSA PKCS#8, UGH! */
155 /* Handle Two broken types:
163 p8->broken = PKCS8_EMBEDDED_PARAM;
166 p8->broken = PKCS8_NS_DB;
354 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken) argument
362 p8->broken = broken;
378 if(p8->broken
418 PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Drfc2231.el254 spacep encodep charsetp charset broken)
289 (setq broken t))
294 (setq broken t))
297 (if (not broken)
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_crypto.in73 cert:FILE:$srcdir/data/yutaka-pad-broken-cert.pem \
74 anchor:FILE:$srcdir/data/yutaka-pad-broken-ca.pem > /dev/null && exit 1
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dpkcs8.c416 if (p8inf->broken)
418 BIO_printf(bio_err, "Warning: broken key encoding: ");
419 switch (p8inf->broken)
434 BIO_printf(bio_err, "Unknown broken type\n");
/macosx-10.10/ksh-23/ksh/bin/
H A Dmamprobe6 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/unknown/
H A Dtests.sh123 $DIG $DIGOPTS @10.53.0.1 broken$i. soa in > dig.out || ret=1
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dmod_lua.c64 int broken; member in struct:__anon6280
319 ctx->broken = 0;
442 if (!ctx->broken) {
474 ctx->broken = 1;
535 ctx->broken = 1;
541 ctx->broken = 1;
550 if (ctx->broken) {
561 if (!ctx->broken) {
594 ctx->broken = 1;
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dextconf.rb369 But your getaddrinfo() and getnameinfo() are appeared to be broken. Sorry,
370 you cannot compile IPv6 socket classes with broken these functions.
/macosx-10.10/OpenSSH-189/openssh/regress/
H A DMakefile30 broken-pipe \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/devtools/
H A Ddialog.tcl114 Exit $sock broken
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Drb.test323 - My little toe is broken in two places;
326 who skied for 3 hours on a broken shin bone (just below the kneecap);
334 } -result {{My little toe is broken in two places;} {I'm crazy to have skied this way;} {I'm not the craziest he's seen, since there was always the German guy who skied for 3 hours on a broken shin bone (just below the kneecap);} {Nevertheless, second place is respectable, and he doesn't recommend going for the record;} {He's going to put my foot in plaster for a month;} {This would impair my skiing ability somewhat for the duration, as can be imagined.}}
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm187 Generate time number from broken-down time.
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm145 Indicating the Film::Rating() method is broken.
/macosx-10.10/screen-22/screen/
H A Dtty.sh756 * Somehow the ultrix session handling is broken, so use
1013 debug(" broken.\n");
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME56 The data is written as external files and broken into six parts so it can be
/macosx-10.10/awk-20/src/
H A DFIXES252 broken (noted thanks to volker kiefel).
469 getline code is still broken in that recursive calls may wind
/macosx-10.10/vim-55/runtime/indent/
H A Dmp.vim172 " if it is a broken line {{{2
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509.h558 int broken; /* Flag for various broken formats */ member in struct:pkcs8_priv_key_info_st
565 ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
1260 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken);
1261 PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dx509.h558 int broken; /* Flag for various broken formats */ member in struct:pkcs8_priv_key_info_st
565 ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
1260 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken);
1261 PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509.h455 int broken; /* Flag for various broken formats */ member in struct:pkcs8_priv_key_info_st
462 ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
1133 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken);
1134 PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges146 ! [ 2005296 ] CPANTS says META.yml broken
177 ! [1904955] Subclassing XMLRPC::Serializer broken
422 ! Fixed bug 840172 - "Makefile.PL --noprompt flag broken," now fixed

Completed in 227 milliseconds

1234