Home
last modified time | relevance | path

Searched refs:efunc (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/misc/rump/buildrump.sh-b914579/src/lib/libutil/
H A Defun.c55 void (*of)(int, const char *, ...) = efunc; in esetfunc()
66 (*efunc)(1, in estrlcpy()
79 (*efunc)(1, in estrlcat()
91 (*efunc)(1, "Cannot copy string"); in estrdup()
100 (*efunc)(1, "Cannot copy string"); in estrndup()
109 (*efunc)(1, "Cannot allocate %zu bytes", n); in emalloc()
146 (*efunc)(1, "Cannot open `%s'", p); in efopen()
157 (*efunc)(1, "Cannot format string"); in easprintf()
167 (*efunc)(1, "Cannot format string"); in evasprintf()
178 (*efunc)(1, in estrtoi()
[all …]
/dports/devel/mk-configure/mk-configure-0.37.0/features/efun/
H A Dmkc_efun.c59 void (*of)(int, const char *, ...) = efunc; in esetfunc()
70 (*efunc)(1, in estrlcpy()
83 (*efunc)(1, in estrlcat()
95 (*efunc)(1, "Cannot copy string"); in estrdup()
104 (*efunc)(1, "Cannot copy string"); in estrndup()
113 (*efunc)(1, "Cannot allocate %zu bytes", n); in emalloc()
150 (*efunc)(1, "Cannot open `%s'", p); in efopen()
161 (*efunc)(1, "Cannot format string"); in easprintf()
171 (*efunc)(1, "Cannot format string"); in evasprintf()
182 (*efunc)(1, in estrtoi()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dqp_read.c28 extern efunc *r_ops[];
37 efunc *rops[N_OPS];
42 rops[i] = (efunc*)(unsigned long)i;
51 ed1opwalk(e, f, varval) expr *e; efunc **f, *varval; in ed1opwalk()
53 ed1opwalk(expr *e, efunc **f, efunc *varval)
59 efunc *op;
65 if ((op = e->op) == varval || op == (efunc*)f_OPNUM_ASL)
124 ed1oploop(c, n, f, varval) cde *c; int n; efunc **f, *varval; in ed1oploop()
126 ed1oploop(cde *c, int n, efunc **f, efunc *varval)
145 efunc **f, *varval;
H A Dnlp.h47 typedef real efunc ANSI((expr * A_ASL));
75 efunc *op;
84 efunc *op;
91 efunc *op;
101 efunc *op;
168 efunc *op;
178 efunc *op;
198 efunc **r_ops_;
224 extern efunc *r_ops_ASL[];
258 #define f_OPNUM (efunc*)f_OPNUM_ASL
H A Dr_op.hd66 (efunc*) f_OPIFSYM,
80 (efunc*) f_OPNUM,
81 (efunc*) f_OPHOL,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dqp_read.c28 extern efunc *r_ops[];
37 efunc *rops[N_OPS];
42 rops[i] = (efunc*)(unsigned long)i;
51 ed1opwalk(e, f, varval) expr *e; efunc **f, *varval; in ed1opwalk()
53 ed1opwalk(expr *e, efunc **f, efunc *varval)
59 efunc *op;
65 if ((op = e->op) == varval || op == (efunc*)f_OPNUM_ASL)
124 ed1oploop(c, n, f, varval) cde *c; int n; efunc **f, *varval; in ed1oploop()
126 ed1oploop(cde *c, int n, efunc **f, efunc *varval)
145 efunc **f, *varval;
H A Dnlp.h47 typedef real efunc ANSI((expr * A_ASL));
75 efunc *op;
84 efunc *op;
91 efunc *op;
101 efunc *op;
168 efunc *op;
178 efunc *op;
198 efunc **r_ops_;
224 extern efunc *r_ops_ASL[];
258 #define f_OPNUM (efunc*)f_OPNUM_ASL
H A Dr_op.hd66 (efunc*) f_OPIFSYM,
80 (efunc*) f_OPNUM,
81 (efunc*) f_OPHOL,
/dports/devel/p5-LockFile-Simple/LockFile-Simple-0.208/
H A DManager.pm34 my ($wfunc, $efunc) = @_;
37 $self->{'efunc'} = $efunc;
47 sub efunc { $_[0]->{'efunc'} } subroutine
55 my ($class, $wfunc, $efunc) = @_;
56 return $MANAGER || ($MANAGER = $class->make($wfunc, $efunc));
69 &{$self->efunc}("lock $lock already remembered");
85 &{$self->efunc}("lock $lock not remembered yet");
H A DSimple.pm178 $self->wfunc, $self->efunc);
197 sub efunc { $_[0]->{'efunc'} } subroutine
267 &{$self->efunc}("file $file already locked at $where") unless $tryonly;
313 &{$self->efunc}("file $file not currently locked");
496 &{$self->efunc}("cannot unlock $file: $!");
499 &{$self->efunc}("cannot unlock $file: lock not owned");
531 &{$self->efunc}("cannot unlink $lockfile: $!");
581 &{$self->efunc}("cannot unlink stale $lockfile: $!");
/dports/math/asl/solvers/
H A Dqp_read.c28 extern efunc *r_ops[];
37 efunc *rops[N_OPS];
42 rops[i] = (efunc*)(size_t)i;
53 ed1opwalk(e, f, varval) expr *e; efunc **f, *varval; in ed1opwalk()
55 ed1opwalk(expr *e, efunc **f, efunc *varval)
61 efunc *op;
67 if ((op = e->op) == varval || op == (efunc*)f_OPNUM_ASL)
126 ed1oploop(c, n, f, varval) cde *c; int n; efunc **f, *varval; in ed1oploop()
128 ed1oploop(cde *c, int n, efunc **f, efunc *varval)
147 efunc **f, *varval;
H A Dnlp.h41 typedef real efunc(expr * A_ASL); typedef
69 efunc *op;
78 efunc *op;
85 efunc *op;
95 efunc *op;
163 efunc *op;
173 efunc *op;
193 efunc **r_ops_;
221 extern efunc *r_ops_ASL[];
255 #define f_OPNUM (efunc*)f_OPNUM_ASL
H A Dr_op.hd66 (efunc*) f_OPIFSYM,
81 (efunc*) f_OPNUM,
82 (efunc*) f_OPHOL,
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvarnish/
H A Dflint.lnt5 -efunc(835, VSHA256_Transform) // A zero has been given as ___ argument to operator '___'
6 -efunc(778, VSHA256_Transform) // Constant expression evaluates to 0 in operation '___'
7 -efunc(661, VSHA256_Transform) // Possible access of out-of-bounds pointer
8 -efunc(662, VSHA256_Transform) // Possible creation of out-of-bounds pointer
9 -efunc(662, VSHA256_Update) // Possible creation of out-of-bounds pointer
10 -efunc(662, be32dec_vect) // Possible creation of out-of-bounds pointer
11 -efunc(670, VSHA256_Update) // Possible access beyond array for function '___',
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dembossdoc.csh17 echo >! ../efunc.out
18 echo >! ../efunc.check
38 embossdoccheck.pl $x >> ../efunc.check
39 embossdoc.pl $x >> ../efunc.out
41 cat *.srs >! ../efunc.dat
76 embossdoccheck.pl $x >> ../efunc.check
77 embossdoc.pl $x >> ../efunc.out
79 cat *.srs >> ../efunc.dat
105 embossdoccheck.pl $x >> ../efunc.check
106 embossdoc.pl $x >> ../efunc.out
[all …]
H A Dembossdoccategories.pl11 %efunc = ();
23 $efunc{"$cdata\_$cfunc"} = $ctype;
38 if (!defined($efunc{"$cdata\_$cfunc"})) {
50 elsif ($efunc{"$cdata\_$cfunc"} ne $ctype) {
51 $etype = $efunc{"$cdata\_$cfunc"};
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/asl/
H A Dnlp.h41 typedef real efunc(expr * A_ASL); typedef
69 efunc *op;
78 efunc *op;
85 efunc *op;
95 efunc *op;
163 efunc *op;
173 efunc *op;
193 efunc **r_ops_;
221 extern efunc *r_ops_ASL[];
255 #define f_OPNUM (efunc*)f_OPNUM_ASL
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/audio/
H A Daudio_pt_int.c27 const char *efunc; in audio_pt_init() local
40 efunc = "pthread_mutex_init"; in audio_pt_init()
46 efunc = "pthread_cond_init"; in audio_pt_init()
52 efunc = "pthread_sigmask"; in audio_pt_init()
68 efunc = "pthread_create"; in audio_pt_init()
87 logerr(p, err, "%s(%s): %s failed", cap, __func__, efunc); in audio_pt_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h47 typedef void (*efunc) (int severity, const char *fmt, ...); typedef
96 void (*init) (char *, efunc);
202 int critical, efunc error);
213 void (*reset) (FILE *, const char *, int, efunc, evalfunc, ListGen *);
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasm.h47 typedef void (*efunc) (int severity, const char *fmt, ...); typedef
96 void (*init) (char *, efunc);
202 int critical, efunc error);
213 void (*reset) (FILE *, const char *, int, efunc, evalfunc, ListGen *);
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/openmath/
H A Dcontext.py60 efunc = self.evaluate(app.func)
62 if callable(efunc):
64 return self.apply(efunc,eargs)
67 return self.apply(efunc, eargs)
69 return OMA(efunc, eargs)
73 return OMA(efunc, eargs)
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A Dcconv.c628 #define EPROC2(efunc, format, a) { \ argument
631 eproc(efunc, tmp); }
881 static void eproc(efunc, msg)
882 void (*efunc)();
885 if (efunc == NULL) {
890 (*efunc)(msg);
1002 void (*efunc)();
1035 void (*efunc)();
1075 void (*efunc)() = rule->errorfunc; local
1153 eproc(efunc, "no modes defined");
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/gas/
H A Dgas-eval.h21 typedef void (*efunc) (void *private_data, int severity, const char *fmt, ...); typedef
111 int critical, efunc error, yasm_symtab *symtab);
117 void *eprivate, int critical, efunc report_error,
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/gas/
H A Dgas-eval.h21 typedef void (*efunc) (void *private_data, int severity, const char *fmt, ...); typedef
111 int critical, efunc error, yasm_symtab *symtab);
117 void *eprivate, int critical, efunc report_error,
/dports/devel/libmsocket/libmsocket-0.4/
H A DExample-server.c62 extern int efunc(MSocket *m);
109 m->func_e = efunc; in afunc()
113 int efunc(MSocket *m) in efunc() function

12345678910