/freebsd/bin/dd/ |
H A D | dd.1 | 1 .\"- 44 utility copies the standard input to the standard output. 45 Input data is read and written in 512-byte blocks. 46 If input reads are short, input from multiple reads are aggregated 50 displays the number of complete and partial input and output blocks 51 and truncated input records to the standard error output. 54 .Bl -tag -width "of=file" 56 Set both input and output block size to 68 are specified, then each input block is copied to the output as a 79 input blocks. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | cdns,sdhci.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 15 - enum: 16 - amd,pensando-elba-sd4hc 17 - microchip,mpfs-sd4hc 18 - socionext,uniphier-sd4hc 19 - const: cdns,sd4hc 34 # PHY DLL input delays: [all …]
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 2 * Copyright (c) 2001-2003 61 * line: oid '=' value 73 * value: EMPTY | STRING | NUM 77 * Input context for macros and includes 83 struct input { struct 98 LIST_ENTRY(input) link; argument 100 static LIST_HEAD(, input) inputs; 120 struct snmp_value value; member 133 char *value; member 161 # define ERRPOP() ((void)(errstk--)) [all …]
|
H A D | trans_lsock.c | 83 (void)remove(port->name); in lsock_remove() 85 return (-1); in lsock_remove() 159 if ((port->name = malloc(namelen + 1)) == NULL) { in lsock_open_port() 165 strncpy(port->name, name, namelen); in lsock_open_port() 166 port->name[namelen] = '\0'; in lsock_open_port() 168 port->type = type; in lsock_open_port() 169 port->str_sock = -1; in lsock_open_port() 170 LIST_INIT(&port->peers); in lsock_open_port() 172 port->tport.index.len = namelen + 1; in lsock_open_port() 173 port->tport.index.subs[0] = namelen; in lsock_open_port() [all …]
|
H A D | trans_udp.c | 98 p->input.peerlen = sizeof(p->ret); in udp_input() 99 snmpd_input(&p->input, &p->tport); in udp_input() 113 if ((p->input.fd = socket(PF_INET, SOCK_DGRAM, 0)) < 0) { in udp_init_port() 117 ip = (p->addr[0] << 24) | (p->addr[1] << 16) | (p->addr[2] << 8) | in udp_init_port() 118 p->addr[3]; in udp_init_port() 121 addr.sin_port = htons(p->port); in udp_init_port() 125 if (setsockopt(p->input.fd, IPPROTO_IP, IP_RECVDSTADDR, &on, in udp_init_port() 126 sizeof(on)) == -1) { in udp_init_port() 128 close(p->input.fd); in udp_init_port() 129 p->input.fd = -1; in udp_init_port() [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | gssapi.c | 2 * Copyright (c) 1998 - 2005 Kungliga Tekniska Högskolan 59 d->context_hdl = GSS_C_NO_CONTEXT; in gss_init() 60 d->delegated_cred_handle = GSS_C_NO_CREDENTIAL; in gss_init() 77 return -1; in gss_check_prot() 85 gss_buffer_desc input, output; in gss_decode() local 91 input.length = len; in gss_decode() 92 input.value = buf; in gss_decode() 94 d->context_hdl, in gss_decode() 95 &input, in gss_decode() 100 return -1; in gss_decode() [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | gssapi.c | 2 * Copyright (c) 1998 - 2005 Kungliga Tekniska Högskolan 59 d->context_hdl = GSS_C_NO_CONTEXT; in gss_init() 60 d->delegated_cred_handle = GSS_C_NO_CREDENTIAL; in gss_init() 77 return -1; in gss_check_prot() 85 gss_buffer_desc input, output; in gss_decode() local 91 input.length = len; in gss_decode() 92 input.value = buf; in gss_decode() 94 d->context_hdl, in gss_decode() 95 &input, in gss_decode() 100 return -1; in gss_decode() [all …]
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2010-2019 Intel Corporation 11 * Generic, commonly-used macro and inline function definitions 107 * Check format string and its arguments at compile-time. 109 * GCC on Windows assumes MS-specific format string by default, 110 * even if the underlying stdio implementation is ANSI-compliant, 207 * add a byte-value offset to a pointer 212 * subtract a byte-value offset from a pointer 214 #define RTE_PTR_SUB(ptr, x) ((void*)((uintptr_t)ptr - (x))) 221 #define RTE_PTR_DIFF(ptr1, ptr2) ((uintptr_t)(ptr1) - (uintptr_t)(ptr2)) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun4i-a10-inet9f-rev03.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun4i-a10.dtsi" 45 #include "sunxi-common-regulators.dtsi" 46 #include <dt-bindings/gpio/gpio.h> 47 #include <dt-bindings/input/input.h> 48 #include <dt-bindings/interrupt-controller/irq.h> 51 model = "iNet-9F Rev 03"; 52 compatible = "inet-tek,inet9f-rev03", "allwinner,sun4i-a10"; 59 stdout-path = "serial0:115200n8"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-single.txt | 1 One-register-per-pin type device tree based pinctrl driver 4 - compatible : "pinctrl-single" or "pinconf-single". 5 "pinctrl-single" means that pinconf isn't supported. 6 "pinconf-single" means that generic pinconf is supported. 8 - reg : offset and length of the register set for the mux registers 10 - #pinctrl-cells : number of cells in addition to the index, set to 1 11 or 2 for pinctrl-single,pins and set to 2 for pinctrl-single,bits 13 - pinctrl-single,register-width : pinmux register access width in bits 15 - pinctrl-single,function-mask : mask of allowed pinmux function bits 19 - pinctrl-single,function-off : function off mode for disabled state if [all …]
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild_test.sh | 36 touch input 37 atf_check "${MANBUILD}" input output 44 cat >input <<EOF 49 atf_check "${MANBUILD}" input output 50 atf_check -o file:input cat output 56 cat >input <<EOF 61 atf_check "${MANBUILD}" -v FOO=this input output 67 atf_check -o file:expout cat output 73 cat >input <<EOF 78 atf_check "${MANBUILD}" -v FOO=this -v BAR=replaced input output [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_list.cpp | 54 /// \throw format_error If the value of line is invalid. 61 "the form 'name: value'"); in split_prop_line() 71 /// \param input The stream to read the lines from. 75 /// throw format_error If the input stream has an invalid format. 77 parse_properties(std::istream& input) in parse_properties() argument 82 while (std::getline(input, line).good() && !line.empty()) { in parse_properties() 86 throw engine::format_error("Duplicate value for property " + in parse_properties() 100 /// \param props The properties (name/value string pairs) as provided by the 116 const std::string& value = (*iter).second; in parse_atf_metadata() local 119 mdbuilder.set_string("description", value); in parse_atf_metadata() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VersionTuple.cpp | 1 //===- VersionTuple.cpp - Version Number Handling -------- 41 parseInt(StringRef & input,unsigned & value) parseInt() argument 63 tryParse(StringRef input) tryParse() argument [all...] |
H A D | YAMLTraits.cpp | 1 //===- lib/Support/YAMLTraits.cpp -----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 34 //===----------------------------------------------------------------------===// 36 //===----------------------------------------------------------------------===// 51 llvm_unreachable("Only supported for Input"); in setAllowUnknownKeys() 54 //===----------------------------------------------------------------------===// 55 // Input 56 //===----------------------------------------------------------------------===// 58 Input::Input(StringRef InputContent, void *Ctxt, in Input() function in Input [all …]
|
/freebsd/share/doc/usd/05.dc/ |
H A D | dc | 3 .\" Copyright (C) Caldera International Inc. 2001-2002. 35 .EH 'USD:5-%''DC \- An Interactive Desk Calculator' 36 .OH 'DC \- An Interactive Desk Calculator''USD:5-%' 38 .\" ....TM 75-1271-8 39199 39199-11 41 DC \- An Interactive Desk Calculator 42 .AU "MH 2C-524" 3878 52 time-sharing system to do arbitrary-precision 54 It has provision for manipulating scaled fixed-point numbers and 55 for input and output in bases other than decimal. 77 time-sharing system [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | qcom,usb-snps-femto-v2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,usb-snps-femto-v2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Synopsys Femto High-Speed USB PHY V2 10 - Wesley Cheng <quic_wcheng@quicinc.com> 13 Qualcomm High-Speed USB PHY 18 - enum: 19 - qcom,sc8180x-usb-hs-phy 20 - qcom,usb-snps-femto-v2-phy [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.1 | 75 .Bl -tag -width indent 77 Specifies an 8-bit data path. This causes an attempt to 80 option on both input and output. 96 Specifies an 8-bit data path on output. This causes the 99 Sets the IP type-of-service (TOS) option for the telnet 100 connection to the value 102 which can be a numeric TOS value 128 Sets the initial value of the 159 will be sent to the remote system as the value for the variable USER. 178 unless modified by the -e option. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/input/gpio-keys.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 3 ---------------- 21 number of pipes and a pseudo-tty (pty). The programs are called the 31 call. The return value from the curses routine is passed back to the 40 -v enables verbose output to assist debugging 41 -s slave_path the director will execute slave_path as the slave 43 -t term Sets the TERM environment variable to term when 53 Assign a value to a variable. The syntax is: 55 assign var_name value 59 name must start with an alphabetic character. Value is the value 60 to be assigned. The value can either be a numeric or a string [all …]
|
/freebsd/share/man/man4/man4.i386/ |
H A D | pbio.4 | 1 .\" Copyright (c) 2000-2002 58 .Tn PCL-724 60 Other 8255A-based peripherals such as the 66 The PPI provides two 8-bit ports (port A and port B) and 67 two 4-bit ports (port C upper, port C lower). 68 Each port can be individually programmed for input and 74 A separate register allows the configuration of ports for input 77 input data arrives at its terminals is impossible; 85 the corresponding hardware port for input or output. 86 At boot time all ports are set configured for input to avoid damaging [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 1 //===- llvm/Support/YAMLTraits.h --------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 66 // static void enumInput(IO &io, T &value); 96 /// to/from a YAML scalar where there is a one-to-one mapping between 97 /// in-memory values and a string in YAML. For example: 100 /// static void enumeration(IO &io, Colors &value) { 101 /// io.enumCase(value, "red", cRed); 102 /// io.enumCase(value, "blue", cBlue); 103 /// io.enumCase(value, "green", cGreen); [all …]
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.1 | 75 .Bl -tag -width indent 85 Specifies an 8-bit data path. 89 option on both input and output. 104 Specifies an 8-bit data path on output. 117 Sets the IP type-of-service (TOS) option for the telnet 118 connection to the value 120 which can be a numeric TOS value 150 Sets the initial value of the 183 will be sent to the remote system as the value for the variable 267 will revert to one of two input modes: [all …]
|
/freebsd/contrib/kyua/utils/text/ |
H A D | templates.cpp | 51 /// A template statement is a particular line in the input file that is 52 /// preceeded by a template marker. This class provides a high-level 54 /// the textual line into this high-level representation. 190 if (words.size() - 1 != descriptor.n_arguments) in parse() 195 new_arguments.resize(words.size() - 1); in parse() 216 /// Position in the input to which to rewind to on looping. 220 /// we can maintain the data about the loop without having to re-process it. 236 /// Stateful class to instantiate the templates in an input stream. 238 /// The goal of this parser is to scan the input once and not buffer anything in 240 /// iteration from the same input file by rewidining the stream to the [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | test_ntlm.c | 2 * Copyright (c) 2006 - 2008 Kungliga Tekniska Högskolan 54 gss_buffer_desc input, output; in test_libntlm_v1() local 76 input.value = data.data; in test_libntlm_v1() 77 input.length = data.length; in test_libntlm_v1() 80 output.value = NULL; in test_libntlm_v1() 85 &input, in test_libntlm_v1() 101 data.data = output.value; in test_libntlm_v1() 138 input.length = data.length; in test_libntlm_v1() 139 input.value = data.data; in test_libntlm_v1() 144 &input, in test_libntlm_v1() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkeyutl.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-pkeyutl - public key algorithm command 11 [B<-help>] 12 [B<-in> I<file>] 13 [B<-rawin>] 14 [B<-digest> I<algorithm>] 15 [B<-out> I<file>] 16 [B<-sigfile> I<file>] 17 [B<-inkey> I<filename>|I<uri>] 18 [B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] [all …]
|