Home
last modified time | relevance | path

Searched +full:ls +full:- +full:bits (Results 1 – 25 of 228) sorted by relevance

12345678910

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Dposixmode.ksh1 #!/bin/ksh -p
10 # or https://opensource.org/licenses/CDDL-1.0.
32 # Verify that POSIX mode bits function correctly.
44 # 2. Test POSIX mode bits on ZFS
51 umount -f $tmpdir
52 rm -rf $tmpdir $TESTDIR/dir
55 log_assert "Verify POSIX mode bits function correctly"
81 log_must ls -la $dir
91 log_must ls -la $dir
102 log_must rm -rf $dir
[all …]
/freebsd/usr.bin/stat/
H A Dstat.199 .Bl -tag -width indent
102 .Xr ls 1 ,
166 .Nm ls Fl lT
210 .Bl -tag -width indent
213 Non-zero octal output will have a leading zero, and non-zero
220 Non-negative numbers are not usually printed
222 .It Cm -
229 Reserves a space at the front of non-negative signed output fields.
236 .Bl -tag -width indent
267 .Bl -tag -width indent
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h1 //===-- ARMBaseInfo.h - Top level definitions for ARM ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the ARM target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
28 // The CondCodes constants map directly to the 4-bit encoding of the
30 enum CondCodes { // Meaning (integer) Meaning (floating-point)
40 LS, // Unsigned lower or same Less than or equal enumerator
59 case HI: return LS; in getOppositeCondition()
60 case LS: return HI; in getOppositeCondition()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp1 //===- FloatingPointMode.cpp ---------
81 ListSeparator LS(" "); operator <<() local
[all...]
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh1 #!/usr/local/bin/ksh93 -p
40 # 1. Loop super user and non-super user to run the test case.
52 # CODING_STATUS: COMPLETED (2006-03-02)
68 if [[ -f $TARFILE ]]; then
69 log_must $RM -f $TARFILE
72 if [[ -d $basedir ]]; then
73 log_must $RM -rf $basedir
82 set -A aclmode_flag discard groupmask passthrough
84 set -A ace_prefix "user:$ZFS_ACL_OTHER1" \
89 set -A argv "000" "444" "644" "777" "755" "231" "562" "413"
[all …]
H A Dzfs_acl_chmod_rwx_002_pos.ksh1 #!/usr/local/bin/ksh93 -p
36 # chmod A{+|-|=} read_data|write_data|execute for owner@ group@ or everyone@
37 # correctly alters mode bits .
40 # 1. Loop root and non-root user.
43 # 4. Separately chmod +|-|= read_data|write_data|execute
44 # 5. Check map bits
50 # CODING_STATUS: COMPLETED (2005-10-05)
58 log_assert "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
59 "or everyone@ correctly alters mode bits."
62 set -A bits 0 1 2 3 4 5 6 7
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h1 //===- StackLifetime.h - Alloca Lifetime Analysis --------
64 BitVector Bits; global() variable
69 LiveRange(unsigned Size, bool Set = false) : Bits(Size, Set) {} Bits() function
171 ListSeparator LS; global() variable
[all...]
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemchr.S2 * memchr - find a character in a memory zone
4 * Copyright (c) 2014-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
10 * ARMv8-a, AArch64
41 * For each 32-byte chunk we calculate a 64-bit syndrome value, with two bits
44 * syndrome). Since the bits in the syndrome reflect exactly the order in which
59 /* Work with aligned 32-byte chunks */
67 * Input string is not 32-byte aligned. We calculate the syndrome
79 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */
80 addp vend.16b, vend.16b, vend.16b /* 128->64 */
[all …]
H A Dstrnlen.S2 * strnlen - calculate the length of a string with limit.
4 * Copyright (c) 2020-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
10 * ARMv8-a, AArch64, Advanced SIMD.
34 Process the string in 16-byte aligned chunks. Compute a 64-bit mask with
35 four bits per byte using the shrn instruction. A count trailing zeros then
44 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
53 csel result, cntin, result, ls
66 /* Make sure that it won't overread by a 16-byte chunk */
73 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
[all …]
H A Dmemrchr.S2 * memrchr - find last character in a memory zone.
4 * Copyright (c) 2020-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
10 * ARMv8-a, AArch64, Advanced SIMD.
38 For each 16-byte chunk we calculate a 64-bit nibble mask value with four bits
39 per byte. We take 4 bits of every comparison byte with shift right and narrow
40 by 4 instruction. Since the bits in the nibble mask reflect the order in
53 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
67 b.ls L(nomatch)
69 /* Make sure that it won't overread by a 16-byte chunk */
[all …]
/freebsd/usr.bin/find/
H A Dfind.165 .Bl -tag -width indent
68 .Ic -regex
70 .Ic -iregex
94 .Ic -follow
126 to perform a depth-first traversal.
128 This option is a BSD-specific equivalent of the
129 .Ic -depth
131 .St -p1003.1-2001 .
147 .Dq Li - .
154 .Ql find -s
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1 //===- HexagonConstPropagation.cpp ---------
1147 LatticeCell LS; evaluateCMPri() local
1174 LatticeCell LS; evaluateCMPrp() local
1566 evaluateZEXTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,const CellMap & Inputs,LatticeCell & Result) evaluateZEXTr() argument
1587 evaluateZEXTi(const APInt & A1,unsigned Width,unsigned Bits,APInt & Result) evaluateZEXTi() argument
1597 evaluateSEXTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,const CellMap & Inputs,LatticeCell & Result) evaluateSEXTr() argument
1618 evaluateSEXTi(const APInt & A1,unsigned Width,unsigned Bits,APInt & Result) evaluateSEXTi() argument
1732 evaluateEXTRACTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,unsigned Offset,bool Signed,const CellMap & Inputs,LatticeCell & Result) evaluateEXTRACTr() argument
1763 evaluateEXTRACTi(const APInt & A1,unsigned Bits,unsigned Offset,bool Signed,APInt & Result) evaluateEXTRACTi() argument
1790 evaluateSplatr(const RegisterSubReg & R1,unsigned Bits,unsigned Count,const CellMap & Inputs,LatticeCell & Result) evaluateSplatr() argument
1811 evaluateSplati(const APInt & A1,unsigned Bits,unsigned Count,APInt & Result) evaluateSplati() argument
2153 unsigned Bits = MI.getOperand(2).getImm(); evaluate() local
2679 LatticeCell LS; evaluateHexCondMove() local
2724 unsigned Bits; evaluateHexExt() local
[all...]
/freebsd/usr.sbin/chroot/
H A Dchroot.853 .Bl -tag -width "-G group[,group ...]"
66 command before chrooting, effectively disabling SUID/SGID bits
76 .Bl -tag -width "SHELL"
90 .Bl -tag -width 0n
96 .Bd -literal -offset 2n
104 .Xr ls 1
107 .Bd -literal -offset 2n
108 .Li # Ic chroot /tmp/testroot ls /sbin
/freebsd/sys/dev/usb/serial/
H A Duplcom.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>.
31 /*-
61 * This driver supports several USB-to-RS232 serial adapters driven by
62 * Prolific PL-2303, PL-2303X and probably PL-2303HX USB-to-RS232
70 * PL-2303HX is probably programmed the same as PL-2303X.
72 * There are several differences between PL-2303 and PL-2303(H)X.
73 * PL-2303(H)X can do higher bitrate in bulk mode, has _probably_
261 UPLCOM_DEV(ADLINK, ND6530), /* ADLINK ND-6530 USB-Serial */
[all …]
H A Dumodem.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
30 /*-
68 * - Add error recovery in various places; the big problem is what
70 * - Implement a Call Device for modems without multiplexed commands.
148 /* Kyocera AH-K3001V */
348 mtx_init(&sc->sc_mtx, "umodem", NULL, MTX_DEF); in umodem_attach()
349 ucom_ref(&sc->sc_super_ucom); in umodem_attach()
351 sc->sc_ctrl_iface_no = uaa->info.bIfaceNum; in umodem_attach()
352 sc->sc_iface_index[1] = uaa->info.bIfaceIndex; in umodem_attach()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h1 //===-- AArch64BaseInfo.h - Top level definitions for AArch64 ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the AArch64 target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
253 // The CondCodes constants map directly to the 4-bit encoding of the condition
255 enum CondCode { // Meaning (integer) Meaning (floating-point)
265 LS = 0x9, // Unsigned lower or same Less than or equal enumerator
294 case LS: return "ls"; in getCondCodeName()
311 /// The flag bits are in the format expected by the ccmp instructions.
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_ses.h1 /*-
2 * SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
41 #define GEN_GETTER(LS, US, LF, UF) \ argument
43 LS ## _get_ ## LF(struct LS *elem) { \
44 return ((elem->bytes[MK_ENUM(US,UF,_BYTE)] & MK_ENUM(US,UF,_MASK)) \
48 #define GEN_SETTER(LS, US, LF, UF) \ argument
50 LS ## _set_ ## LF(struct LS *elem, int val) { \
51 elem->bytes[MK_ENUM(US,UF,_BYTE)] &= ~MK_ENUM(US,UF,_MASK); \
52 elem->bytes[MK_ENUM(US,UF,_BYTE)] |= \
56 #define GEN_HDR_GETTER(LS, US, LF, UF) \ argument
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_perms.31 .\" Copyright (c) 2003-2007 Tim Kientzle
56 Streaming Archive Library (libarchive, -larchive)
134 .Xr ls 1 .
137 .Bl -tag -width "wchar_t *"
144 .It UTF-8
145 Unicode strings encoded as UTF-8.
160 you will get back the same text, even if it is ill-formed.
166 The bitmap format consists of two integers, one containing bits
167 that should be set, the other specifying bits that should be
169 Bits not mentioned in either bitmap will be ignored.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h1 //===- ARCInfo.h - Additional ARC Info --------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the ARC target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
39 LS = 0xe, enumerator
41 Z = 0x11, // Low 4-bits = EQ
42 NZ = 0x12 // Low 4-bits = NE
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_pkt_types.h62 uint8_t pkt_bits; /**< Bits updated this packet */
63 uint8_t valid_bits; /**< Currently valid bits */
86 /** pattern across num bits.
87 …Bit sequence:- ls bit = oldest atom (1st instruction executed), ms bit = newest (last instruction …
88 Bit values :- 1'b1 = E atom, 1'b0 = N atom.
94 /** Isync Reason - common to PTM and ETMv3 **/
/freebsd/contrib/bearssl/src/mac/
H A Dhmac_ct.c30 return (unsigned)(dig->desc >> BR_HASHDESC_OUT_OFF) in hash_size()
37 unsigned ls; in block_size() local
39 ls = (unsigned)(dig->desc >> BR_HASHDESC_LBLEN_OFF) in block_size()
41 return (size_t)1 << ls; in block_size()
59 * be 1 for big-endian, 0 for little-endian in br_hmac_outCT()
77 hc = ctx->dig; in br_hmac_outCT()
80 * Get function-specific information. in br_hmac_outCT()
83 be = (dig->desc & BR_HASHDESC_MD_PADDING_BE) != 0; in br_hmac_outCT()
85 if (dig->desc & BR_HASHDESC_MD_PADDING_128) { in br_hmac_outCT()
94 count = dig->state(&hc.vtable, tmp1); in br_hmac_outCT()
[all …]
/freebsd/bin/pax/
H A Dpax.11 .\"-
42 .Bk -words
45 .Bk -words
49 .Bk -words
53 .Bk -words
57 .Bk -words
69 .Bk -words
72 .Bk -words
76 .Bk -words
80 .Bk -words
[all …]
/freebsd/contrib/libevent/build-aux/
H A Dinstall-sh2 # install - install a program, script, or datafile
4 scriptversion=2018-03-11.20; # UTC
26 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
30 # be used in advertising or otherwise to promote the sale, use or other deal-
31 # ings in this Software without prior written authorization from the X Consor-
37 # Calling this script install-sh is preferred over install.sh, to prevent
51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
57 chgrpprog=${CHGRPPROG-chgrp}
58 chmodprog=${CHMODPROG-chmod}
[all …]
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh2 # install - install a program, script, or datafile
4 scriptversion=2013-12-25.23; # UTC
26 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
30 # be used in advertising or otherwise to promote the sale, use or other deal-
31 # ings in this Software without prior written authorization from the X Consor-
37 # Calling this script install-sh is preferred over install.sh, to prevent
51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
57 chgrpprog=${CHGRPPROG-chgrp}
58 chmodprog=${CHMODPROG-chmod}
[all …]
/freebsd/contrib/unbound/
H A Dinstall-sh2 # install - install a program, script, or datafile
4 scriptversion=2013-12-25.23; # UTC
26 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
30 # be used in advertising or otherwise to promote the sale, use or other deal-
31 # ings in this Software without prior written authorization from the X Consor-
37 # Calling this script install-sh is preferred over install.sh, to prevent
51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
57 chgrpprog=${CHGRPPROG-chgrp}
58 chmodprog=${CHMODPROG-chmod}
[all …]

12345678910