Home
last modified time | relevance | path

Searched refs:f_not (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/lib/calc/
H A Dxnot.c10 int f_not(int argc, const int *argt, void **args) in f_not() function
H A Dfunction.c30 {"not", c_not, f_not},
/dports/databases/grass7/grass-7.8.6/include/defs/
H A Dcalc.h45 extern func_t f_not;
/dports/editors/le/le-1.16.6/src/
H A Dcalc.cc283 static int f_not() in f_not() function
337 {"and",f_and}, {"or",f_or}, {"xor",f_xor}, {"not",f_not},
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dfilter.c258 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
263 assert( f.f_not != NULL ); in get_filter0()
264 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
265 int fresult = f.f_not->f_result; in get_filter0()
267 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
268 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c128 rc = test_filter( op, e, f->f_not ); in test_filter()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dfilter.c262 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
267 assert( f.f_not != NULL ); in get_filter0()
268 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
269 int fresult = f.f_not->f_result; in get_filter0()
271 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
272 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c128 rc = test_filter( op, e, f->f_not ); in test_filter()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dfilter.c262 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
267 assert( f.f_not != NULL ); in get_filter0()
268 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
269 int fresult = f.f_not->f_result; in get_filter0()
271 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
272 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c128 rc = test_filter( op, e, f->f_not ); in test_filter()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dfilter.c258 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
263 assert( f.f_not != NULL ); in get_filter0()
264 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
265 int fresult = f.f_not->f_result; in get_filter0()
267 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
268 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c128 rc = test_filter( op, e, f->f_not ); in test_filter()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dfilter.c258 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
263 assert( f.f_not != NULL ); in get_filter0()
264 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
265 int fresult = f.f_not->f_result; in get_filter0()
267 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
268 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c128 rc = test_filter( op, e, f->f_not ); in test_filter()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dfilter.c258 err = get_filter0( op, ber, &f.f_not, text, depth+1 ); in get_filter0()
263 assert( f.f_not != NULL ); in get_filter0()
264 if ( f.f_not->f_choice == SLAPD_FILTER_COMPUTED ) { in get_filter0()
265 int fresult = f.f_not->f_result; in get_filter0()
267 op->o_tmpfree( f.f_not, op->o_tmpmemctx ); in get_filter0()
268 f.f_not = NULL; in get_filter0()
H A Dfilterentry.c128 rc = test_filter( op, e, f->f_not ); in test_filter()
/dports/www/otrs/otrs-rel-6_0_29/scripts/database/
H A Dotrs-schema.mysql.sql1020 f_not SMALLINT NULL, field
H A Dotrs-schema.postgresql.sql1831 f_not SMALLINT NULL field
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Go/
H A DRuntime.go180 func (i Bool) f_not(Capture) *Any { func
/dports/lang/eisl/eisl-2.35/
H A Deisl.h879 int f_not(int addr);
/dports/www/tdom/tdom-0.9.1/generic/
H A Ddomxpath.c222 f_normalizeSpace, f_not, f_number, f_position, f_round, f_startsWith, enumerator
1252 else if (strcmp (funcName, "not")==0) return f_not; in getFunctionTag()
3024 case f_not: in xpathEvalFunction()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/datamorph/
H A Ddatamorph.c511 return datamorph_filter( op, ov, f->f_not ); in datamorph_filter()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/datamorph/
H A Ddatamorph.c511 return datamorph_filter( op, ov, f->f_not ); in datamorph_filter()
/dports/math/pari/pari-2.13.3/misc/
H A Dtex2mail.in1134 sub f_not {
/dports/math/p5-Math-Pari/pari-2.3.5/misc/
H A Dtex2mail.in1120 sub f_not {

12