Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/NextBSD/contrib/bmake/unit-tests/
HDvarshell.exp1 make: "varshell.mk" line 5: warning: "/bin/no/such/command 2> /dev/null" returned non-zero status
2 make: "varshell.mk" line 8: warning: "false" returned non-zero status
3 make: "varshell.mk" line 9: warning: "echo "output before the error"; false" returned non-zero stat…
/NextBSD/contrib/serf/
HDdesign-guide.txt82 APR_SUCCESS Some data was returned, and the caller can
94 APR_EAGAIN Some data was returned, but no more is available
104 again after it has returned APR_EAGAIN. You must
108 APR_EOF Some data was returned, and this bucket has no more
116 other An error has occurred. No data was returned. The
117 returned length is undefined.
119 In the above paragraphs, when it says "some data was returned", note
122 If a length of zero is returned, then the caller should not attempt to
127 Any data returned by the bucket should live as long as the bucket, or
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_get_verify_mode.pod27 in B<ctx>. If no limit has been explicitly set, -1 is returned and the
31 in B<ssl>. If no limit has been explicitly set, -1 is returned and the
36 NULL pointer is returned and the default callback will be used.
40 NULL pointer is returned and the default callback will be used.
HDSSL_CIPHER_get_name.pod20 returned.
24 chosen algorithm. If B<cipher> is NULL, 0 is returned.
31 If B<cipher> is NULL, "(NONE)" is returned.
36 returned. If B<buf> is NULL, a buffer of 128 bytes is allocated using
38 "OPENSSL_malloc Error" is returned.
44 does use the full 128 bits (which would be returned for B<alg_bits>), of
47 The string returned by SSL_CIPHER_description() in case of success consists
HDSSL_get_ciphers.pod18 is returned.
23 is returned.
31 sorted list of available ciphers, until NULL is returned.
HDd2i_SSL_SESSION.pod22 The length of the resulting ASN1 representation is returned. If B<pp> is
23 the NULL pointer, only the length is calculated and returned.
65 object. In case of failure the NULL-pointer is returned and the error message
69 When the session is not valid, B<0> is returned and no operation is performed.
HDSSL_CONF_cmd_argv.pod25 If -2 is returned then an argument for a command is missing.
27 If -1 is returned the command is recognised but couldn't be processed due
HDSSL_get_peer_cert_chain.pod20 If the peer did not present a certificate, NULL is returned.
25 a session, in which case a NULL pointer is returned.
HDSSL_get_peer_certificate.pod16 peer presented. If the peer did not present a certificate, NULL is returned.
26 That a certificate is returned does not indicate information about the
/NextBSD/crypto/openssl/doc/crypto/
HDX509_NAME_get_index_by_NID.pod31 should initially be set to -1. If there are no more entries -1 is returned.
32 If B<nid> is invalid (doesn't correspond to a valid OID) then -2 is returned.
38 0 to (X509_NAME_entry_count(name) - 1). The value returned is an
43 B<obj>, if no such entry exists -1 is returned. At most B<len> bytes
45 terminated. The length of the output string written is returned
47 of space needed in B<buf> (excluding the final null) is returned.
HDBIO_set_callback.pod50 B<retvalue> is the return value that would be returned to the
51 application if no callback were present. The actual value returned
54 the return value is not positive it will be immediately returned to
59 value returned to the application.
HDCMS_uncompress.pod25 indicates the use of any other algorithm an error is returned.
34 returned.
HDCMS_decrypt.pod37 to) ultimately return a padding error only. If CMS_decrypt() just returned an
40 then the above behaviour is modified and an error B<is> returned if no
59 returned.
HDd2i_ECPKParameters.pod29 successful a pointer to the B<EC_GROUP> structure is returned. If an error
30 occurred then B<NULL> is returned. If B<px> is not B<NULL> then the
31 returned structure is written to B<*px>. If B<*px> is not B<NULL>
HDCMS_encrypt.pod53 returned suitable for streaming I/O: no data is read from the BIO B<in>.
56 returned to which additional recipients and attributes can be added before
65 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
HDCMS_get0_type.pod40 The B<ASN1_OBJECT> values returned can be converted to an integer B<NID> value
42 values are returned:
HDSMIME_read_CMS.pod22 The parsed CMS_ContentInfo structure is returned or NULL if an
30 Otherwise the type of the returned structure can be determined
/NextBSD/crypto/heimdal/lib/krb5/
HDticket.c379 krb5_const_principal returned, in check_server_referral() argument
437 if (strcmp(requested->realm, returned->realm) != 0) { in check_server_referral()
442 requested->realm, returned->realm); in check_server_referral()
446 if (krb5_principal_is_krbtgt(context, returned)) { in check_server_referral()
447 const char *realm = returned->name.name_string.val[1]; in check_server_referral()
457 } else if (krb5_principal_compare(context, returned, requested) == 0) { in check_server_referral()
489 if (krb5_principal_compare(context, requested, returned) != TRUE && in check_server_referral()
490 (krb5_realm_compare(context, requested, returned) != TRUE && in check_server_referral()
491 krb5_principal_is_krbtgt(context, returned) != TRUE)) in check_server_referral()
HDkrb_err.et46 ec GT_PW_KDCERR, "Error returned by KDC (Kerberos 4)"
47 ec GT_PW_NULLTKT, "Null Kerberos 4 ticket returned by KDC"
51 ec INTK_W_NOTALL, "Kerberos 4: not all tickets returned"
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsCallingConv.td46 // For soft-float, f128 values are returned in A0_64 rather than V1_64.
51 // For hard-float, f128 values are returned as a pair of f64's rather than a
57 // returned in $f0, and $f1 instead of the usual $f0, and $f2. This is to
96 // i32 are returned in registers V0, V1, A0, A1
99 // f32 are returned in registers F0, F2
102 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or
204 // i64 are returned in registers V0_64, V1_64
207 // f32 are returned in registers F0, F2
210 // f64 are returned in registers D0, D2
246 // i32 are returned in registers V0, V1
[all …]
/NextBSD/contrib/libxo/tests/core/saved/
HDtest_02.T.out6 close -1 returned Bad file descriptor good
7 close -1 returned Bad fi good
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430CallingConv.td16 // i8 are returned in registers R15B, R14B, R13B, R12B
19 // i16 are returned in registers R15, R14, R13, R12
/NextBSD/sys/kern/
HDlinker_if.m81 # If count, start or stop are NULL, they are not returned.
128 # returned, without modifying *result. If the file is
130 # file and zero returned. If some other error is detected an
131 # appropriate errno should be returned.
/NextBSD/sys/compat/mach/defs/
HDmach_port.defs315 * registered, it is returned. The msgid must be one of:
424 * Otherwise, KERN_FAILURE is returned.
435 * Otherwise, KERN_FAILURE is returned.
447 * Otherwise, KERN_FAILURE is returned.
460 * Otherwise, KERN_FAILURE is returned.
482 * KERN_INVALID_RIGHT is returned.
485 * right, KERN_INVALID_CAPABILITY will be returned.
488 * the portset, KERN_ALREADY_IN_SET is returned.
551 * Otherwise, KERN_FAILURE is returned.
625 * Otherwise, KERN_FAILURE is returned.
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat-macros101 integer part of the result is returned at the location pointed to by
103 described above, and is returned at the location pointed to by `z1Ptr'.)
226 and the integer part of the result is returned at the locations pointed to
228 corrupted as described above, and is returned at the location pointed to by
558 toward zero, the approximation returned lies between q and q + 2 inclusive.
560 unsigned integer is returned.
590 `aExp' (the least significant bit) is 1, the integer returned approximates
592 is 0, the integer returned approximates 2^31*sqrt(`a'/2^30). In either
593 case, the approximation returned lies strictly within +/-2 of the exact
630 `a'. If `a' is zero, 32 is returned.
[all …]

12345678910>>...19