Home
last modified time | relevance | path

Searched refs:stb (Results 151 – 175 of 6125) sorted by relevance

12345678910>>...245

/dports/sysutils/heirloom/heirloom-070715/ln/
H A Dln_ucb.c62 static struct stat stb; variable
94 if (stat(argv[argc-1], &stb) < 0) in main()
96 if ((stb.st_mode&S_IFMT) != S_IFDIR) in main()
117 if (sflag == 0 && fflag == 0 && stat(from, &stb) >= 0 in linkit()
118 && (stb.st_mode&S_IFMT) == S_IFDIR) { in linkit()
122 if (stat(to, &stb) >= 0 && (stb.st_mode&S_IFMT) == S_IFDIR) { in linkit()
/dports/devel/global/global-6.6.7/global/
H A Dliteral.c120 struct stat stb; in literal_search() local
130 if (fstat(f, &stb) < 0) { in literal_search()
134 if (stb.st_size == 0) in literal_search()
137 buf = mmap(0, stb.st_size, PROT_READ, MAP_SHARED, f, 0); in literal_search()
142 …HANDLE hMap = CreateFileMapping((HANDLE)_get_osfhandle(f), NULL, PAGE_READONLY, 0, stb.st_size, NU… in literal_search()
150 buf = (char *)alloca(stb.st_size); in literal_search()
152 buf = (char *)malloc(stb.st_size); in literal_search()
156 if (read(f, buf, stb.st_size) < stb.st_size) in literal_search()
160 ccount = stb.st_size; in literal_search()
227 munmap(buf, stb.st_size); in literal_search()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dcomm.h186 #define TRANS_MORE(stb, dt, nsz) \ argument
188 stb.stg_base = \
189 (dt *)sccrelal((char *)stb.stg_base, ((BIGUINT64)((nsz) * sizeof(dt)))); \
190 stb.stg_size = nsz; \
191 if (stb.stg_base == NULL) \
195 #define TRANS_NEED(stb, dt, nsz) \ argument
196 if (stb.stg_avail > stb.stg_size) \
197 TRANS_MORE(stb, dt, nsz);
199 #define TRANS_FREE(stb) FREE(stb.stg_base) argument
/dports/math/mlpack/mlpack-3.4.2/CMake/
H A DFindStbImage.cmake10 ${CMAKE_BINARY_DIR}/deps/stb)
12 NAMES stb/stb_image.h stb/stb_image_write.h
27 # Make sure that stb/ is the last part of the include directory, if it was
30 string(REGEX MATCH ".*stb[/]?" STB_INCLUDE_HAS_TRAILING_STB
33 set(STB_IMAGE_INCLUDE_DIR "${STB_IMAGE_INCLUDE_DIR}/stb/")
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/filebrowser/
H A DSwingScilabFileBrowser.java58 SwingScilabToolBar stb = (SwingScilabToolBar) toolBar.getAsSimpleToolBar(); in SwingScilabFileBrowser() local
59 stb.add(filebrowser.getPreviousButton()); in SwingScilabFileBrowser()
60 stb.add(filebrowser.getNextButton()); in SwingScilabFileBrowser()
61 stb.addSeparator(); in SwingScilabFileBrowser()
62 stb.add(GoToHomeAction.createButton()); in SwingScilabFileBrowser()
63 stb.add(GoToSCIAction.createButton()); in SwingScilabFileBrowser()
64 stb.addSeparator(); in SwingScilabFileBrowser()
65 stb.add(HelpAction.createButton(UiDataMessages.HELP)); in SwingScilabFileBrowser()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddisasm.c90 int how_many, struct ui_stream *stb) in dump_insns() argument
136 ui_file_rewind (stb->stream); in dump_insns()
138 ui_out_field_stream (uiout, "inst", stb); in dump_insns()
139 ui_file_rewind (stb->stream); in dump_insns()
156 int how_many, struct ui_stream *stb) in do_mixed_source_and_assembly() argument
279 how_many, stb); in do_mixed_source_and_assembly()
301 int how_many, struct ui_stream *stb) in do_assembly_only() argument
308 num_displayed = dump_insns (uiout, di, low, high, how_many, stb); in do_assembly_only()
357 struct ui_stream *stb = ui_out_stream_new (uiout); in gdb_disassembly() local
377 do_assembly_only (uiout, &di, low, high, how_many, stb); in gdb_disassembly()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddisasm.c90 int how_many, struct ui_stream *stb) in dump_insns() argument
136 ui_file_rewind (stb->stream); in dump_insns()
138 ui_out_field_stream (uiout, "inst", stb); in dump_insns()
139 ui_file_rewind (stb->stream); in dump_insns()
156 int how_many, struct ui_stream *stb) in do_mixed_source_and_assembly() argument
279 how_many, stb); in do_mixed_source_and_assembly()
301 int how_many, struct ui_stream *stb) in do_assembly_only() argument
308 num_displayed = dump_insns (uiout, di, low, high, how_many, stb); in do_assembly_only()
357 struct ui_stream *stb = ui_out_stream_new (uiout); in gdb_disassembly() local
377 do_assembly_only (uiout, &di, low, high, how_many, stb); in gdb_disassembly()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Dinc-of-add.ll120 ; PPC32-NEXT: stb 4, 15(3)
133 ; PPC32-NEXT: stb 4, 9(3)
135 ; PPC32-NEXT: stb 4, 8(3)
137 ; PPC32-NEXT: stb 4, 7(3)
139 ; PPC32-NEXT: stb 4, 6(3)
141 ; PPC32-NEXT: stb 4, 5(3)
143 ; PPC32-NEXT: stb 4, 4(3)
145 ; PPC32-NEXT: stb 4, 3(3)
147 ; PPC32-NEXT: stb 4, 2(3)
149 ; PPC32-NEXT: stb 4, 1(3)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dinc-of-add.ll120 ; PPC32-NEXT: stb 4, 15(3)
133 ; PPC32-NEXT: stb 4, 9(3)
135 ; PPC32-NEXT: stb 4, 8(3)
137 ; PPC32-NEXT: stb 4, 7(3)
139 ; PPC32-NEXT: stb 4, 6(3)
141 ; PPC32-NEXT: stb 4, 5(3)
143 ; PPC32-NEXT: stb 4, 4(3)
145 ; PPC32-NEXT: stb 4, 3(3)
147 ; PPC32-NEXT: stb 4, 2(3)
149 ; PPC32-NEXT: stb 4, 1(3)
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Dinc-of-add.ll120 ; PPC32-NEXT: stb 4, 15(3)
133 ; PPC32-NEXT: stb 4, 9(3)
135 ; PPC32-NEXT: stb 4, 8(3)
137 ; PPC32-NEXT: stb 4, 7(3)
139 ; PPC32-NEXT: stb 4, 6(3)
141 ; PPC32-NEXT: stb 4, 5(3)
143 ; PPC32-NEXT: stb 4, 4(3)
145 ; PPC32-NEXT: stb 4, 3(3)
147 ; PPC32-NEXT: stb 4, 2(3)
149 ; PPC32-NEXT: stb 4, 1(3)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dinc-of-add.ll120 ; PPC32-NEXT: stb 4, 15(3)
133 ; PPC32-NEXT: stb 4, 9(3)
135 ; PPC32-NEXT: stb 4, 8(3)
137 ; PPC32-NEXT: stb 4, 7(3)
139 ; PPC32-NEXT: stb 4, 6(3)
141 ; PPC32-NEXT: stb 4, 5(3)
143 ; PPC32-NEXT: stb 4, 4(3)
145 ; PPC32-NEXT: stb 4, 3(3)
147 ; PPC32-NEXT: stb 4, 2(3)
149 ; PPC32-NEXT: stb 4, 1(3)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dinc-of-add.ll120 ; PPC32-NEXT: stb 4, 15(3)
133 ; PPC32-NEXT: stb 4, 9(3)
135 ; PPC32-NEXT: stb 4, 8(3)
137 ; PPC32-NEXT: stb 4, 7(3)
139 ; PPC32-NEXT: stb 4, 6(3)
141 ; PPC32-NEXT: stb 4, 5(3)
143 ; PPC32-NEXT: stb 4, 4(3)
145 ; PPC32-NEXT: stb 4, 3(3)
147 ; PPC32-NEXT: stb 4, 2(3)
149 ; PPC32-NEXT: stb 4, 1(3)
[all …]
/dports/net/rdist6/rdist-6.1.5/src/
H A Dserver.c329 struct stat stb; local
387 if (removefile(&stb) < 0)
421 struct stat stb; local
472 (void) removefile(&stb);
586 static struct stat stb; local
650 stb.st_mtime,
671 struct stat stb; local
991 struct stat stb; local
994 s = lstat(target, &stb);
1137 struct stat stb; local
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/cli/
H A Dcli-setshow.c539 struct ui_file *stb; in do_show_command() local
543 stb = mem_fileopen (); in do_show_command()
561 fputs_filtered (*(char **) c->var, stb); in do_show_command()
570 fputs_filtered ("on", stb); in do_show_command()
573 fputs_filtered ("off", stb); in do_show_command()
576 fputs_filtered ("auto", stb); in do_show_command()
589 fputs_filtered ("unlimited", stb); in do_show_command()
597 fputs_filtered ("unlimited", stb); in do_show_command()
599 fprintf_filtered (stb, "%d", *(int *) c->var); in do_show_command()
604 fputs_filtered ("unlimited", stb); in do_show_command()
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/fax/
H A Dfaxq-helper.c132 struct stat stb; in validate_dir() local
134 if ( lstat( dir, &stb ) < 0 ) in validate_dir()
436 struct stat stb; in recursive_rm() local
470 if ( S_ISDIR( stb.st_mode ) ) in recursive_rm()
501 struct stat stb; in do_sanitize_page_files() local
530 if ( lstat( tmp, &stb ) < 0 ) in do_sanitize_page_files()
536 if ( !S_ISREG( stb.st_mode ) ) in do_sanitize_page_files()
661 struct stat stb; in check_user_perms() local
667 !S_ISDIR( stb.st_mode ) || in check_user_perms()
668 stb.st_uid != fax_out_uid ) in check_user_perms()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/developer_tools/stbchecker/
H A DREADME.md6 stbchecker is a utility to check the consistency between existing `*.stb` files (string resources) …
13 When modifying or adding any stb files, you have to check the consistency between all existing `*.s…
36 …ore` directory of the SoftEther VPN repository. The `hamcore` directory has multiple `*.stb` files.
44 Comparing 'strtable_ko.stb' to 'strtable_cn.stb'...
50 ERROR: There are 123 errors on multilanguage stb files. Please kindly correct them before submittin…
59 OK: Excellent! There are no errors between multilanguage stb files.
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dexpand.h43 #define EXP_MORE(stb, dt, nsz) \ argument
45 stb.stg_base = \
46 (dt *)sccrelal((char *)stb.stg_base, ((BIGUINT64)((nsz) * sizeof(dt)))); \
47 stb.stg_size = nsz; \
50 #define EXP_NEED(stb, dt, nsz) \ argument
51 if (stb.stg_avail > stb.stg_size) \
52 EXP_MORE(stb, dt, nsz);
54 #define EXP_FREE(stb) FREE(stb.stg_base) argument
/dports/devel/avr-gdb/gdb-7.3.1/gdb/mi/
H A Dmi-cmd-stack.c249 static struct ui_stream *stb = NULL; in list_args_or_locals() local
253 stb = ui_out_stream_new (uiout); in list_args_or_locals()
333 type_print (sym2->type, "", stb->stream, -1); in list_args_or_locals()
334 ui_out_field_stream (uiout, "type", stb); in list_args_or_locals()
349 (val, stb->stream, 0, &opts, in list_args_or_locals()
353 fprintf_filtered (stb->stream, in list_args_or_locals()
357 ui_out_field_stream (uiout, "value", stb); in list_args_or_locals()
372 (val, stb->stream, 0, &opts, in list_args_or_locals()
376 fprintf_filtered (stb->stream, in list_args_or_locals()
380 ui_out_field_stream (uiout, "value", stb); in list_args_or_locals()
[all …]
/dports/net/bsdrcmds/bsdrcmds-20171003.01/rcp/
H A Dutil.c72 struct stat stb; in verifydir() local
74 if (!stat(cp, &stb)) { in verifydir()
75 if (S_ISDIR(stb.st_mode)) in verifydir()
132 struct stat stb; in allocbuf() local
135 if (fstat(fd, &stb) < 0) { in allocbuf()
139 size = roundup(stb.st_blksize, blksize); in allocbuf()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4ufi08.c114 dk4_stat_t stb; in dk4ufi_get_c8()
122 if (0 != dk4stat_c8(&stb, fn, erp)) { in dk4ufi_get_c8()
123 dptr->dev = stb.st_dev; in dk4ufi_get_c8()
124 dptr->ino = stb.st_ino; in dk4ufi_get_c8()
207 dk4_stat_t stb; in dk4ufi_get_l_c8()
215 if (0 != dk4stat_l_c8(&stb, fn, erp)) { in dk4ufi_get_l_c8()
216 dptr->dev = stb.st_dev; in dk4ufi_get_l_c8()
217 dptr->ino = stb.st_ino; in dk4ufi_get_l_c8()
/dports/net-mgmt/rcpd/rcpd-1.3/
H A Drcp.c177 struct stat stb; local
185 if (stat(bootdir, &stb) < 0)
209 if (fstat(fd, &stb)) {
213 switch (stb.st_mode & S_IFMT) {
232 stb.st_mode & RCPMODEMASK, (long) stb.st_size, last);
244 if (i + amt > stb.st_size)
245 amt = stb.st_size - i;
275 struct stat stb; local
297 if (stat(bootdir, &stb) < 0)
312 if (stat(name, &stb) < 0)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DTimeZoneInfo.Serialization.cs57 var stb = new StringBuilder (); in ToSerializedString()
59stb.AppendFormat ("{0};{1};{2};{3};{4};", EscapeForSerialization (this.Id), (int)this.BaseUtcOffse… in ToSerializedString()
69 stb.AppendFormat ("[{0};{1};{2};{3};{4};]", start, end, delta, in ToSerializedString()
74 stb.Append (";"); in ToSerializedString()
75 return stb.ToString (); in ToSerializedString()
119 var stb = new StringBuilder (); in DeserializeString()
126 stb.Append (inChar); in DeserializeString()
133 stb.Append (inChar); in DeserializeString()
137 return stb.ToString (); in DeserializeString()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-cmd-stack.c232 static struct ui_stream *stb = NULL; in list_args_or_locals() local
235 stb = ui_out_stream_new (uiout); in list_args_or_locals()
301 type_print (sym2->type, "", stb->stream, -1); in list_args_or_locals()
302 ui_out_field_stream (uiout, "type", stb); in list_args_or_locals()
307 print_variable_value (sym2, fi, stb->stream); in list_args_or_locals()
308 ui_out_field_stream (uiout, "value", stb); in list_args_or_locals()
313 print_variable_value (sym2, fi, stb->stream); in list_args_or_locals()
314 ui_out_field_stream (uiout, "value", stb); in list_args_or_locals()
326 ui_out_stream_delete (stb); in list_args_or_locals()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/
H A Dmi-cmd-stack.c232 static struct ui_stream *stb = NULL; in list_args_or_locals() local
235 stb = ui_out_stream_new (uiout); in list_args_or_locals()
301 type_print (sym2->type, "", stb->stream, -1); in list_args_or_locals()
302 ui_out_field_stream (uiout, "type", stb); in list_args_or_locals()
307 print_variable_value (sym2, fi, stb->stream); in list_args_or_locals()
308 ui_out_field_stream (uiout, "value", stb); in list_args_or_locals()
313 print_variable_value (sym2, fi, stb->stream); in list_args_or_locals()
314 ui_out_field_stream (uiout, "value", stb); in list_args_or_locals()
326 ui_out_stream_delete (stb); in list_args_or_locals()
/dports/math/gap/gap-4.11.0/lib/
H A Dnorad.gi290 local i,stb;
294 ng:=stb.gens;
295 nf:=stb.imgs;
300 npm:=stb{[Length(ng)+1..Length(stb)]};
425 stb:=Stabilizer(stb,clu,OnSets);
428 stb:=PreImage(glact,stb);
460 ng:=stb.gens;
461 nf:=stb.imgs;
553 npm:=stb{[Length(ng)+1..Length(stb)]};
576 npm:=stb{[Length(ng)+1..Length(stb)]};
[all …]

12345678910>>...245