Home
last modified time | relevance | path

Searched +full:x +full:- +full:- (Results 1 – 25 of 1273) sorted by relevance

12345678910>>...51

/freebsd/contrib/sendmail/contrib/
H A Dmailprio1 …(8.8.2/8.8.2) with ESMTP id JAA05023 for <eric@sendmail.org>; Thu, 31 Oct 1996 09:29:47 -0800 (PST)
2 ….1]) by austin.bsdi.com (8.7.4/8.7.3) with ESMTP id KAA19250; Thu, 31 Oct 1996 10:28:18 -0700 (MST)
3 Message-Id: <199610311728.KAA19250@austin.bsdi.com>
9 Date: Thu, 31 Oct 1996 10:28:14 -0700
25 # Made on 1996-10-31 10:07 MST by <sanders@earth.com>.
27 # Existing files will *not* be overwritten unless `-c' is specified.
31 # ------ ---------- ------------------------------------------
32 # 8260 -rwxr-xr-x mailprio
33 # 3402 -rw-r--r-- mailprio.README
34 # 4182 -rwxr-xr-x mailprio_mkdb
[all …]
H A Dmmuegel2 Message-Id: <199307280818.AA08111@cssun6.corp.mot.com>
5 Date: Wed, 28 Jul 1993 03:18:02 -0500 (CDT)
6 In-Reply-To: <199307221853.LAA04266@mastodon.CS.Berkeley.EDU> from "Eric Allman" at Jul 22, 93 11:5…
7 X-Mailer: ELM [version 2.4 PL22]
8 Mime-Version: 1.0
9 Content-Type: text/plain; charset=US-ASCII
10 Content-Transfer-Encoding: 7bit
11 Content-Length: 69132
16 -Mike
18 ---- Cut Here and feed the following to sh ----
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h1 //===-- PPCMCTargetDesc.h - PowerPC Target Descriptions -------
127 PPC_REGS0_7(X) global() argument
132 PPC_REGS0_31(X) global() argument
139 PPC_REGS_EVEN0_30(X) global() argument
145 PPC_REGS0_63(X) global() argument
156 PPC_REGS_NO0_31(Z,X) global() argument
175 PPC_REGS0_7(X) global() argument
180 PPC_REGS0_3(X) global() argument
[all...]
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S1 // SPDX-License-Identifier: Brian-Gladman-3-Clause
3 * ---------------------------------------------------------------------------
4 * Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
25 * ---------------------------------------------------------------------------
45 * preserved rsi - + rbx, rbp, rsp, r12, r13, r14 & r15
46 * registers rdi - on both
48 * destroyed - rsi + rax, rcx, rdx, r8, r9, r10 & r11
49 * registers - rdi on both
95 * lo: | input key (round 0) | / each round is four 32-bit words
99 * | encryption round N-1 |
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_fsplit.sh3 # Copyright (c) 2007-2016 The NetBSD Foundation, Inc.
32 # In particular this means that in ${x-word}, 'word' must be expanded as if
33 # the "${x-" and "}" were absent from the input line.
35 # So: sh -c 'set ${x-a b c}; echo $#' should give 3.
36 # and: sh -c 'set -- ${x-}' echo $#' shold give 0
54 result=$( ${TEST_SH} -c "unset x; $1" )
66 set -- "$(expr "$1" : '\(............\).*')..." "$2" ;;
89 unset x
93 check 'for f in $x; do echo x${f}y; done' ''
102 # Check that IFS is applied to text from ${x-...} unless it is inside
[all …]
/freebsd/lib/libvgl/
H A Dmouse.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
42 #define BORDER 0xff /* default border -- light white in rgb 3:3:2 */
43 #define INTERIOR 0xa0 /* default interior -- red in rgb 3:3:2 */
48 #define X 0xff /* any nonzero in And mask means part of cursor */ macro
52 X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
53 X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
54 X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
55 X,X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
[all …]
/freebsd/contrib/ncurses/man/
H A Dncurses.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
31 .\" $Id: ncurses.3x,v 1.214 2024/04/27 17:55:43 tom Exp $
32 .TH ncurses 3X 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
59 \fB\%ncurses\fP \-
60 character-cell terminal interface with optimized output
67 terminal-independent means of reading keyboard and mouse input and
68 updating character-cell terminals with output optimized to minimize
106 X/Open Curses Issue\ 7.
107 In many behavioral details not standardized by X/Open,
[all …]
/freebsd/sbin/growfs/
H A Ddebug.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
4 * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
9 * Christoph Herrmann and Thomas-Henning von Kamptz, Munich and Frankfurt.
23 * Herrmann and Thomas-Henning von Kamptz.
70 if (strcmp(fn, "-") == 0) in dbg_open()
107 for (i = 0; i < sb->fs_bsiz in dbg_dump_hex()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td1 //===- ValueTypes.td - ValueType definitions ---------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // ValueTypes.td - list of ValueType instances supported by the the
12 //===----------------------------------------------------------------------===//
66 def i2 : VTInt<2, 3>; // 2-bit integer value
67 def i4 : VTInt<4, 4>; // 4-bit integer value
68 def i8 : VTInt<8, 5>; // 8-bit integer value
69 def i16 : VTInt<16, 6>; // 16-bit integer value
70 def i32 : VTInt<32, 7>; // 32-bit integer value
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
44 floating_point abs(floating_point x);
46 floating_point acos (arithmetic x);
47 float acosf(float x);
48 long double acosl(long double x);
50 floating_point asin (arithmetic x);
51 float asinf(float x);
[all …]
H A Dcmath1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
47 floating_point abs(floating_point x);
49 floating_point acos (arithmetic x);
50 float acosf(float x);
51 long double acosl(long double x);
53 floating_point asin (arithmetic x);
54 float asinf(float x);
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dzfs1 #------------------------------------------------------------------------------
4 # From <rea-fbsd@codelabs.ru>
34 # Almost all uint64_t fields are printed as the 32-bit ones (with high
36 # full 64-bit values.
38 # Big-endian values
39 8 string \000\000\000\002\365\272\313\254 ZFS snapshot (big-endian machine),
40 >20 belong x version %u,
48 >40 byte x destination GUID: %02X
49 >41 byte x %02X
50 >42 byte x %02X
[all …]
H A Dmap2 #------------------------------------------------------------------------------
7 # Garmin .FIT files https://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
10 >>35 belong x \b, unit id %d
11 >>39 lelong x \b, serial %u
12 # https://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
14 # TZ=GMT date -d '1989-12-31 0:00' +%s
15 >>43 leldate+631065600 x \b, %s
17 >>47 leshort x \b, manufacturer %d
19 >>49 leshort x \b, product %d
20 >>53 byte x \b, type %d
[all …]
H A Dpython2 #------------------------------------------------------------------------------
13 0 belong 0x02099900 python 1.0 byte-compiled
14 !:mime application/x-bytecode.python
15 0 belong 0x03099900 python 1.1/1.2 byte-compiled
16 !:mime application/x-bytecode.python
17 0 belong 0x892e0d0a python 1.3 byte-compiled
18 !:mime application/x-bytecode.python
19 0 belong 0x04170d0a python 1.4 byte-compiled
20 !:mime application/x-bytecode.python
21 0 belong 0x994e0d0a python 1.5 byte-compiled
[all …]
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c3 * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd.
65 b[strlen(b)-1] = '\0'; in load_eeprom_dump()
68 sscanf(b, "%x: %x %x %x %x %x %x %x %x\n", in load_eeprom_dump()
87 BASE_EEP_HEADER *eh = &eep->ee_base.baseEepHeader; in eeprom_v14_base_print()
90 printf("| Version: 0x%.4x | Length: 0x%.4x | Checksum: 0x%.4x ", in eeprom_v14_base_print()
91 eh->version, eh->length, eh->checksum); in eeprom_v14_base_print()
92 printf("| CapFlags: 0x%.2x\n", eh->opCapFlags); in eeprom_v14_base_print()
94 printf("| eepMisc: 0x%.2x | RegDomain: 0x%.4x 0x%.4x | \n", in eeprom_v14_base_print()
95 eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_v14_base_print()
96 printf("| MAC: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x ", in eeprom_v14_base_print()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh.out3 key min .------------------------------------------. max | count
12 key min .------------------------------------------. max | count
21 key min .------------------------------------------. max | count
30 key min .------------------------------------------. max | count
39 key min .------------------------------------------. max | count
49 key min .------------------------------------------. max | count
50 2 < 0 : X : >= 40 | 1
51 3 < 0 : X : >= 40 | 1
52 4 < 0 : X : >= 40 | 1
53 5 < 0 : X : >= 40 | 1
[all …]
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c3 * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd.
52 BASE_EEP4K_HEADER *eh = &eep->ee_base.baseEepHeader; in eeprom_v4k_base_print()
54 printf("| Version: 0x%.4x | Length: 0x%.4x | Checksum: 0x%.4x ", in eeprom_v4k_base_print()
55 eh->version, eh->length, eh->checksum); in eeprom_v4k_base_print()
56 printf("| CapFlags: 0x%.2x | eepMisc: 0x%.2x | RegDomain: 0x%.4x 0x%.4x | \n", in eeprom_v4k_base_print()
57 eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_v4k_base_print()
58 printf("| MAC: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x ", in eeprom_v4k_base_print()
59 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_v4k_base_print()
60 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_v4k_base_print()
61 printf("| RxMask: 0x%.2x | TxMask: 0x%.2x | RfSilent: 0x%.4x | btOptions: 0x%.4x |\n", in eeprom_v4k_base_print()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.clv2 echo T.clv: check command-line variables
4 awk=${awk-../a.out}
6 rm -f core
11 BEGIN { x=0; print x; getline; print x, $0 }
20 BEGIN { x=0; print x; getline; print x, $0 }
21 ' x=1 >foo1
24 diff foo1 foo2 || echo 'BAD: T.clv (x=1 only)'
29 BEGIN { x=0; print x; getline; print x, $0 }
30 ' x=1 x=2 x=3 >foo1
33 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)'
[all …]
H A DT.re34 # system("bprint -c ../a.out")
47 x
53 x
55 . ~ x
64 $ ~ x
66 .$ ~ x
73 x
75 ^ ~ x
90 !~ x
115 \$ ~ x$
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/tr/
H A Dt_basic.sh32 # tr -d: delete character
36 atf_set "descr" "Tests for tr -d"
40 atf_check -o inline:'abcde\n' -x 'echo abcde | tr -d x'
41 atf_check -o inline:'abde\n' -x 'echo abcde | tr -d c'
42 atf_check -o inline:'ace\n' -x 'echo abcde | tr -d bd'
43 atf_check -o inline:'ae\n' -x 'echo abcde | tr -d b-d'
44 atf_check -o inline:'b\n' -x 'echo abcde | tr -d ac-e'
45 atf_check -o inline:'d\n' -x 'echo abcde | tr -d a-ce'
46 atf_check -o inline:'aei\n' -x 'echo abcdefghi | tr -d b-df-h'
48 atf_check -o inline:'' -x 'echo abcde | tr -c -d x'
[all …]
/freebsd/sbin/dhclient/
H A Dtables.c5 /*-
6 * SPDX-License-Identifier: BSD-3-Clause
53 * e - end of data
54 * I - IP address
55 * l - 32-bit signed integer
56 * L - 32-bit unsigned integer
57 * s - 16-bit signed integer
58 * S - 16-bit unsigned integer
59 * b - 8-bit signed integer
60 * B - 8-bit unsigned integer
[all …]
/freebsd/sys/dev/qlxge/
H A Dqls_dbg.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2014 Qlogic Corporation
54 dev = ha->pci_dev; in qls_dump_buf32()
60 device_printf(dev,"0x%08x:\t0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", in qls_dump_buf32()
63 len32 -= 4; in qls_dump_buf32()
68 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qls_dump_buf32()
71 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qls_dump_buf32()
74 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qls_dump_buf32()
96 dev = ha->pci_dev; in qls_dump_buf16()
[all …]
/freebsd/contrib/bc/gen/
H A Dlib2.bc4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2025 Gavin D. Howard and contributors.
36 define p(x,y){
39 if(x==0){
44 if(y==a)return(x^a)@scale
46 if(x<1){
47 y=-y
48 a=-a
49 z=x
50 x=1/x
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
8 #include "iwl-drv.h"
12 #include "iwl-io.h"
13 #include "iwl-prph.h"
14 #include "iwl-csr.h"
27 * read with u32-sized accesses, any members with a different size
38 u32 data1; /* error-specific data */
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c3 * for 128-bit long double.
5 * Copyright (c) 2006-2024, Arm Limited.
6 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
13 * 128-bit. Such a library will probably want to check the error
29 #define lenof(x) (sizeof(x)/sizeof(*(x))) argument
34 static long double poly(const long double *coeffs, size_t n, long double x) in poly() argument
36 long double result = coeffs[--n]; in poly()
39 result = (result * x) + coeffs[--n]; in poly()
45 * Compute sin(pi*x) / pi, for use in the reflection formula that
46 * relates gamma(-x) and gamma(x).
[all …]

12345678910>>...51