| /freebsd/usr.bin/vi/catalog/ |
| H A D | french.UTF-8.base | 15 016 "L'entrée et la sortie Vi standards doivent être un terminal" 16 017 "Marque %s : non définie" 23 024 "non modifié" 34 035 "Définition : l'option %s n'est pas booléenne" 38 039 "Définition : l'option %s n'est pas booléenne" 39 040 "Les colonnes de l'écran sont trop petites, inférieures à %d" 40 041 "Les colonnes de l'écran sont trop grandes, supérieures à %d" 41 042 "Les lignes de l'écran sont trop courtes, inférieures à %d" 42 043 "Les lignes de l'écran sont trop longues, supérieures à %d" 43 044 "L'option lisp n'est pas implémentée" [all …]
|
| /freebsd/contrib/tcsh/nls/italian/ |
| H A D | set1 | 4 2 %s non è permesso 9 7 L'espansione $ deve terminare prima di ] 12 10 Numero non corretto 16 14 Comando non trovato 22 20 Parola non tra parentesi 23 21 %s non trovato 25 23 limit non esistente 28 26 Variabile non definita 29 27 Pila delle directory non così profonda 30 28 Numero di segnale non corretto [all …]
|
| /freebsd/sys/arm64/arm64/ |
| H A D | strncmp.S | 2 * strncmp - compare two strings 4 * Copyright (c) 2013-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT 10 * ARMv8-a, AArch64. 18 #define L(l) .L ## l macro 49 On big-endian early bytes are at MSB and on little-endian LSB. 62 cbz limit, L(ret0) 67 b.ne L(misaligned8) 68 cbnz count, L(mutual_align) 70 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80 [all …]
|
| H A D | strcmp.S | 2 * strcmp - compare two strings 4 * Copyright (c) 2012-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT 11 * ARMv8-a, AArch64. 19 #define L(l) .L ## l macro 42 /* On big-endian early bytes are at MSB and on little-endian LSB. 50 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80 51 (=> (X - 1) & ~(X | 0x7f)) is non-zero iff a byte is zero, and 54 NUL too in big-endian, byte-reverse the data before the NUL check. */ 62 b.ne L(misaligned8) [all …]
|
| /freebsd/contrib/arm-optimized-routines/string/aarch64/ |
| H A D | strncmp.S | 2 * strncmp - compare two strings 4 * Copyright (c) 2013-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 10 * ARMv8-a, AArch64. 45 On big-endian early bytes are at MSB and on little-endian LSB. 58 cbz limit, L(ret0) 63 b.ne L(misaligned8) 64 cbnz count, L(mutual_align) 66 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80 67 (=> (X - 1) & ~(X | 0x7f)) is non-zero iff a byte is zero, and [all …]
|
| H A D | strcmp.S | 2 * strcmp - compare two strings 4 * Copyright (c) 2012-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 11 * ARMv8-a, AArch64. 38 /* On big-endian early bytes are at MSB and on little-endian LSB. 46 /* NUL detection works on the principle that (X - 1) & (~X) & 0x80 47 (=> (X - 1) & ~(X | 0x7f)) is non-zero iff a byte is zero, and 50 NUL too in big-endian, byte-reverse the data before the NUL check. */ 58 b.ne L(misaligned8) 59 cbnz tmp, L(mutual_align) [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-client-non-block.pod | 6 demos/guide/tls-client-non-block.c 12 ossl-guide-tls-client-non-block 13 - OpenSSL Guide: Writing a simple nonblocking TLS client 18 L<ossl-guide-tls-client-block(7)> page which demonstrates how to write a simple 24 B<tls-client-non-block.c>. It is also available online at 25 L<https://github.com/openssl/openssl/blob/master/demos/guide/tls-client-non-block.c>. 38 currently unable to read or write will return immediately with a non-fatal 41 as L<SSL_read_ex(3)> or L<SSL_write_ex(3)> will not block. 44 L<ossl-guide-tls-client-block(7)> page we assume that you are familiar with it 56 sock = -1; [all …]
|
| H A D | ossl-guide-quic-client-non-block.pod | 6 demos/guide/quic-client-non-block.c 12 ossl-guide-quic-client-non-block 13 - OpenSSL Guide: Writing a simple nonblocking QUIC client 18 L<ossl-guide-quic-client-block(7)> page which demonstrates how to write a simple 24 B<quic-client-non-block.c>. It is also available online at 25 L<https://github.com/openssl/openssl/blob/master/demos/guide/quic-client-non-block.c>. 42 L<SSL_read_ex(3)> or L<SSL_write_ex(3)> will return immediately with a non-fatal 46 L<ossl-guide-quic-client-block(7)> page we assume that you are familiar with it 127 TLS (see L<ossl-guide-tls-client-non-block(7)>) then you should note that there 134 L<SSL_read_ex(3)> or L<SSL_write_ex(3)> (or similar) call which indicates the [all …]
|
| H A D | fips_module.pod | 5 fips_module - OpenSSL fips module guide 18 L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to 45 avoid using all deprecated functions. See L<ossl-guide-migration(7)> for a list of 63 $ openssl version -d 70 $ openssl version -v 71 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx) 100 See L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 103 enabled to prevent accidental use of non-FIPS validated algorithms via broken 104 or mistaken configuration. See L<config(5)>. [all …]
|
| H A D | ossl-guide-quic-server-non-block.pod | 6 demos/guide/quic-server-non-block.c 12 ossl-guide-quic-server-non-block 13 - OpenSSL Guide: Writing a simple nonblocking QUIC server 18 simple, non-concurrent, QUIC "echo" server application which accepts one client 22 The server only accepts C<http/1.0> and C<hq-interop> ALPN's and doesn't actually 23 implement HTTP but only does a simple echo. This is non-standard and will not 26 There are various methods to test this server: B<quic-client-block.c> and 27 B<quic-client-non-block.c> will send a basic HTTP/1.0 request, which the server 29 C<openssl s_client -connect localhost:4443 -4 -quic -alpn http/1.0> and entering 40 B<quic-server-non-block.c>. It is also available online at [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_read.pod | 6 - read bytes from a TLS/SSL connection 35 explicitly performed by L<SSL_connect(3)> or L<SSL_accept(3)>. If the 36 peer requests a re-negotiation, it will be performed transparently during 42 L<SSL_set_connect_state(3)> or SSL_set_accept_state() before the first 60 If B<SSL_MODE_AUTO_RETRY> has been switched off and a non-application data 64 If read ahead was set using L<SSL_CTX_set_read_ahead(3)>, there might also still 66 This behaviour can be controlled using the L<SSL_CTX_set_mode(3)> call. 70 non-application data record has been processed and B<SSL_MODE_AUTO_RETRY> is 72 Note that if B<SSL_MODE_AUTO_RETRY> is set and only non-application data is 78 In this case a call to L<SSL_get_error(3)> with the [all …]
|
| H A D | SSL_get_stream_read_state.pod | 9 SSL_STREAM_STATE_RESET_REMOTE, SSL_STREAM_STATE_CONN_CLOSED - get QUIC stream 41 This value is returned if called on a non-QUIC SSL object, or on a QUIC 52 locally-initiated (and thus send-only) unidirectional stream, or, conversely, if 53 SSL_get_stream_write_state() is called on a remotely-initiated (and thus 54 receive-only) unidirectional stream. 60 be residual data available to read via L<SSL_read(3)> when this state is 64 application has concluded the stream using L<SSL_stream_conclude(3)>. Future 65 L<SSL_write(3)> calls will not succeed. 75 read by calling L<SSL_read(3)>. 78 was aborted, for example because the application called L<SSL_stream_reset(3)>, [all …]
|
| H A D | SSL_CTX_set_mode.pod | 5 …TX_clear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engin… 21 SSL_CTX_set_mode() adds the mode set via bit-mask in B<mode> to B<ctx>. 23 SSL_CTX_clear_mode() removes the mode set via bit-mask in B<mode> from B<ctx>. 25 SSL_set_mode() adds the mode set via bit-mask in B<mode> to B<ssl>. 27 SSL_clear_mode() removes the mode set via bit-mask in B<mode> from B<ssl>. 46 to SSL_write_ex() or SSL_write() must only send the n-r bytes left, imitating 61 During normal operations, non-application data records might need to be sent or 63 If a non-application data record was processed, 64 L<SSL_read_ex(3)> and L<SSL_read(3)> can return with a failure and indicate the 66 If such a non-application data record was processed, the flag [all …]
|
| H A D | BIO_s_connect.pod | 11 BIO_do_connect - connect BIO 69 see L<BIO_parse_hostserv(3)> and BIO_set_conn_port() for details. 92 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is 93 zero then blocking I/O is set. If B<n> is 1 then non blocking I/O 96 non blocking I/O is set during the connect process. 100 For non-SSL BIOs the connection is done typically at TCP level. 105 The call BIO_should_retry() should be used for non blocking connect BIOs 112 created is a UDP datagram socket handled via L<BIO_s_datagram(3)>. 113 I/O calls such as L<BIO_read(3)> and L<BIO_write(3)> are forwarded transparently 114 to an internal L<BIO_s_datagram(3)> instance. The created L<BIO_s_datagram(3)> [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_add_wch.3x | 3 .\" Copyright 2019-2023,2024 Thomas E. Dickey * 4 .\" Copyright 2001-2015,2017 Free Software Foundation, Inc. * 32 .TH curs_add_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 54 \fB\%wecho_wchar\fP \- 79 wrapping and special-character processing as follows: 89 Subsequent non-spacing characters can be combined with this base 93 If \fIwch\fP refers to a non-spacing character, 98 The cursor is not advanced after adding a non-spacing character. 99 Subsequent calls to add non-spacing characters will update the same position. 118 for non-control characters, a considerable performance gain might be seen [all …]
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram_pair.c | 2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved. 21 * Byte-wise ring buffer which supports pushing and popping blocks of multiple 37 r->start = OPENSSL_malloc(nbytes); in ring_buf_init() 38 if (r->start == NULL) in ring_buf_init() 41 r->len = nbytes; in ring_buf_init() 42 r->idx[0] = r->idx[1] = r->count = 0; in ring_buf_init() 48 OPENSSL_free(r->start); in ring_buf_destroy() 49 r->start = NULL; in ring_buf_destroy() 50 r->len = 0; in ring_buf_destroy() 51 r->count = 0; in ring_buf_destroy() [all …]
|
| /freebsd/usr.bin/ee/nls/fr_FR.ISO8859-1/ |
| H A D | ee.msg | 11 2 "tabulation -> espaces " 25 16 "imprimer le contenu de l'�diteur" 35 26 "v�rifier l'orthographe" 37 28 "quitter l'�diteur" 40 31 "rafra�chir l'�cran" 48 39 "^d bas ^l gauche ^v annuler effacement mot " 53 44 "^[ (�chappement) menu ESC-Enter: quitter ee " 61 52 "ligne : indique le num�ro de ligne 0-9 : aller � la ligne \"#\" " 64 55 " ee [+#] [-i] [-e] [-h] [fichier(s)] " 65 56 " -i : pas de fen�tre d'info -e : ne pas �tendre les tabs -h : pas de surbrillance" [all …]
|
| /freebsd/contrib/bc/locales/ |
| H A D | fr_BE.ISO8859-1.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_CA.UTF-8.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_CH.ISO8859-1.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_CH.ISO8859-15.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_FR.utf8.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_BE.ISO8859-15.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_BE.UTF-8.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |
| H A D | fr_BE.utf8.msg | 2 $ SPDX-License-Identifier: BSD-2-Clause 4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors. 44 2 "nombre non entier" 53 3 "fin de chaîne non trouvée" 54 4 "fin de commentaire non trouvée" 63 13 "fin de bloc non trouvée" 68 18 "POSIX interdit le mot-cl [all...] |