| /freebsd/libexec/getty/ |
| H A D | gettytab.5 | 70 .Bl -column Name Type /usr/bin/login 72 .It "ac str unused expect-send chat script for modem answer" 73 .It "al str unused user to auto-login instead of prompting" 76 .It "c0 num unused tty control flags to write messages" 77 .It "c1 num unused tty control flags to read login name" 78 .It "c2 num unused tty control flags to leave terminal as" 83 .It "co bool false console - add" 86 .It "ct num 10 chat timeout for" 91 .It "dc num 0 chat debug bitmask" 92 .It "de num 0 delay secs and flush input before writing first prompt" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | qcom-wled.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <andersson@kernel.org> 11 - Kiran Gunda <quic_kgunda@quicinc.com> 21 - qcom,pm8941-wled 22 - qcom,pmi8950-wled 23 - qcom,pmi8994-wled 24 - qcom,pmi8998-wled [all …]
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_parser_l.l | 3 * Copyright (c) 2004-2006 Voltaire, Inc. All rights reserved. 4 * Copyright (c) 2002-2008 Mellanox Technologies LTD. All rights reserved. 5 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 17 * - Redistributions of source code must retain the above 21 * - Redistributions in binary form must reproduce the above 77 #define START_USE {in_description = TRUE;} /* list of strings including whitespace (… 78 #define START_PORT_GUID {in_list_of_hex_num_ranges = TRUE;} /* comma-separated list of hex num… 79 …START_PORT_NAME {in_list_of_strings = TRUE;} /* comma-separated list of following strings: ..… 84 #define START_NODE_TYPE {in_node_type = TRUE;} /* comma-separated list of node types (ROU… 85 #define START_SL2VL_TABLE {in_list_of_numbers = TRUE;} /* comma-separated list of hex or dec numb… [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | atmel-usb.txt | 6 - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers 8 - reg: Address and length of the register set for the device 9 - interrupts: Should contain ohci interrupt 10 - clocks: Should reference the peripheral, host and system clocks 11 - clock-names: Should contain three strings 15 - num-ports: Number of ports. 16 - atmel,vbus-gpio: If present, specifies a gpio that needs to be 18 - atmel,oc-gpio: If present, specifies a gpio that needs to be 22 compatible = "atmel,at91rm9200-ohci", "usb-ohci"; 25 clock-names = "ohci_clk", "hclk", "uhpck"; [all …]
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | sequencer.py | 26 Base class for en/de-coders, which are put into sequencers. 28 All have a name and arbitrary user-supplied auxiliary data 42 convert strings to bytes and vice versa, as reversibly as 44 a no-op since the string type *is* the bytes type (<type 45 'unicode'>) is the unicode-ized string type). 50 These are partly for internal use (all strings get converted 51 to UTF-8 byte sequences when coding a _string_ type) and partly 61 return byte_sequence.decode('utf-8', 'surrogateescape') 66 return unicode_sequence.encode('utf-8', 'surrogateescape') 75 return string.encode('utf-8', 'surrogateescape') [all …]
|
| /freebsd/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 4 * Low-level kernel interface to the XenStore. 51 #include <xen/xen-os.h> 84 * guest either via the xen_start_info structure for a fully para- 115 /*-------------------------- Private Data Structures ------------------------*/ 217 * The HVM guest pseudo-physical frame number. This is Xen's mapping 239 * Xenstore is a user-space process that usually runs in Dom0, 253 /*-------------------------------- Global Data ------------------------------*/ 256 /*------------------------- Private Utility Functions -----------------------*/ 260 * strings in a buffer. 262 * \param strings A pointer to a contiguous buffer of NUL terminated strings. [all …]
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | alloc_ttype.c | 2 * Copyright 2018-2022,2023 Thomas E. Dickey * 3 * Copyright 1999-2016,2017 Free Software Foundation, Inc. * 31 * Author: Thomas E. Dickey <dickey@clark.net> 1999-on * 35 * align_ttype.c -- functions for TERMTYPE 61 na--; in merge_names() 64 nb--; in merge_names() 68 na--, nb--; in merge_names() 71 while (na-- > 0) { in merge_names() 74 while (nb-- > 0) { in merge_names() 77 DEBUG(4, ("merge_names -> %d", n)); in merge_names() [all …]
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_qos_policy.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2012 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 84 cl_list_t group_list; /* list of group names (strings) */ 85 cl_list_t across_list; /* list of 'across' group names (strings) */ 86 cl_list_t vlarb_high_list; /* list of num pairs (n:m,...), 32-bit values */ 87 cl_list_t vlarb_low_list; /* list of num pairs (n:m,...), 32-bit values */ 95 cl_list_t group_list; /* list of strings (port group names) */ [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 1 //===- llvm/ADT/StringExtras.h - Useful string functions --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This file contains some functions that are useful when dealing with strings. 12 //===----------------------------------------------------------------------===// 35 /// hexdigit - Return the hexadecimal character for the 44 /// Given an array of c-style strings terminated by a null pointer, construct 45 /// a vector of StringRefs representing the same strings without the terminating 47 inline std::vector<StringRef> toStringRefArray(const char *const *Strings) { in toStringRefArray() argument 49 while (*Strings) in toStringRefArray() [all …]
|
| /freebsd/contrib/libedit/ |
| H A D | filecomplete.c | 3 /*- 58 * does tilde expansion of strings of type ``~user/foo'' 86 len = (size_t)(pos - txt + 1); in fn_tilde_expand() 90 (void)strlcpy(temp, txt + 1, len - 1); in fn_tilde_expand() 120 len = strlen(pass->pw_dir) + 1 + strlen(txt) + 1; in fn_tilde_expand() 124 (void)snprintf(temp, len, "%s/%s", pass->pw_dir, txt); in fn_tilde_expand() 207 wchar_t *temp = el->el_line.buffer; in escape_filename() 213 while (temp != el->el_line.cursor) { in escape_filename() 219 (temp == el->el_line.buffer || temp[-1] != '\\')) in escape_filename() 349 len = (size_t)(pos - text); /* including last slash */ in fn_filename_completion_function() [all …]
|
| /freebsd/contrib/lib9p/ |
| H A D | pack.c | 29 * Based on libixp code: ©2007-2010 Kris Maglione <maglione.k at Gmail> 66 * just len itself, converted to signed), or -1 if we ran out of space. 68 * Note that if we return -1, subsequent l9p_iov_io() calls with 69 * the same (and not-reset) msg and len > 0 will also return -1. 83 if (msg->lm_cursor_iov >= msg->lm_niov) in l9p_iov_io() 84 return (-1); in l9p_iov_io() 89 size_t idx = msg->lm_cursor_iov; in l9p_iov_io() 90 size_t space = msg->lm_iov[idx].iov_len - msg->lm_cursor_offset; in l9p_iov_io() 93 if (msg->lm_mode == L9P_PACK) { in l9p_iov_io() 94 memcpy((char *)msg->lm_iov[idx].iov_base + in l9p_iov_io() [all …]
|
| /freebsd/secure/usr.bin/openssl/man/ |
| H A D | openssl-prime.1 | 1 .\" -*- mode: troff; coding: utf-8 -*- 29 .\" Escape single quotes in literal strings from groff's Unicode transform. 57 .IX Title "OPENSSL-PRIME 1ossl" 58 .TH OPENSSL-PRIME 1ossl 2025-09-30 3.5.4 OpenSSL 64 openssl\-prime \- compute prime numbers 68 [\fB\-help\fR] 69 [\fB\-hex\fR] 70 [\fB\-generate\fR] 71 [\fB\-bits\fR \fInum\fR] 72 [\fB\-safe\fR] [all …]
|
| H A D | openssl-speed.1 | 1 .\" -*- mode: troff; coding: utf-8 -*- 29 .\" Escape single quotes in literal strings from groff's Unicode transform. 57 .IX Title "OPENSSL-SPEED 1ossl" 58 .TH OPENSSL-SPEED 1ossl 2025-09-30 3.5.4 OpenSSL 64 openssl\-speed \- test library performance 68 [\fB\-help\fR] 69 [\fB\-config\fR \fIfilename\fR] 70 [\fB\-elapsed\fR] 71 [\fB\-evp\fR \fIalgo\fR] 72 [\fB\-hmac\fR \fIalgo\fR] [all …]
|
| /freebsd/usr.bin/grep/ |
| H A D | grep.1 | 41 .Bk -words 43 .Op Fl A Ar num 44 .Op Fl B Ar num 45 .Op Fl C Ar num 48 .Op Fl Fl binary-files= Ns Ar value 51 .Op Fl Fl context= Ns Ar num 53 .Op Fl Fl line-buffered 91 .Bl -tag -width indent 92 .It Fl A Ar num , Fl Fl after-context= Ns Ar num 94 .Ar num [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | omap-spi.txt | 4 - compatible : 5 - "ti,am654-mcspi" for AM654. 6 - "ti,omap2-mcspi" for OMAP2 & OMAP3. 7 - "ti,omap4-mcspi" for OMAP4+. 8 - ti,spi-num-cs : Number of chipselect supported by the instance. 9 - ti,hwmods: Name of the hwmod associated to the McSPI 10 - ti,pindir-d0-out-d1-in: Select the D0 pin as output and D1 as 15 - dmas: List of DMA specifiers with the controller specific format 18 - dma-names: List of DMA request names. These strings correspond 28 #address-cells = <1>; [all …]
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | driver.c | 2 * Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved. 34 int num; member 43 static int single_test = -1; 44 static int single_iter = -1; 51 * |num_test_cases| counts the total number of non-subtest test cases 64 all_tests[num_tests].num = -1; in add_test() 70 int num, int subtest) in add_all_tests() argument 75 all_tests[num_tests].num = num; in add_all_tests() 81 num_test_cases += num; in add_all_tests() 125 * Replace argv[] with UTF-8 encoded strings. in setup_test_framework() [all …]
|
| /freebsd/crypto/heimdal/appl/afsutil/ |
| H A D | afslog.c | 2 * Copyright (c) 1997-2003 Kungliga Tekniska Högskolan 144 return -1; in afslog_cell() 151 for(p = cell_list, q = &cell_list; p; q = &p->next, p = p->next) in afslog_cell() 152 if(strcmp(p->cell, c) == 0) in afslog_cell() 156 return -1; in afslog_cell() 157 p->cell = strdup(c); in afslog_cell() 158 if(p->cell == NULL) { in afslog_cell() 160 return -1; in afslog_cell() 162 p->next = NULL; in afslog_cell() 173 return -1; in afslog_file() [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | RAND_egd.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 29 .\" Escape single quotes in literal strings from groff's Unicode transform. 58 .TH RAND_EGD 3ossl 2025-09-30 3.5.4 OpenSSL 64 RAND_egd, RAND_egd_bytes, RAND_query_egd_bytes \- query entropy gathering daemon 70 \& int RAND_egd_bytes(const char *path, int num); 73 \& int RAND_query_egd_bytes(const char *path, unsigned char *buf, int num); 83 \&\fBRAND_egd_bytes()\fR requests \fBnum\fR bytes of randomness from an EGD at the 85 \&\fBRAND_egd()\fR is equivalent to \fBRAND_egd_bytes()\fR with \fBnum\fR set to 255. 87 \&\fBRAND_query_egd_bytes()\fR requests \fBnum\fR bytes of randomness from an EGD at 88 the specified socket \fBpath\fR, where \fBnum\fR must be less than 256. [all …]
|
| H A D | OPENSSL_instrument_bus.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 29 .\" Escape single quotes in literal strings from groff's Unicode transform. 58 .TH OPENSSL_INSTRUMENT_BUS 3ossl 2025-09-30 3.5.4 OpenSSL 64 OPENSSL_instrument_bus, OPENSSL_instrument_bus2 \- instrument references to memory bus 69 \& size_t OPENSSL_instrument_bus(unsigned int *vector, size_t num); 70 \& size_t OPENSSL_instrument_bus2(unsigned int *vector, size_t num, size_t max); 76 are subject to irregular, apparently non-deterministic variations. The 79 bus-bound a 'flush cache line' instruction is used between probes. In 82 multi-processor systems. This also means that \fBvector[num]\fR should be 85 \&\fBOPENSSL_instrument_bus()\fR performs \fBnum\fR probes and records the number of [all …]
|
| H A D | ERR_put_error.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 29 .\" Escape single quotes in literal strings from groff's Unicode transform. 58 .TH ERR_PUT_ERROR 3ossl 2025-09-30 3.5.4 OpenSSL 67 \&\- record an error 76 \& void ERR_add_error_data(int num, ...); 77 \& void ERR_add_error_vdata(int num, va_list arg); 106 \&\fBERR_add_error_data()\fR associates the concatenation of its \fBnum\fR string 123 It appends '\e0' to the BIO contents if not already NUL-terminated. 126 error strings so that the application can a generate human-readable 133 Each OpenSSL sub-library has library code \fBERR_LIB_XXX\fR and has its own set [all …]
|
| H A D | OSSL_trace_get_category_num.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 29 .\" Escape single quotes in literal strings from groff's Unicode transform. 58 .TH OSSL_TRACE_GET_CATEGORY_NUM 3ossl 2025-09-30 3.5.4 OpenSSL 65 \&\- OpenSSL tracing information functions 72 \& const char *OSSL_trace_get_category_name(int num); 80 to the given \f(CW\*(C`num\*(C'\fR. 84 \&\f(CW\*(C`name\*(C'\fR is a recognised category name, otherwise \-1. 87 \&\f(CW\*(C`num\*(C'\fR is a recognised category number, otherwise NULL.
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_util.c | 1 /*- 2 * Copyright (c) 2009-2012,2014 Michihiro NAKAJIMA 3 * Copyright (c) 2003-2007 Tim Kientzle 107 return (a->archive_error_number); in archive_errno() 114 if (a->error != NULL && *a->error != '\0') in archive_error_string() 115 return (a->error); in archive_error_string() 123 return (a->file_count); in archive_file_count() 129 return (a->archive_format); in archive_format() 135 return (a->archive_format_name); in archive_format_name() 158 return archive_filter_bytes(a, -1); in archive_position_compressed() [all …]
|
| /freebsd/usr.bin/printf/ |
| H A D | printf.1 | 56 after the first are treated as strings if the corresponding format is 63 .Bl -bullet -offset indent -compact 77 .St -ansiC , 82 .Bl -tag -width Ds -offset indent -compact 88 Write a <form-feed> character. 90 Write a <new-line> character. 101 .It Cm \e Ns Ar num 103 value is the 1-, 2-, or 3-digit 105 .Ar num . 107 .Cm \e Ns Ar num [all …]
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tic.c | 2 * Copyright 2018-2023,2024 Thomas E. Dickey * 3 * Copyright 1998-2017,2018 Free Software Foundation, Inc. * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 37 * tic.c --- Main program for terminfo compiler 75 [-e names] \ 76 [-o dir] \ 77 [-R name] \ 78 [-v[n]] \ 79 [-V] \ 80 [-w[n]] \ [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | davinci-mcasp-audio.txt | 4 - compatible : 5 "ti,dm646x-mcasp-audio" : for DM646x platforms 6 "ti,da830-mcasp-audio" : for both DA830 & DA850 platforms 7 "ti,am33xx-mcasp-audio" : for AM33xx platforms (AM33xx, AM43xx, TI81xx) 8 "ti,dra7-mcasp-audio" : for DRA7xx platforms 9 "ti,omap4-mcasp-audio" : for OMAP4 11 - reg : Should contain reg specifiers for the entries in the reg-names property. 12 - reg-names : Should contain: 16 - op-mode : I2S/DIT ops mode. 0 for I2S mode. 1 for DIT mode used for S/PDIF, 17 IEC60958-1, and AES-3 formats. [all …]
|