Home
last modified time | relevance | path

Searched refs:openf (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/dns/opendnssec2/opendnssec-2.1.10/common/
H A Dfile.c109 char* openf = NULL; in ods_build_path() local
123 if (!openf) { in ods_build_path()
129 openf[len_file] = '\0'; in ods_build_path()
151 openf[len_total] = '\0'; in ods_build_path()
155 return openf; in ods_build_path()
170 char* openf = NULL; in ods_fopen() local
186 if (!openf) { in ods_fopen()
194 openf[len_dir] = '\0'; in ods_fopen()
201 openf[len_total] = '\0'; in ods_fopen()
207 file_str, openf[0]?openf:"(null)", in ods_fopen()
[all …]
/dports/devel/9base/9base-6/tee/
H A Dtee.c10 int openf[100]; variable
45 openf[n] = open(argv[0], OWRITE); in main()
46 if(openf[n] < 0) in main()
47 openf[n] = create(argv[0], OWRITE, 0666); in main()
48 seek(openf[n], 0L, 2); in main()
50 openf[n] = create(argv[0], OWRITE, 0666); in main()
51 if(openf[n] < 0) { in main()
57 openf[n++] = 1; in main()
64 write(openf[i], in, r); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dtee.c10 int openf[100]; variable
45 openf[n] = open(argv[0], OWRITE); in main()
46 if(openf[n] < 0) in main()
47 openf[n] = create(argv[0], OWRITE, 0666); in main()
48 seek(openf[n], 0L, 2); in main()
50 openf[n] = create(argv[0], OWRITE, 0666); in main()
51 if(openf[n] < 0) { in main()
57 openf[n++] = 1; in main()
64 write(openf[i], in, r); in main()
H A Dsplit.c17 extern void openf(void);
124 openf(); in nextfile()
136 openf(); in matchfile()
143 openf(void) in openf() function
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/patch/
H A Dcrude_hack_to_add_utf8_filename.patch10 + FILE *fh = openf( filename, "rb" );
34 +FILE *openf(const char *file, const char *mode)
145 +CFLAGS="$CFLAGS -Wall -I. -I\$(SRCPATH) -include openf.h"
158 + FILE *f = openf( h->param.psz_dump_yuv, "r+b" );
167 + FILE *f = openf( h->param.psz_dump_yuv, "w" );
202 diff --git a/openf.h b/openf.h
206 +++ b/openf.h
209 +extern FILE *openf (__const char *__restrict __filename,
233 + FILE *f = openf( filename, "r" );
242 + opt->qpfile = openf( optarg, "rb" );
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/patch/
H A Dcrude_hack_to_add_utf8_filename.patch10 + FILE *fh = openf( filename, "rb" );
34 +FILE *openf(const char *file, const char *mode)
145 +CFLAGS="$CFLAGS -Wall -I. -I\$(SRCPATH) -include openf.h"
158 + FILE *f = openf( h->param.psz_dump_yuv, "r+b" );
167 + FILE *f = openf( h->param.psz_dump_yuv, "w" );
202 diff --git a/openf.h b/openf.h
206 +++ b/openf.h
209 +extern FILE *openf (__const char *__restrict __filename,
233 + FILE *f = openf( filename, "r" );
242 + opt->qpfile = openf( optarg, "rb" );
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/patch/
H A Dcrude_hack_to_add_utf8_filename.patch10 + FILE *fh = openf( filename, "rb" );
34 +FILE *openf(const char *file, const char *mode)
145 +CFLAGS="$CFLAGS -Wall -I. -I\$(SRCPATH) -include openf.h"
158 + FILE *f = openf( h->param.psz_dump_yuv, "r+b" );
167 + FILE *f = openf( h->param.psz_dump_yuv, "w" );
202 diff --git a/openf.h b/openf.h
206 +++ b/openf.h
209 +extern FILE *openf (__const char *__restrict __filename,
233 + FILE *f = openf( filename, "r" );
242 + opt->qpfile = openf( optarg, "rb" );
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/patch/
H A Dcrude_hack_to_add_utf8_filename.patch10 + FILE *fh = openf( filename, "rb" );
34 +FILE *openf(const char *file, const char *mode)
145 +CFLAGS="$CFLAGS -Wall -I. -I\$(SRCPATH) -include openf.h"
158 + FILE *f = openf( h->param.psz_dump_yuv, "r+b" );
167 + FILE *f = openf( h->param.psz_dump_yuv, "w" );
202 diff --git a/openf.h b/openf.h
206 +++ b/openf.h
209 +extern FILE *openf (__const char *__restrict __filename,
233 + FILE *f = openf( filename, "r" );
242 + opt->qpfile = openf( optarg, "rb" );
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dmachine-bus.c95 p->openf = fn_openf; in machine_bus_init()
107 int (*openf)(struct vdrive_s *, const uint8_t *, in machine_bus_device_attach()
132 p->openf = openf; in machine_bus_device_attach()
174 p->openf = fn_openf; in machine_bus_device_detach()
H A Dmachine-bus.h60 int (*openf)(struct vdrive_s *,
/dports/emulators/vice/vice-3.5/src/
H A Dmachine-bus.c97 p->openf = fn_openf; in machine_bus_init()
109 int (*openf)(struct vdrive_s *, const uint8_t *, in machine_bus_device_attach()
134 p->openf = openf; in machine_bus_device_attach()
176 p->openf = fn_openf; in machine_bus_device_detach()
H A Dmachine-bus.h60 int (*openf)(struct vdrive_s *,
/dports/devel/py-first/first-2.0.2/
H A Dsetup.py8 openf = open variable
11 openf = codecs.open variable
14 with openf(fn, encoding='utf-8') as fp:
/dports/devel/9base/9base-6/split/
H A Dsplit.c17 extern void openf(void);
124 openf(); in nextfile()
136 openf(); in matchfile()
143 openf(void) in openf() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/serial/
H A Dfsdrive.c87 st = (uint8_t)((*(p->openf))(vdrive, NULL, 0, channel, NULL)); in serialcommand()
118 st = (uint8_t)((*(p->openf))(vdrive, SerialBuffer, SerialPtr, in serialcommand()
133 st = (uint8_t)((*(p->openf))(vdrive, SerialBuffer, SerialPtr, in serialcommand()
/dports/emulators/vice/vice-3.5/src/serial/
H A Dfsdrive.c115 st = (uint8_t)((*(p->openf))(vdrive, NULL, 0, channel, NULL)); in serialcommand()
150 st = (uint8_t)((*(p->openf))(vdrive, SerialBuffer, SerialPtr, in serialcommand()
165 st = (uint8_t)((*(p->openf))(vdrive, SerialBuffer, SerialPtr, in serialcommand()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/parallel/
H A Dparallel-trap.c103 st = (*(p->openf))(vdrive, NULL, 0, channel, NULL); in parallelcommand()
133 st = (*(p->openf))(vdrive, SerialBuffer, SerialPtr, channel, NULL); in parallelcommand()
147 st = (*(p->openf))(vdrive, SerialBuffer, SerialPtr, channel, NULL); in parallelcommand()
/dports/emulators/vice/vice-3.5/src/parallel/
H A Dparallel-trap.c106 st = (*(p->openf))(vdrive, NULL, 0, channel, NULL); in parallelcommand()
136 st = (*(p->openf))(vdrive, SerialBuffer, SerialPtr, channel, NULL); in parallelcommand()
150 st = (*(p->openf))(vdrive, SerialBuffer, SerialPtr, channel, NULL); in parallelcommand()
/dports/graphics/graphviz/graphviz-2.44.1/lib/ingraphs/
H A Dingraphs.c50 } else if ((rv = sp->fns->openf(fname)) != 0) in nextFile()
124 if (!disc->openf || !disc->readf || !disc->closef || !disc->dflt) { in new_ing()
H A Dingraphs.h31 void *(*openf) (char *); member
/dports/shells/ksh93/ast-93u/src/lib/libardir/
H A Dardir.c56 if ((!skip || !strmatch(meth->name, skip)) && !(*meth->openf)(ar, buf, n)) in ardiropen()
64 else if ((*meth->openf)(ar, buf, n)) in ardiropen()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libardir/
H A Dardir.c56 if ((!skip || !strmatch(meth->name, skip)) && !(*meth->openf)(ar, buf, n)) in ardiropen()
64 else if ((*meth->openf)(ar, buf, n)) in ardiropen()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libardir/
H A Dardir.c56 if ((!skip || !strmatch(meth->name, skip)) && !(*meth->openf)(ar, buf, n)) in ardiropen()
64 else if ((*meth->openf)(ar, buf, n)) in ardiropen()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/utilities/
H A Dp3dfint.h43 # define OPENF openf
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Ddss.h105 int (*openf)(Dssfile_t*, Dssdisc_t*); member
146 int (*openf)(Dss_t*, Dssdisc_t*); member

123456789