Searched refs:unsafe (Results 1 - 25 of 128) sorted by relevance

123456

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsafe.h18 extern int unsafe(void);
H A Dsafe_getenv.c15 /* environment, provided that the unsafe() routine agrees.
17 /* unsafe(3), detect non-user privileges
42 return (unsafe() == 0 ? getenv(name) : 0);
H A Dunsafe.c1 /* $NetBSD: unsafe.c,v 1.2 2020/03/18 19:05:22 christos Exp $ */
5 /* unsafe 3
11 /* int unsafe()
59 /* unsafe - can we trust user-provided environment, working directory, etc. */
61 int unsafe(void) function
H A Dmsg_syslog.c198 if (unsafe())
H A Dmsg_logger.c256 if (unsafe())
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dexpq.c136 int tval1, tval2, unsafe, n_i; local
178 /* 'unsafe' is 1 iff n_1 != 0. */
179 unsafe = abs(n_i) >= 15000;
180 ex2_u.ieee.exponent += n_i >> unsafe;
184 scale_u.ieee.exponent += n_i - (n_i >> unsafe);
226 if (!unsafe)
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dexpq.c136 int tval1, tval2, unsafe, n_i; local
178 /* 'unsafe' is 1 iff n_1 != 0. */
179 unsafe = abs(n_i) >= 15000;
180 ex2_u.ieee.exponent += n_i >> unsafe;
184 scale_u.ieee.exponent += n_i - (n_i >> unsafe);
226 if (!unsafe)
/netbsd-current/external/gpl2/groff/dist/contrib/grap2graph/
H A Dgrap2graph.sh11 # A -U option on the command line enables gpic/groff "unsafe" mode.
40 -unsafe)
/netbsd-current/external/gpl2/groff/dist/contrib/eqn2graph/
H A Deqn2graph.sh11 # A -U option on the command line enables gpic/groff "unsafe" mode.
44 -unsafe)
/netbsd-current/external/gpl2/groff/dist/contrib/pic2graph/
H A Dpic2graph.sh11 # An -unsafe option on the command line enables gpic/groff "unsafe" mode.
46 -unsafe)
/netbsd-current/external/bsd/flex/dist/tests/
H A DMakefile.am407 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ $<
413 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape --reentrant -o $@ $<
422 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ --tables-verify --tables-file=$(basename $@).tables $<
431 $(AM_V_LEX)$(FLEX) -o $@ --unsafe-no-m4-sect3-escape --tables-file=$(basename $@).tables $<
465 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) $* -o $@ $<
471 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --reentrant $* -o $@ $<
480 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="tableopts_ser_nr$*.ser.tables" $* -o $@ $<
486 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file="tableopts_ser_r$*.ser.tables" $* -o $@ $<
495 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="tableopts_ver_nr$*.ver.tables" --tables-verify $* -o $@ $<
504 $(AM_V_LEX)$(FLEX) --unsafe
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_conf.c221 && unsafe()) /* untrusted env and cli */
/netbsd-current/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c539 if (unsafe() != 0)
/netbsd-current/external/historical/nawk/dist/
H A Dytab.c2917 if (safe) SYNTAX("cmd | getline is unsafe");
2925 if (safe) SYNTAX("cmd | getline is unsafe");
2993 if (safe) SYNTAX("print | is unsafe");
3001 if (safe) SYNTAX("print >> is unsafe");
3009 if (safe) SYNTAX("print > is unsafe");
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dlifetime.d12 buffer, without breaking the type system with unsafe casts.
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster.c353 if (unsafe() != 0)
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile220 unsafe.c \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/
H A Ddivsf3.S197 tst r3,0x3c ; check if rounding was unsafe
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Ddivsf3-stdmul.S246 tst r3,0x3c ; check if rounding was unsafe
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-mul64/
H A Ddivsf3.S191 tst r3,0x3c ; check if rounding was unsafe
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Ddivsf3-stdmul.S246 tst r3,0x3c ; check if rounding was unsafe
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/
H A Ddivsf3.S197 tst r3,0x3c ; check if rounding was unsafe
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-mul64/
H A Ddivsf3.S191 tst r3,0x3c ; check if rounding was unsafe
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgo-exp.y1343 /* Classify a (potential) function in the "unsafe" package.
1358 error (_("Unknown function in `unsafe' package: %s"), copy.c_str ());
1524 if (copy == "unsafe")
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-exp.y1310 /* Classify a (potential) function in the "unsafe" package.
1325 error (_("Unknown function in `unsafe' package: %s"), copy.c_str ());
1491 if (copy == "unsafe")

Completed in 197 milliseconds

123456