Home
last modified time | relevance | path

Searched refs:stb1 (Results 1 – 25 of 73) sorted by relevance

123

/dports/textproc/bsddiff/diff/
H A Ddiffdir.c269 if (stat(path1, &stb1) != 0) { in diffit()
275 memset(&stb1, 0, sizeof(stb1)); in diffit()
286 stb2.st_mode = stb1.st_mode; in diffit()
288 if (stb1.st_mode == 0) in diffit()
289 stb1.st_mode = stb2.st_mode; in diffit()
291 if (S_ISDIR(stb1.st_mode) && S_ISDIR(stb2.st_mode)) { in diffit()
301 if (!S_ISREG(stb1.st_mode) && !S_ISDIR(stb1.st_mode)) in diffit()
H A Ddiff.c53 struct stat stb1, stb2; variable
449 fstat(STDIN_FILENO, &stb1); in main()
451 } else if (stat(argv[0], &stb1) != 0) in main()
458 if (gotstdin && (S_ISDIR(stb1.st_mode) || S_ISDIR(stb2.st_mode))) in main()
461 if (S_ISDIR(stb1.st_mode) && S_ISDIR(stb2.st_mode)) { in main()
469 if (S_ISDIR(stb1.st_mode)) { in main()
471 if (stat(argv[0], &stb1) < 0) in main()
H A Ddiffreg.c316 if (S_ISDIR(stb1.st_mode) != S_ISDIR(stb2.st_mode)) in diffreg()
317 return (S_ISDIR(stb1.st_mode) ? D_MISMATCH1 : D_MISMATCH2); in diffreg()
324 if (!S_ISREG(stb1.st_mode)) { in diffreg()
326 fstat(fileno(f1), &stb1) < 0) { in diffreg()
416 prepare(0, f1, stb1.st_size); in diffreg()
488 if ((flags & (D_EMPTY1|D_EMPTY2)) || stb1.st_size != stb2.st_size || in files_differ()
489 (stb1.st_mode & S_IFMT) != (stb2.st_mode & S_IFMT)) in files_differ()
1608 int nsec1 = TIMESPEC_NS (stb1.st_mtime); in print_header()
1619 tm_ptr1 = localtime(&stb1.st_mtime); in print_header()
/dports/textproc/2bsd-diff/bin/diff/
H A Ddiff.c130 stb1.st_mode = S_IFREG;
131 else if (stat(file1, &stb1) < 0) {
143 if ((stb1.st_mode & S_IFMT) == S_IFDIR &&
H A Ddiffdir.c250 struct stat stb1, stb2; local
267 fstat(f1, &stb1); fstat(f2, &stb2);
268 fmt1 = stb1.st_mode & S_IFMT;
272 if (fmt1 != S_IFDIR && stb1.st_rdev == stb2.st_rdev)
285 if (stb1.st_size != stb2.st_size)
/dports/sysutils/heirloom/heirloom-070715/diff/
H A Ddiffdir.c381 struct stat stb1, stb2; in compare() local
386 if (stat(file1, &stb1) < 0 || (fmt1 = stb1.st_mode&S_IFMT) == S_IFREG && in compare()
413 if (stb1.st_rdev == stb2.st_rdev) in compare()
419 if (stb1.st_dev == stb2.st_dev && in compare()
420 stb1.st_ino == stb2.st_ino) in compare()
438 if (stb1.st_size != stb2.st_size) in compare()
440 if (stb1.st_dev == stb2.st_dev && stb1.st_ino == stb2.st_ino) in compare()
512 ostb1 = stb1; in stackdiff()
543 stb1 = ostb1; in stackdiff()
H A Ddiff.c273 stb1.st_mode = S_IFREG; in diffany()
274 else if (stat(file1, &stb1) < 0) { in diffany()
276 stb1.st_mode = S_IFREG; in diffany()
294 if ((stb1.st_mode & S_IFMT) == S_IFDIR && in diffany()
/dports/security/softether5/SoftEtherVPN-5.02.5180/developer_tools/stbchecker/
H A DStb.cs336 Stb stb1 = new Stb(file1, "File1"); in Compare()
343 foreach (string name1 in stb1.tableList.Keys) in Compare()
351 StbTable t1 = stb1.tableList[name1]; in Compare()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/i2c/bench/verilog/
H A Dtst_bench_top.v134 wire stb1 = stb & adr[3]; net
136 assign dat_i = ({{8'd8}{stb0}} & dat0_i) | ({{8'd8}{stb1}} & dat1_i);
172 .wb_stb_i(stb1),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dstruct-x86-darwin.c18 struct STestB1 {char a; char b:2; } stb1; variable

123