Searched refs:Sf (Results 1 – 14 of 14) sorted by relevance
| /src/bin/cp/tests/ |
| H A D | cp_test.sh | 277 atf_check -o match:"nodump" stat -f%Sf dir 278 atf_check -o match:"nodump" stat -f%Sf dir/file 281 atf_check -o not-match:"nodump" stat -f%Sf dst1 284 atf_check -o match:"nodump" stat -f%Sf dst2 287 atf_check -o not-match:"nodump" stat -f%Sf dst3 288 atf_check -o not-match:"nodump" stat -f%Sf dst3/file 291 atf_check -o match:"nodump" stat -f%Sf dst4 292 atf_check -o match:"nodump" stat -f%Sf dst4/file 295 atf_check -o not-match:"nodump" stat -f%Sf dst5 296 atf_check -o not-match:"nodump" stat -f%Sf dst5/file [all …]
|
| /src/usr.bin/bsdiff/bsdiff/ |
| H A D | bsdiff.c | 124 off_t s,Sf,lenf,Sb,lenb; in main() local 227 s=0;Sf=0;lenf=0; in main() 231 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; } in main()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 1369 def SCALAR_FCVTZS_N_S32 : SInst<"vcvt_n_s32", "(1S)1I", "Sf">; 1370 def SCALAR_FCVTZU_N_U32 : SInst<"vcvt_n_u32", "(1U)1I", "Sf">; 1378 def SCALAR_FRINTN_S32 : SInst<"vrndn", "11", "Sf">; 1439 def SCALAR_FCVTNSS : SInst<"vcvtn_s32", "(1S)1", "Sf">; 1440 def SCALAR_FCVTNUS : SInst<"vcvtn_u32", "(1U)1", "Sf">; 1443 def SCALAR_FCVTMSS : SInst<"vcvtm_s32", "(1S)1", "Sf">; 1444 def SCALAR_FCVTMUS : SInst<"vcvtm_u32", "(1U)1", "Sf">; 1447 def SCALAR_FCVTASS : SInst<"vcvta_s32", "(1S)1", "Sf">; 1448 def SCALAR_FCVTAUS : SInst<"vcvta_u32", "(1U)1", "Sf">; 1451 def SCALAR_FCVTPSS : SInst<"vcvtp_s32", "(1S)1", "Sf">; [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 885 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} in SExpr() 886 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor 887 : SExpr(A), Sfun(Sf), Arg(Ar) {} in SExpr()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 936 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD); in handleDestructorCall() local 938 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
|
| /src/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 302 capalias FC Sf Tek set_foreground
|
| H A D | Caps.uwin | 636 set_foreground setf str Sf - - ----- Set foreground color #1
|
| H A D | Caps.hpux11 | 695 set_foreground setf str Sf - - ----- Set foreground color #1
|
| H A D | Caps.osf1r5 | 797 set_foreground setf str Sf - - ----- Set foreground color #1
|
| H A D | Caps | 695 set_foreground setf str Sf - - ----- Set foreground color #1
|
| H A D | Caps.keys | 778 set_foreground setf str Sf - - ----- Set foreground color #1
|
| H A D | Caps.aix4 | 789 set_foreground setf str Sf - - ----- Set foreground color #1
|
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10178 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); in PrintLoadCommands() local 10179 PrintSubFrameworkCommand(Sf, Command.Ptr); in PrintLoadCommands() 10181 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands() local 10182 PrintSubUmbrellaCommand(Sf, Command.Ptr); in PrintLoadCommands()
|
| /src/share/termcap/ |
| H A D | termcap | 2786 :Sb=\E[48;5;%dm:Sf=\E[38;5;%dm:tc=screen: 2867 :AB@:AF@:Sb@:Sf@:op@:st@:tc=xterm-old: 4620 :pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=kons25x: 4732 :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\ 4792 :Sb@:Sf@:oc=\E]104\007:r1=\Ec\E]104\007:\ 4799 :Ic@:Sb@:Sf@:op=\E[39;49m:tc=alacritty+common:
|