Home
last modified time | relevance | path

Searched refs:xcreate (Results 1 – 25 of 84) sorted by relevance

1234

/dports/archivers/lbzip2/lbzip2-2.5/src/
H A Dprocess.c88 xcreate(void (*entry)(void)) in xcreate() function
479 sink_thread = xcreate(sink_thread_proc); in init_io()
480 source_thread = xcreate(source_thread_proc); in init_io()
516 worker_thread[i] = xcreate(worker_thread_proc); in primary_thread()
599 *worker_thread = xcreate(primary_thread); in schedule()
/dports/mail/fdm/fdm-2.0/
H A Dfile.c72 fd = xcreate(lock, O_WRONLY, -1, -1, S_IRUSR|S_IWUSR); in mklock()
192 if ((fd = xcreate(path, flags, uid, gid, mode)) == -1) in createlock()
217 xcreate(const char *path, int flags, uid_t uid, gid_t gid, mode_t mode) in xcreate() function
H A Ddeliver-maildir.c181 fd = xcreate(src, O_WRONLY, -1, conf.file_group, FILEMODE); in deliver_maildir_deliver()
/dports/math/octave/octave-6.4.0/libgui/graphics/
H A DContainer.cc56 Container::canvas (const graphics_handle& gh, bool xcreate) in canvas() argument
58 if (! m_canvas && xcreate) in canvas()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbootchartd.c137 int proc_stat_fd = xcreate("proc_stat.log", in start_logging()
139 int proc_diskstats_fd = xcreate("proc_diskstats.log", in start_logging()
146 int kp_fd = xcreate("kernel_procs_acct", O_WRONLY | O_CREAT | O_TRUNC,0666); in start_logging()
H A Dcrontab.c237 fdout = xcreate(toybuf, O_WRONLY|O_CREAT|O_TRUNC, 0600); in update_crontab()
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dfallocate.c27 int fd = xcreate(*toys.optargs, O_RDWR | O_CREAT, 0644);
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dnohup.c34 xcreate(temp, O_CREAT|O_APPEND|O_WRONLY, 0600); in nohup_main()
H A Dsplit.c69 outfd = xcreate(TT.outfile, O_RDWR|O_CREAT|O_TRUNC, st.st_mode & 0777);
H A Duudecode.c49 else ofd = xcreate(TT.o ? TT.o : line+idx, O_WRONLY|O_CREAT|O_TRUNC,
H A Dcpio.c110 afd = xcreate(TT.F, perm, 0644); in cpio_main()
H A Dsort.c395 if (TT.o) fd = xcreate(TT.o, O_CREAT|O_TRUNC|O_WRONLY, 0666); in sort_main()
/dports/sysutils/toybox/toybox-0.8.5/toys/example/
H A Dlogwrapper.c51 i = xcreate(log, O_RDWR|O_CREAT|O_APPEND, 0644); in logwrapper_main()
/dports/x11-wm/wmii/wmii-3.6/cmd/
H A Dwmiir.c165 xcreate(int argc, char *argv[]) { in xcreate() function
302 {"create", xcreate},
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A D9p.c40 void xcreate(int, char**);
56 "create", xcreate,
338 xcreate(int argc, char **argv) in xcreate() function
/dports/devel/libixp/libixp-0.5/cmd/
H A Dixpc.c182 xcreate(int argc, char *argv[]) { in xcreate() function
317 {"create", xcreate},
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/
H A Dwmiir.c169 xcreate(int argc, char *argv[]) { in xcreate() function
361 {"create", xcreate},
/dports/cad/electric/electric-7.00/src/sc/
H A Dsc1sim.c151 if ((fp = xcreate(SCSIMFILE, sc_filetypescsim, _("Simulation File"), 0)) == NULL) in Sc_simset()
162 if ((fp = xcreate(SCSIMFILE, sc_filetypescsim, _("Simulation File"), 0)) == NULL) in Sc_simset()
338 if ((fp = xcreate(outfile, sc_filetypescsim, _("Simulation File"), 0)) == NULL) in Sc_simwrite()
/dports/sysutils/toybox/toybox-0.8.5/toys/lsb/
H A Dgzip.c137 ofd = xcreate(out, O_CREAT|O_WRONLY|WARN_ONLY|(O_EXCL*!FLAG(f)),sb.st_mode); in do_gzip()
/dports/sysutils/toybox/toybox-0.8.5/toys/net/
H A Dftpget.c164 ii = xcreate(toys.optargs[1], in ftpget_main()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimpal.c71 palfile = xcreate(name, sim_filetypepal, _("PAL File"), &truename); in sim_writepalnetlist()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrterminal.c292 us_tracefile = xcreate(x_("trace.txt"), el_filetypetext, 0, 0); in etrace()
/dports/cad/electric/electric-7.00/src/io/
H A Diohpglout.c115 io_hpout = xcreate(file, io_filetypehpgl2, _("HPGL/2 File"), &truename); in io_writehpgllibrary()
119 io_hpout = xcreate(file, io_filetypehpgl, _("HPGL File"), &truename); in io_writehpgllibrary()
H A Diopadso.c104 io_fileout = xcreate(name, io_filetypepads, _("PADS File"), &truename); in io_writepadslibrary()
/dports/databases/spatialite/libspatialite-5.0.1/src/topology/
H A Dtopology_private.h178 char **xcreate,

1234