Home
last modified time | relevance | path

Searched +full:en +full:- +full:- +full:- +full:- +full:- +full:- (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/freebsd/tests/sys/kern/
H A Dktls_test.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
46 #include <atf-c.h>
59 if (sysctlbyname("kern.ipc.tls.enable", &enable, &len, NULL, 0) == -1) { in require_ktls()
79 if (getsockopt(s, IPPROTO_TCP, sockopt, &mode, &len) == -1) in check_tls_mode()
91 if (getsockopt(s, IPPROTO_TCP, sockopt, &mode, &len) == -1) in check_tls_mode()
127 return (0x20 + random() % (0x7f - in rdigit()
546 build_tls_enable(const atf_tc_t * tc,int cipher_alg,size_t cipher_key_len,int auth_alg,int minor,uint64_t seqno,struct tls_enable * en) build_tls_enable() argument
606 free_tls_enable(struct tls_enable * en) free_tls_enable() argument
614 tls_EVP_CIPHER(const struct tls_enable * en) tls_EVP_CIPHER() argument
645 tls_EVP_MD(const struct tls_enable * en) tls_EVP_MD() argument
660 tls_header_len(struct tls_enable * en) tls_header_len() argument
682 tls_mac_len(struct tls_enable * en) tls_mac_len() argument
707 tls_trailer_len(struct tls_enable * en) tls_trailer_len() argument
721 tls_minimum_record_payload(struct tls_enable * en) tls_minimum_record_payload() argument
737 tls_mte_aad(struct tls_enable * en,size_t len,const struct tls_record_layer * hdr,uint64_t seqno,struct tls_mac_data * ad) tls_mte_aad() argument
748 tls_12_aead_aad(struct tls_enable * en,size_t len,const struct tls_record_layer * hdr,uint64_t seqno,struct tls_aead_data * ad) tls_12_aead_aad() argument
760 tls_13_aad(struct tls_enable * en,const struct tls_record_layer * hdr,uint64_t seqno,struct tls_aead_data_13 * ad) tls_13_aad() argument
770 tls_12_gcm_nonce(struct tls_enable * en,const struct tls_record_layer * hdr,char * nonce) tls_12_gcm_nonce() argument
778 tls_13_nonce(struct tls_enable * en,uint64_t seqno,char * nonce) tls_13_nonce() argument
792 decrypt_tls_aes_cbc_mte(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,uint8_t * record_type) decrypt_tls_aes_cbc_mte() argument
859 decrypt_tls_12_aead(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,uint8_t * record_type) decrypt_tls_12_aead() argument
894 decrypt_tls_13_aead(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,uint8_t * record_type) decrypt_tls_13_aead() argument
944 decrypt_tls_aead(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,uint8_t * record_type) decrypt_tls_aead() argument
969 decrypt_tls_record(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,uint8_t * record_type) decrypt_tls_record() argument
988 encrypt_tls_aes_cbc_mte(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,size_t padding) encrypt_tls_aes_cbc_mte() argument
1050 encrypt_tls_12_aead(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst) encrypt_tls_12_aead() argument
1090 encrypt_tls_13_aead(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t padding) encrypt_tls_13_aead() argument
1138 encrypt_tls_aead(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,size_t padding) encrypt_tls_aead() argument
1161 encrypt_tls_record(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,size_t padding) encrypt_tls_record() argument
1174 test_ktls_transmit_app_data(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_transmit_app_data() argument
1325 test_ktls_transmit_control(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,uint8_t type,size_t len) test_ktls_transmit_control() argument
1385 test_ktls_transmit_empty_fragment(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno) test_ktls_transmit_empty_fragment() argument
1450 ktls_receive_tls_record(struct tls_enable * en,int fd,uint8_t record_type,void * data,size_t len) ktls_receive_tls_record() argument
1494 test_ktls_receive_app_data(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len,size_t padding) test_ktls_receive_app_data() argument
1615 test_ktls_receive_corrupted_record(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len,ssize_t offset) test_ktls_receive_corrupted_record() argument
1658 test_ktls_receive_corrupted_iv(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_iv() argument
1669 test_ktls_receive_corrupted_data(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_data() argument
1680 test_ktls_receive_corrupted_mac(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_mac() argument
1694 test_ktls_receive_corrupted_padding(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_padding() argument
1704 test_ktls_receive_truncated_record(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_truncated_record() argument
1744 test_ktls_receive_bad_major(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_major() argument
1786 test_ktls_receive_bad_minor(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_minor() argument
1828 test_ktls_receive_bad_type(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_type() argument
1871 test_ktls_receive_bad_size(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_size() argument
2161 test_ktls_invalid_transmit_cipher_suite(const atf_tc_t * tc,struct tls_enable * en) test_ktls_invalid_transmit_cipher_suite() argument
2657 test_ktls_invalid_receive_cipher_suite(const atf_tc_t * tc,struct tls_enable * en) test_ktls_invalid_receive_cipher_suite() argument
2696 test_ktls_unsupported_receive_cipher_suite(const atf_tc_t * tc,struct tls_enable * en) test_ktls_unsupported_receive_cipher_suite() argument
2743 struct tls_enable en; ATF_TC_BODY() local
2780 struct tls_enable en; ATF_TC_BODY() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp1 //===--- AMDGPUMetadata.cpp -------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// AMDGPU metadata definitions and in-memory representations.
13 //===----------------------------------------------------------------------===//
30 static void enumeration(IO &YIO, AccessQualifier &EN) { in enumeration()
31 YIO.enumCase(EN, "Default", AccessQualifier::Default); in enumeration()
32 YIO.enumCase(EN, "ReadOnly", AccessQualifier::ReadOnly); in enumeration()
33 YIO.enumCase(EN, "WriteOnly", AccessQualifier::WriteOnly); in enumeration()
34 YIO.enumCase(EN, "ReadWrite", AccessQualifier::ReadWrite); in enumeration()
[all …]
/freebsd/share/vt/fonts/
H A DINDEX.fonts7 # lang: ar bg cs da de el en es fi fr hr hu hy is it iw ja ko nl no pl
12 # terminus-b32.fnt:de:Terminus Schriftart
13 # terminus-b32.fnt:en:Terminus font
15 # If lang is empty use 'en' (us-english) as default.
23 MENU:en:Choose your terminal font
29 # The font definition for "en" is the fall-back font for
33 FONT:en:vgarom-8x14.fnt
36 gallant.fnt:en:Gallant Character set, 12x22
37 gallant.fnt:da:Gallant-tegnsæt, 12x22
40 spleen-5x8.fnt:en:Spleen, 5x8
[all …]
/freebsd/share/vt/keymaps/
H A DINDEX.keymaps6 # lang: ar bg cs da de el en es fi fr he hr hu hy is it ja kk ko nl no pl
10 # If lang empty use 'en' (us-english) as default.
14 # german.iso.kbd:en:german
22 MENU:en:Choose your keyboard layout
37 # The font definition for "en" is the fall-back font for
41 FONT:en:vgarom-8x16.hex
44 am.kbd:en:Armenian phonetic layout
51 be.kbd:en:Belgian
57 be.acc.kbd:en:Belgian (accent keys)
64 bg.bds.kbd:en:Bulgarian (BDS)
[all …]
/freebsd/share/syscons/keymaps/
H A DINDEX.keymaps6 # lang: ar bg cs da de el en es fi fr he hr hu hy is it ja kk ko nl no pl
10 # If lang empty use 'en' (us-english) as default.
13 # german.iso.kbd:de:deutsch ISO-8859-1
14 # german.iso.kbd:en:german ISO-8859-1
22 MENU:en:Choose your keyboard language
35 FONT:en:cp437-8x16.fnt
36 FONT:de,fr,da,no,sv,pt,es:iso-8x16.fnt
37 FONT:ru:koi8-r-8x16.fnt
38 FONT:pl:iso02-8x16.fnt
39 FONT:he:iso08-8x16.fnt
[all …]
/freebsd/share/syscons/fonts/
H A DINDEX.fonts7 # lang: ar bg cs da de el en es fi fr hr hu hy is it iw ja ko nl no pl
13 # german.iso.kbd:en:German ISO
15 # If lang empty use 'en' (us-english) as default.
20 # Subject: ISO 8859-1 National Character Set FAQ
22 # Archive-name: internationalization/iso-8859-1-charset
24 # ISO 8859-1 supports the following languages:
30 # ISO 8859-1 also. However, from a standards point of view, ISO 8859-2
33 # ISO 8859-1 is just one part of the ISO-8859 standard, which specifies
35 # 8859-1 Europe, Latin America
36 # 8859-2 Eastern Europe
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,adrf6780.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Antoniu Miclaus <antoniu.miclaus@analog.com>
16 https://www.analog.com/en/products/adrf6780.html
21 - adi,adrf6780
26 spi-max-frequency:
34 clock-names:
36 - const: lo_in
38 clock-output-names:
[all …]
/freebsd/stand/fonts/
H A DINDEX.fonts7 # lang: ar bg cs da de el en es fi fr hr hu hy is it iw ja ko nl no pl
12 # terminus-b32.fnt:de:Terminus Schriftart
13 # terminus-b32.fnt:en:Terminus font
15 # If lang is empty use 'en' (us-english) as default.
23 MENU:en:Choose your terminal font
29 # The font definition for "en" is the fall-back font for
33 FONT:en:8x16v.fnt
36 6x12.fnt:en:Terminus BSD Console, size 12
37 6x12.fnt:da:Terminus BSD-konsol, størrelse 12
39 8x14.fnt:en:Terminus BSD Console, size 14
[all …]
/freebsd/contrib/tcsh/nls/french/
H A Dset35 3 Coupe depuis le début du mot jusqu'au curseur - sauvegardé dans le tampon de copie
6 4 Coupe depuis le début de la ligne jusqu'au curseur - sauvegardé dans le tampon de copie
9 7 Met en majuscules les caractères depuis le curseur jusqu'à la fin du mot
12 10 Efface l'écran en laissant la ligne courant au dessus
16 14 Complète le mot courant en ignorant les compléments programmables
24 22 Coupe depuis le curseur jusqu'à la fin du mot courant - sauvegardé dans le tampon de copie
28 26 Met en minuscules les caractères depuis le curseur jusqu'à la fin du mot
34 32 Développe les échappements de l'historique en une ligne
39 37 Cherche en arrière dans l'historique une ligne commençant comme la ligne courante
40 38 Cherche en avant dans l'historique une ligne commençant comme la ligne courante
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm51 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
76 The Compatible Time-Sharing System,
89 environment switching, page-position trap, and conditional input mechanisms
90 provide the basis for user-defined implementations.
110 \fI\-N\fR (\fIN\fR from the page bottom) for the footer.
120 &wh \-1i fo
125 the initial pseudo-page transition (\(sc3).
132 the \fIno-break\fR control character \fB\'\fR
143 &if \e\en%>1 \e{\e
144 \'sp ~\|0.5i\-1 \e"tl base at 0.5i
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dissi,is31fl319x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vincent Knecht <vincent.knecht@mailoo.org>
14 Previously known as Si-En SN319{0,1,3,6,9}.
26 - issi,is31fl3190
27 - issi,is31fl3191
28 - issi,is31fl3193
29 - issi,is31fl3196
30 - issi,is31fl3199
[all …]
/freebsd/usr.sbin/rmt/
H A Drmt.856 .Bd -ragged -offset indent
58 .Sy A Ar number No \en
67 .Bd -ragged -offset indent
69 .Xo Sy E Ar error-number
70 .No \en Ar error-message
71 .No \en
76 .Ar Error-number
81 .Ar error-message
86 following commands, which are sent as indicated - no spaces are supplied
88 .Ql \en
[all …]
/freebsd/contrib/tcsh/nls/spanish/
H A Dset35 3 Cortar desde el comienzo de la palabra hasta el cursor - se guarda en el buffer
6 4 Cortar desde el comienzo de la línea hasta el cursor - se guarda en el buffer
9 7 Convertir en mayúsculas los caracteres desde el cursor hasta el final de la palabra
21 19 Borra el carácter bajo el cursor o señala el fin de archivo en un archivo vacío
24 22 Corta del cursor al final de la palabra - se guarda en el buffer
28 26 Convierte en minúsculas los caracteres desde el cursor al final de la palabra
34 32 Expande los escapes del historial en una línea
39 37 Busca hacia atrás en el historial una línea que comience igual que la actual
45 43 Corta hasta el final de la línea y guarda la información en el buffer
46 44 Corta el área de la marca al cursor y guarda la información en el buffer
[all …]
H A Dset110 8 Modificador erróneo : en $ '%c'
31 29 Señal desconocida; `kill -l' lista las señales
35 33 No hay control de trabajos en esta shell
44 42 El argumento para `-c' debe terminar en una barra invertida
50 48 No se encuentra en bucle while/foreach
59 57 Uso: jobs [ -l ]
61 59 No hay trabajo en curso
65 63 No se puede gestionar trabajos en sub-shells
72 70 Uso: %s [-%s]%s
73 71 `-h' necesita operandos
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c1 // SPDX-License-Identifier: ISC
40 struct mt7915_dev *dev = phy->dev; in mt7915_tm_set_tx_power()
41 struct mt76_phy *mphy = phy->mt76; in mt7915_tm_set_tx_power()
42 struct cfg80211_chan_def *chandef = &mphy->chandef; in mt7915_tm_set_tx_power()
43 int freq = chandef->center_freq1; in mt7915_tm_set_tx_power()
54 .band_idx = phy->mt76->band_idx, in mt7915_tm_set_tx_power()
59 if (phy->mt76->test.state != MT76_TM_STATE_OFF) in mt7915_tm_set_tx_power()
60 tx_power = phy->mt76->test.tx_power; in mt7915_tm_set_tx_power()
66 ret = mt76_mcu_send_msg(&dev->mt76, in mt7915_tm_set_tx_power()
74 mt7915_tm_set_freq_offset(struct mt7915_phy *phy, bool en, u32 val) in mt7915_tm_set_freq_offset() argument
[all …]
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_get_cq_event.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_GET_CQ_EVENT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_get_cq_event, ibv_ack_cq_events \- get and acknowledge completion queue (CQ) events
36 returns 0 on success, and \-1 on error.
46 be acknowledged; this guarantees a one-to-one correspondence between
82 fprintf(stderr, "Failed to create CQ\en");
88 fprintf(stderr, "Couldn't request CQ notification\en");
98 fprintf(stderr, "Failed to get cq_event\en");
107 fprintf(stderr, "Couldn't request CQ notification\en");
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd9576-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd9576-pmi
[all...]
/freebsd/share/doc/papers/sysperf/
H A Dappendix.ms9 'ds - \(mi
10 'ds / \\h'\\w' 'u-\\w'/'u'/
11 'ds /* \\h'\\w' 'u-\\w'/'u'/*
23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
45 'ds -K
47 'de -C
51 'ds -K \fP
54 '-C
59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c
67 'de -F
[all …]
/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base46 047 "L'option de %s doit être en groupe de deux caractères"
51 057 "Copie en cours du fichier pour récupération..."
55 061 "Copie en cours du fichier pour récupération..."
72 078 "Recherche en cours..."
73 079 "Caractère non-imprimable introuvable"
75 082 "%s : Commande non disponible en ex mode"
83 090 "@ avec plage, en cours d'exécution quand le fichier/l'écran a changé"
84 091 "Commande Global/v en cours d'exécution quand le fichier/l'écran a changé"
85 092 "La commande ex a échoué : commandes en attente abandonnées"
101 108 "Les abréviations ne peuvent pas contenir un mélange de caractères mot/non-mot, sauf à la fin"
[all …]
/freebsd/share/doc/psd/23.rpc/
H A Drpc.prog.ms2 .\" Must use -- tbl and pic -- with this one
33 existing non-network application to run over the network, you may want to
45 What are remote procedure calls? Simply put, they are the high-level
48 low-level networking mechanisms (such as TCP/IP and UDP/IP), and upon them
89 need to consider details about sockets, the UNIX system, or other low-level
93 simple things should be simple. The middle-layer routines are used
103 obtains a unique system-wide procedure-identification number, and
140 \fBFigure 1-1\fI Network Communication with the Remote Reocedure Call\fR
190 fprintf(stderr, "usage: rnusers hostname\en");
194 fprintf(stderr, "error: rnusers\en");
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dsamsung,s3fwrn5.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
15 - samsung,s3fwrn5-i2c
16 - samsung,s3fwrn82
18 en-gpios:
32 wake-gpios:
37 s3fwrn5,en-gpios:
41 Use en-gpios
[all …]
/freebsd/sys/dev/aac/
H A Daac_debug.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
62 device_printf(sc->aac_dev, "FIB queue header at %p queues at %p\n", in aac_print_queues()
63 &sc->aac_queues->qt_qindex[AAC_HOST_NORM_CMD_QUEUE][0], in aac_print_queues()
64 &sc->aac_queues->qt_HostNormCmdQueue[0]); in aac_print_queues()
65 device_printf(sc->aac_dev, "HOST_NORM_CMD %d/%d (%d)\n", in aac_print_queues()
66 sc->aac_queues->qt_qindex[AAC_HOST_NORM_CMD_QUEUE][ in aac_print_queues()
68 sc->aac_queues->qt_qindex[AAC_HOST_NORM_CMD_QUEUE][ in aac_print_queues()
71 device_printf(sc->aac_dev, "HOST_HIGH_CMD %d/%d (%d)\n", in aac_print_queues()
72 sc->aac_queues->qt_qindex[AAC_HOST_HIGH_CMD_QUEUE][ in aac_print_queues()
[all …]
/freebsd/tools/tools/locale/etc/
H A Dcharmaps.xml3 <!-- Attributes known:
4 name = language name - only one
5 encoding = encodings to be done - separated by space
6 countries = countries to create - separated by space
7 family = which font family - only one
9 too - only one
10 encoding_link = link this original encoding too - separated \
12 fallback = read this file if name_countries doesn't exist - \
28 -->
32 countries="ET" /> <!-- UTF-8 only -->
[all …]
/freebsd/sys/x86/iommu/
H A Damd_reg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
135 #define AMDIOMMU_CTRL_EN 0x0000000000000001ull /* IOMMU En */
136 #define AMDIOMMU_CTRL_HTTUN_EN 0x0000000000000002ull /* HT Tun Trans En */
137 #define AMDIOMMU_CTRL_EVNTLOG_EN 0x0000000000000004ull /* Event Log En */
138 #define AMDIOMMU_CTRL_EVENTINT_EN 0x0000000000000008ull /* Event Log Intr En */
139 #define AMDIOMMU_CTRL_COMWINT_EN 0x0000000000000010ull /* Compl Wait Intr En */
153 #define AMDIOMMU_CTRL_CMDBUF_EN 0x0000000000001000ull /* Start CMD proc En */
154 #define AMDIOMMU_CTRL_PPRLOG_EN 0x0000000000002000ull /* Periph Page Req Log En */
155 #define AMDIOMMU_CTRL_PPRINT_EN 0x0000000000004000ull /* Periph Page Req Intr En */
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_f_ssl.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]

12345678910>>...42