negate            270 lib/popt/popthelp.c 		int negate = (opt->argInfo & POPT_ARGFLAG_NOT);
negate            290 lib/popt/popthelp.c 		if (negate) *le++ = '~';
negate            488 source3/lib/ldb/modules/ldb_map_outbound.c 	BOOL negate = False;
negate            493 source3/lib/ldb/modules/ldb_map_outbound.c 			negate = !negate;
negate            498 source3/lib/ldb/modules/ldb_map_outbound.c 			return !negate;	/* if negate: False */
negate            501 source3/lib/ldb/modules/ldb_map_outbound.c 			return negate;	/* if negate: True */
negate            361 source4/heimdal/lib/roken/getarg.c     int negate = 0;
negate            379 source4/heimdal/lib/roken/getarg.c 	    negate = 0;
negate            391 source4/heimdal/lib/roken/getarg.c 		    negate = !negate;
negate            439 source4/heimdal/lib/roken/getarg.c 	    *flag = !negate;
negate            448 source4/heimdal/lib/roken/getarg.c 	    *flag = negate;
negate            496 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	bool negate = false;
negate            501 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			negate = !negate;
negate            506 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return !negate;	/* if negate: False */
negate            509 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return negate;	/* if negate: True */