Searched refs:unsafe (Results 26 - 50 of 128) sorted by relevance

123456

/netbsd-current/external/bsd/flex/dist/tests/
H A DMakefile.in2985 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ $<
2991 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape --reentrant -o $@ $<
3000 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ --tables-verify --tables-file=$(basename $@).tables $<
3009 $(AM_V_LEX)$(FLEX) -o $@ --unsafe-no-m4-sect3-escape --tables-file=$(basename $@).tables $<
3228 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) $* -o $@ $<
3234 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --reentrant $* -o $@ $<
3240 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="tableopts_ser_nr$*.ser.tables" $* -o $@ $<
3246 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file="tableopts_ser_r$*.ser.tables" $* -o $@ $<
3252 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="tableopts_ver_nr$*.ver.tables" --tables-verify $* -o $@ $<
3261 $(AM_V_LEX)$(FLEX) --unsafe
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp744 "-U\tenable unsafe mode\n"
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d1158 Unsafe unsafe = void;
1159 static assert(!__traits(compiles, emplaceRef(unsafe, unsafe)));
1163 static assert(!__traits(compiles, emplaceRef(uninitializedUnsafeArr, unsafe)));
/netbsd-current/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c1338 * Disallow unsafe practices, and refuse to run set-uid (or as the child
1344 if (unsafe() != 0)
/netbsd-current/external/gpl3/gdb/dist/readline/
H A Dconfigure1845 # Reject unsafe characters in $srcdir or the absolute working directory
1851 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1855 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/gdb.old/dist/readline/
H A Dconfigure1845 # Reject unsafe characters in $srcdir or the absolute working directory
1851 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1855 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/gdb/dist/etc/
H A Dconfigure1864 # Reject unsafe characters in $srcdir or the absolute working directory
1870 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1874 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/binutils.old/dist/etc/
H A Dconfigure1864 # Reject unsafe characters in $srcdir or the absolute working directory
1870 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1874 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/binutils/dist/etc/
H A Dconfigure1864 # Reject unsafe characters in $srcdir or the absolute working directory
1870 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1874 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A DMakefile.in30 unix_recv_fd.c unix_send_fd.c unix_trigger.c unsafe.c uppercase.c \
77 unix_recv_fd.o unix_send_fd.o unix_trigger.o unsafe.o uppercase.o \
2818 unsafe.o: safe.h
2819 unsafe.o: sys_defs.h
2820 unsafe.o: unsafe.c
/netbsd-current/external/gpl3/autoconf/dist/
H A Dconfigure1880 # Reject unsafe characters in $srcdir or the absolute working directory
1886 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1890 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d5331 $(D RefCounted) is unsafe and should be used with care. No references
6773 therefore avoiding the overhead of $(D new). This facility is unsafe;
7357 a bit count of at most 1, or if the $(D unsafe) parameter is explicitly set to
7378 struct BitFlags(E, Flag!"unsafe" unsafe = No.unsafe) if (unsafe || isBitFlagEnum!(E))
7521 // You need to specify the `unsafe` parameter for enum with custom values
7530 BitFlags!(UnsafeEnum, Yes.unsafe) flags3;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6610 `RefCounted` is unsafe and should be used with care. No references
8295 therefore avoiding the overhead of `new`. This facility is unsafe;
8924 a bit count of at most 1, or if the `unsafe` parameter is explicitly set to
8945 struct BitFlags(E, Flag!"unsafe" unsafe = No.unsafe)
8946 if (unsafe || isBitFlagEnum!(E))
9208 /// You need to specify the `unsafe` parameter for enums with custom values
9219 BitFlags!(UnsafeEnum, Yes.unsafe) flags;
9221 // property access tests for exact match of unsafe enum
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc8406 /* Return true if converting FROM to TO is unsafe in a template. */
9711 /* It's unsafe to elide the constructor when handling
9759 bool unsafe = unsafe_copy_elision_p_opt (fa, arg); local
9760 bool eliding_temp = (TREE_CODE (arg) == TARGET_EXPR && !unsafe);
9779 unsafe = true;
9794 && !unsafe)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c7309 /* Return true if converting FROM to TO is unsafe in a template. */
8995 /* It's unsafe to elide the constructor when handling
9043 bool unsafe = unsafe_copy_elision_p (fa, arg); local
9044 bool eliding_temp = (TREE_CODE (arg) == TARGET_EXPR && !unsafe);
9074 && !unsafe)
/netbsd-current/external/mpl/dhcp/dist/
H A Dconfigure2880 # Reject unsafe characters in $srcdir or the absolute working directory
2886 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2890 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dconfigure3032 # Reject unsafe characters in $srcdir or the absolute working directory
3038 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3042 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/bsd/tmux/dist/
H A Dconfigure2493 # Reject unsafe characters in $srcdir or the absolute working directory
2499 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2503 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/
H A Dconfigure2702 # Reject unsafe characters in $srcdir or the absolute working directory
2708 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2712 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8801 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13680 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dconfigure2570 # Reject unsafe characters in $srcdir or the absolute working directory
2576 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2580 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8349 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netbsd-current/external/gpl3/gcc.old/dist/libssp/
H A Dconfigure2493 # Reject unsafe characters in $srcdir or the absolute working directory
2499 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2503 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8531 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dconfigure4129 # Reject unsafe characters in $srcdir or the absolute working directory
4135 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
4139 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9061 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netbsd-current/external/gpl3/gcc.old/dist/lto-plugin/
H A Dconfigure2644 # Reject unsafe characters in $srcdir or the absolute working directory
2650 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2654 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
9506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9507 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netbsd-current/external/lgpl3/mpc/dist/
H A Dconfigure2433 # Reject unsafe characters in $srcdir or the absolute working directory
2439 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2443 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
9786 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dconfigure3020 # Reject unsafe characters in $srcdir or the absolute working directory
3026 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3030 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;

Completed in 498 milliseconds

123456