| /freebsd-12.1/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_ls_001_pos.ksh | 70 log_assert "Verify that '$LS' command supports ZFS ACLs." 88 log_note "Verify that '$LS [-dv]' can list file/directory ACEs of its acl." 95 ls_str="$LS -v" 97 ls_str="$LS -dv" 107 log_fail "'$LS [-dv] fails to list file/directroy acls." 110 log_note "Verify that '$LS [-dl] [-dv]' can output '+' to indicate " \ 117 log_must eval "$LS -ld -vd $obj | $GREP "+" > /dev/null" 120 log_must eval "$LS -ld -vd $obj | $GREP $spec_ace > /dev/null" 124 log_pass "'$LS' command succeeds to support ZFS ACLs."
|
| H A D | zfs_acl_chmod_inherit_002_pos.ksh | 284 $LS -vd $basedir 285 $LS -vd $node 301 $LS -vd $basedir 302 $LS -vd $node 326 $LS -vd $basedir 327 $LS -vd $node
|
| H A D | zfs_acl_chmod_inherit_003_pos.ksh | 297 $LS -Vd $basedir 298 $LS -Vd $node 314 $LS -Vd $basedir 315 $LS -Vd $node 339 $LS -Vd $basedir 340 $LS -Vd $node
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/acl/ |
| H A D | acl_common.kshlib | 55 $LS -ld $obj | $AWK '{print $1}' 70 $LS -vd $obj | $NAWK '(NR != 1) {print $0}' 85 $LS -Vd $obj | $NAWK '(NR != 1) {print $0}' 264 $LS -vd $1 | $NAWK 'BEGIN {count=0} 302 $LS $args $file > $tmpfile 421 for xattr in `$RUNAT $obj $LS | \ 440 value=$($LS -dl $node | $AWK '{print $3}') 442 value=$($LS -l $node | $AWK '{print $3}') 461 value=$($LS -dl $node | $AWK '{print $4}') 463 value=$($LS -l $node | $AWK '{print $4}') [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 77 auto LS = State->get<LoopStack>(); in processLoopEnd() local 78 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd() 79 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd() 258 auto LS = State->get<LoopStack>(); in updateLoopStack() local 259 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack() 260 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack() 261 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack() 262 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack() 275 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() 288 auto LS = State->get<LoopStack>(); in isUnrolledState() local [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | rollback_001_pos.ksh | 87 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 89 $LS -Al $SNAPDIR 101 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l` 103 $LS -Al $TESTDIR 107 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \ 110 $LS -Al $TESTDIR
|
| H A D | snapshot_011_pos.ksh | 86 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 88 $LS -Al $SNAPDIR 101 FILE_COUNT=`$LS -Al $TESTDIR/after* 2> /dev/null | $GREP -v "total" | wc -l` 103 $LS -Al $TESTDIR 107 FILE_COUNT=`$LS -Al $TESTDIR/before* 2> /dev/null \ 110 $LS -Al $TESTDIR
|
| H A D | rollback_002_pos.ksh | 92 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total" | wc -l` 94 $LS -Al $SNAPDIR 113 FILE_COUNT=`$LS -Al $TESTDIR/aftersecond* 2> /dev/null \ 116 $LS -Al $TESTDIR 120 FILE_COUNT=`$LS -Al $TESTDIR/original* $TESTDIR/afterfirst*| $GREP -v "total" | wc -l` 122 $LS -Al $TESTDIR
|
| H A D | snapshot_004_pos.ksh | 79 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l` 81 $LS $SNAPDIR 90 FILE_COUNT=`$LS -Al $SNAPDIR | $GREP -v "total 0" | wc -l` 92 $LS $SNAPDIR
|
| H A D | clone_001_pos.ksh | 123 FILE_COUNT=`$LS -Al ${args[i+3]} | $GREP -v "total" | wc -l` 125 $LS -Al ${args[i+3]} 133 FILE_COUNT=`$LS -Al ${args[i+3]}/after* | $GREP -v "total" | wc -l` 135 $LS -Al ${args[i+3]}
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/xattr/ |
| H A D | xattr_008_pos.ksh | 78 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .) 84 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}" 91 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS . > $TMPDIR/output.${TESTCASE_ID}" 96 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}" 103 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..) 110 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ../ > /dev/null 2>&1"
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
| H A D | zfs_mount_008_pos.ksh | 96 log_mustnot $LS $testfile 97 log_must $LS $mntpnt/$TESTFILE1 $mntpnt/$TESTFILE2 103 log_must $LS $testfile1 $mntpnt1/$TESTFILE2 106 log_mustnot $LS $mntpnt/$TESTFILE2 107 log_must $LS $testfile
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 634 Range(R), MainLoopStructure(LS) {} in LoopConstrainer() 1256 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() 1272 LS.LatchBr->setSuccessor(LS.LatchBrExitIdx, RRI.ExitSelector); in changeIterationSpaceEnd() 1273 B.SetInsertPoint(LS.LatchBr); in changeIterationSpaceEnd() 1281 LS.LatchBr->setCondition(CondForBranch); in changeIterationSpaceEnd() 1288 Value *IterationsLeft = B.CreateICmp(Pred, LS.IndVarBase, LS.LoopExitAt); in changeIterationSpaceEnd() 1297 for (PHINode &PN : LS.Header->phis()) { in changeIterationSpaceEnd() 1324 for (PHINode &PN : LS.Header->phis()) in rewriteIncomingValuesForPHIs() 1329 LS.IndVarStart = RRI.IndVarEnd; in rewriteIncomingValuesForPHIs() 1338 for (PHINode &PN : LS.Header->phis()) in createPreheader() [all …]
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | unbound_cache.sh | 33 LS=`which ls` 92 $LS -lh $CONF/$FNAME 96 $LS -lh $filename 107 $LS -lh $CONF/$FNAME 112 $LS -lh $filename
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 41 LS, // Unsigned lower or same Less than or equal enumerator 60 case HI: return LS; in getOppositeCondition() 61 case LS: return HI; in getOppositeCondition() 81 case ARMCC::LS: return "ls"; in ARMCondCodeToString() 104 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | socfpga_cyclone5_chameleon96.dts | 74 label = "LS-I2C0"; 80 label = "LS-I2C1"; 108 label = "LS-SPI0"; 114 label = "LS-UART1"; 120 label = "LS-UART0";
|
| H A D | stih410-b2260.dts | 85 label = "LS-UART0"; 96 label = "LS-UART1"; 102 label = "LS-SPI0"; 109 label = "LS-I2C0"; 115 label = "LS-I2C1";
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GSIStreamBuilder.cpp | 120 size_t LS = S1.size(); in gsiRecordLess() local 123 if (LS != RS) in gsiRecordLess() 124 return LS < RS; in gsiRecordLess() 128 return memcmp(S1.data(), S2.data(), LS) < 0; in gsiRecordLess() 234 const std::pair<const CVSymbol *, const PublicSym32 *> &LS, in comparePubSymByAddrAndName() argument 236 if (LS.second->Segment != RS.second->Segment) in comparePubSymByAddrAndName() 237 return LS.second->Segment < RS.second->Segment; in comparePubSymByAddrAndName() 238 if (LS.second->Offset != RS.second->Offset) in comparePubSymByAddrAndName() 239 return LS.second->Offset < RS.second->Offset; in comparePubSymByAddrAndName() 241 return LS.second->Name < RS.second->Name; in comparePubSymByAddrAndName()
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/acl/trivial/ |
| H A D | zfs_acl_cp_002_neg.ksh | 72 initfiles=$($LS -R $INI_DIR/*) 78 testfiles=$($LS -R $TST_DIR/*) 80 ls_attr=$($LS -@ $tf | $AWK '{print substr($1, 11, 1)}')
|
| H A D | zfs_acl_cp_003_neg.ksh | 70 typeset initfiles=$($LS -R $INI_DIR/*) 89 typeset testfiles=$($LS -R $TST_DIR/*) 91 typeset ls_attr=$(usr_exec $LS -@ $tf | \
|
| /freebsd-12.1/sys/gnu/dts/arm64/hisilicon/ |
| H A D | hi3798cv200-poplar.dts | 164 label = "LS-I2C0"; 169 label = "LS-I2C1"; 194 label = "LS-SPI0"; 203 label = "LS-UART0"; 205 /* No optional LS-UART1 on Low Speed Expansion Connector. */
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 95 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument 96 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() 112 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument 113 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 120 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local 121 Next = LS->getSubStmt(); in BuildScopeInformation() 142 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect() local 143 Detect(from, ToScopes[LS]); in Detect()
|
| /freebsd-12.1/contrib/netbsd-tests/bin/sh/ |
| H A D | t_wait.sh | 168 LS=9999 171 test $S = $LS && { echo "wait repeats..."; exit 2; } 172 LS=$S
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
| H A D | zfs_unmount_009_pos.ksh | 114 log_mustnot $LS 123 log_mustnot $LS 132 log_mustnot $LS
|