Home
last modified time | relevance | path

Searched refs:openfiles (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/dports/sysutils/mate-system-monitor/mate-system-monitor-1.26.0/src/
H A Dopenfiles.cpp97 switch(openfiles->type) in add_new_files()
119 COL_FD, openfiles->fd, in add_new_files()
123 COL_OPENFILE_STRUCT, g_memdup2(openfiles, sizeof(*openfiles)), in add_new_files()
125 COL_OPENFILE_STRUCT, g_memdup(openfiles, sizeof(*openfiles)), in add_new_files()
139 glibtop_open_files_entry *openfiles; in classify_openfiles() local
145 if (openfiles) { in classify_openfiles()
176 glibtop_open_files_entry *openfiles; in update_openfiles_dialog() local
191 if (!openfiles) in update_openfiles_dialog()
197 g_hash_table_insert (new_maps, openfiles + i, openfiles + i); in update_openfiles_dialog()
213 g_free (openfiles); in update_openfiles_dialog()
[all …]
/dports/sysutils/gnome-system-monitor/gnome-system-monitor-41.0/src/
H A Dopenfiles.cpp103 switch(openfiles->type) in add_new_files()
125 COL_FD, openfiles->fd, in add_new_files()
128 COL_OPENFILE_STRUCT, g_memdup(openfiles, sizeof(*openfiles)), in add_new_files()
141 glibtop_open_files_entry *openfiles; in classify_openfiles() local
147 if (openfiles) { in classify_openfiles()
178 glibtop_open_files_entry *openfiles; in update_openfiles_dialog() local
194 if (!openfiles) in update_openfiles_dialog()
200 g_hash_table_insert (new_maps, openfiles + i, openfiles + i); in update_openfiles_dialog()
208 glibtop_open_files_entry *openfiles = NULL; in update_openfiles_dialog() local
216 g_free (openfiles); in update_openfiles_dialog()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/aarch64/
H A Dsyscalls.c145 if (openfiles[fd].handle == -1) in findslot()
149 return &openfiles[fd]; in findslot()
206 openfiles[i].handle = -1; in initialise_monitor_handles()
209 openfiles[0].flags = _FREAD; in initialise_monitor_handles()
210 openfiles[0].pos = 0; in initialise_monitor_handles()
212 openfiles[0].flags = _FWRITE; in initialise_monitor_handles()
213 openfiles[1].pos = 0; in initialise_monitor_handles()
215 openfiles[0].flags = _FWRITE; in initialise_monitor_handles()
216 openfiles[2].pos = 0; in initialise_monitor_handles()
464 openfiles[fd].pos = 0; in _swiopen()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/arm/
H A Dsyscalls.c93 if (openfiles[i].handle == fh) in findslot()
176 openfiles[i].handle = -1; in initialise_monitor_handles()
178 openfiles[0].handle = monitor_stdin; in initialise_monitor_handles()
179 openfiles[0].pos = 0; in initialise_monitor_handles()
181 openfiles[1].pos = 0; in initialise_monitor_handles()
244 openfiles [slot].pos += len - x; in _read()
299 openfiles[slot].pos = ptr; in _swilseek()
349 openfiles[slot].pos += len - x; in _write()
407 openfiles[i].handle = fh; in _swiopen()
408 openfiles[i].pos = 0; in _swiopen()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/arm/
H A Dsyscalls.c93 if (openfiles[i].handle == fh) in findslot()
176 openfiles[i].handle = -1; in initialise_monitor_handles()
178 openfiles[0].handle = monitor_stdin; in initialise_monitor_handles()
179 openfiles[0].pos = 0; in initialise_monitor_handles()
181 openfiles[1].pos = 0; in initialise_monitor_handles()
244 openfiles [slot].pos += len - x; in _read()
299 openfiles[slot].pos = ptr; in _swilseek()
349 openfiles[slot].pos += len - x; in _write()
407 openfiles[i].handle = fh; in _swiopen()
408 openfiles[i].pos = 0; in _swiopen()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/arm/
H A Dsyscalls.c91 if (openfiles[i].handle == fh) in findslot()
149 openfiles[i].handle = -1; in initialise_monitor_handles()
151 openfiles[0].handle = monitor_stdin; in initialise_monitor_handles()
152 openfiles[0].pos = 0; in initialise_monitor_handles()
154 openfiles[1].pos = 0; in initialise_monitor_handles()
217 openfiles [slot].pos += len - x; in _read()
272 openfiles[slot].pos = ptr; in _swilseek()
322 openfiles[slot].pos += len - x; in _write()
380 openfiles[i].handle = fh; in _swiopen()
381 openfiles[i].pos = 0; in _swiopen()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/arm/
H A Dsyscalls.c110 if (openfiles[fd].handle == -1) in findslot()
114 return &openfiles[fd]; in findslot()
125 if (openfiles[i].handle == -1) in newslot()
197 openfiles[i].handle = -1; in initialise_monitor_handles()
199 openfiles[0].handle = monitor_stdin; in initialise_monitor_handles()
200 openfiles[0].pos = 0; in initialise_monitor_handles()
202 openfiles[1].pos = 0; in initialise_monitor_handles()
204 openfiles[2].pos = 0; in initialise_monitor_handles()
522 openfiles[fd].handle = fh; in _swiopen()
523 openfiles[fd].pos = 0; in _swiopen()
[all …]
/dports/news/newspost/newspost-2.1.1/parchive/
H A Dfileops.c366 static file_t openfiles = 0; in do_open() local
376 if (!openfiles) in do_open()
378 while (!openfiles->f) in do_open()
379 openfiles = openfiles->next; in do_open()
380 do_close(openfiles); in do_open()
381 openfiles = openfiles->next; in do_open()
385 f->next = openfiles; in do_open()
386 openfiles = f; in do_open()
/dports/archivers/parchive/par-cmdline/
H A Dfileops.c182 static file_t openfiles = 0; in do_open() local
192 if (!openfiles) in do_open()
194 while (!openfiles->f) in do_open()
195 openfiles = openfiles->next; in do_open()
196 do_close(openfiles); in do_open()
197 openfiles = openfiles->next; in do_open()
201 f->next = openfiles; in do_open()
202 openfiles = f; in do_open()
/dports/security/pure-sfv/pure-sfv-0.3/par-cmdline/
H A Dfileops.c182 static file_t openfiles = 0; in do_open() local
192 if (!openfiles) in do_open()
194 while (!openfiles->f) in do_open()
195 openfiles = openfiles->next; in do_open()
196 do_close(openfiles); in do_open()
197 openfiles = openfiles->next; in do_open()
201 f->next = openfiles; in do_open()
202 openfiles = f; in do_open()
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dfileapi.c57 int openfiles = 0; variable
70 for (i = 0; i < openfiles; i++) in dot_lock()
74 if (openfiles >= MAXOPENFILES) in dot_lock()
136 free(lockfiles[openfiles].lockfn); in dot_fopen()
137 lockfiles[openfiles].lockfn = NULL; in dot_fopen()
142 lockfiles[openfiles].descs = 1; in dot_fopen()
143 lockfiles[openfiles++].fp[0] = fp; in dot_fopen()
156 for (i = 0; i < openfiles; i++) in dot_unlock()
176 if (--openfiles > i) in dot_unlock()
191 for (i = 0; i < openfiles; i++) { in nuke_lockfiles()
[all …]
/dports/net/dshell/Dshell-502a546/dshell/plugins/http/
H A Driphttp.py54 self.openfiles = {}
81 if url in self.openfiles:
83 s, e = self.openfiles[url].handleresponse(response)
101 self.openfiles[url] = HTTPFile(os.path.join(self.outdir, filename), self)
102 s, e = self.openfiles[url].handleresponse(payload)
104 if self.openfiles[url].done():
106 del self.openfiles[url]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DDebug.pm36 ToHTML($openfiles);
37 $openfiles =~ s/\n/<br \/>/gsm;
40 …'filehandles'}:</span><br />$debug_txt{'filehandleslegend'}<br /><br />$openfiles<br /><span class…
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dlexer.l112 std::vector<FILE*> openfiles; variable
212 assert(!openfiles.empty());
213 fclose(openfiles.back());
214 openfiles.pop_back();
339 openfiles.push_back(yyin);
352 for (auto f : openfiles) fclose(f);
353 openfiles.clear();
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dlexer.l112 std::vector<FILE*> openfiles; variable
212 assert(!openfiles.empty());
213 fclose(openfiles.back());
214 openfiles.pop_back();
339 openfiles.push_back(yyin);
352 for (auto f : openfiles) fclose(f);
353 openfiles.clear();
/dports/sysutils/munin-master/munin-2.0.67/plugins/node.d.freebsd/
H A Dopen_files.in21 /sbin/sysctl kern.openfiles > /dev/null
54 /sbin/sysctl -n kern.openfiles
/dports/sysutils/munin-node/munin-2.0.67/plugins/node.d.freebsd/
H A Dopen_files.in21 /sbin/sysctl kern.openfiles > /dev/null
54 /sbin/sysctl -n kern.openfiles
/dports/sysutils/munin-common/munin-2.0.67/plugins/node.d.freebsd/
H A Dopen_files.in21 /sbin/sysctl kern.openfiles > /dev/null
54 /sbin/sysctl -n kern.openfiles
/dports/databases/opentsdb/opentsdb-2.3.0/tools/
H A Dopentsdb_restart.py18 openfiles = [int(f) for f in os.listdir("/proc/self/fd")] variable
22 os.closerange(3, max(openfiles))
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dautosave232 my @openfiles;
41 push @openfiles, $file;
43 $Gimp::Data{$OPENKEY} = \@openfiles;
/dports/games/powder/powder118_src/port/android/powder/gen/com/zincland/powder/
H A DR.java22 public static final int openfiles=0x7f070006; field in R.id
39 public static final int openfiles=0x7f040006; field in R.string
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/ThreadSearch/
H A DMakefile.am71 resources/images/16x16/openfiles.png \
96 resources/images/20x20/openfiles.png \
121 resources/images/24x24/openfiles.png \
146 resources/images/28x28/openfiles.png \
171 resources/images/32x32/openfiles.png \
196 resources/images/40x40/openfiles.png \
221 resources/images/48x48/openfiles.png \
246 resources/images/56x56/openfiles.png \
271 resources/images/64x64/openfiles.png \
/dports/benchmarks/fio/fio-3.29/examples/
H A Dfilecreate-ioengine.fio6 # openfiles needs to be set so that you do not exceed the maximum allowed open
18 openfiles=1
/dports/sysutils/hfsutils/hfsutils-3.2.6/
H A Dcopyout.c533 int openfiles(hfsvol *vol, const char *srcname, const char *dstname, in openfiles() function
583 if (openfiles(vol, srcname, dstname, ".bin", &ifile, &ofile) == -1) in cpo_macb()
602 if (openfiles(vol, srcname, dstname, ".hqx", &ifile, &ofile) == -1) in cpo_binh()
625 if (openfiles(vol, srcname, dstname, ext, &ifile, &ofile) == -1) in cpo_text()
644 if (openfiles(vol, srcname, dstname, 0, &ifile, &ofile) == -1) in cpo_raw()
/dports/editors/jove/jove/
H A Dfp.c38 private File openfiles[MAXFILES]; /* must be zeroed initially */ variable
51 for (fp = openfiles, i = 0; i < MAXFILES; i++, fp++)
75 for (fp = openfiles; fp < &openfiles[MAXFILES]; fp++) in gc_openfiles()

12345678910>>...23