/openbsd/gnu/usr.bin/perl/lib/ |
H A D | warnings.pm | 438 sub LEVEL () { 8 }; subroutine 450 my $has_level = $wanted & LEVEL ; 600 return __chk(NORMAL | LEVEL, @_); 605 return __chk(FATAL | LEVEL, @_); 610 return __chk(FATAL | MESSAGE | LEVEL, @_); 615 return __chk(NORMAL | FATAL | MESSAGE | LEVEL, @_);
|
/openbsd/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/ |
H A D | Makefile | 1 LEVEL = ../../../../test/make macro 7 include $(LEVEL)/Makefile.rules
|
/openbsd/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
H A D | Makefile | 1 LEVEL = ../../../../make macro 7 include $(LEVEL)/Makefile.rules
|
/openbsd/gnu/llvm/lldb/examples/functions/ |
H A D | Makefile | 1 LEVEL = ../../test/make macro 18 include $(LEVEL)/Makefile.rules
|
/openbsd/gnu/llvm/lldb/examples/lookup/ |
H A D | Makefile | 1 LEVEL = ../../test/make macro 17 include $(LEVEL)/Makefile.rules
|
/openbsd/regress/sys/kern/pledge/sockopt/ |
H A D | sockopt.c | 61 r = setsockopt(s, LEVEL, OPTNAME, &optval, optlen); in main() 64 r = getsockopt(s, LEVEL, OPTNAME, &optval, &optlen); in main()
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | warnings.pl | 826 sub LEVEL () { 8 }; 838 my $has_level = $wanted & LEVEL ; 988 return __chk(NORMAL | LEVEL, @_); 993 return __chk(FATAL | LEVEL, @_); 998 return __chk(FATAL | MESSAGE | LEVEL, @_); 1003 return __chk(NORMAL | FATAL | MESSAGE | LEVEL, @_);
|
/openbsd/gnu/gcc/gcc/config/s390/ |
H A D | s390.h | 138 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) optimization_options(LEVEL, SIZE) argument 203 #define STACK_SAVEAREA_MODE(LEVEL) \ argument 204 (LEVEL == SAVE_FUNCTION ? VOIDmode \ 205 : LEVEL == SAVE_NONLOCAL ? (TARGET_64BIT ? OImode : TImode) : Pmode)
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/App/ |
H A D | Cpan.pm | 544 my $LEVEL; 550 $LEVEL = uc($ENV{CPANSCRIPT_LOGLEVEL} || 'INFO'); 552 unless (defined $LL{$LEVEL}){ 553 warn "Unsupported loglevel '$LEVEL', setting to INFO"; 554 $LEVEL = 'INFO'; 560 return if $LL{uc $autoload} < $LL{$LEVEL}; 590 log4perl.rootLogger=$LEVEL, A1
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | s390.h | 90 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) optimization_options(LEVEL, SIZE) argument 159 #define STACK_SAVEAREA_MODE(LEVEL) \ argument 160 (LEVEL == SAVE_FUNCTION ? VOIDmode \ 161 : LEVEL == SAVE_NONLOCAL ? (TARGET_64BIT ? TImode : DImode) : Pmode)
|
/openbsd/lib/libcrypto/sha/asm/ |
H A D | sha1-parisc.pl | 27 $LEVEL ="2.0W"; 36 $LEVEL ="1.0"; 148 .LEVEL $LEVEL
|
/openbsd/usr.bin/file/magdir/ |
H A D | basis | 14 >>18 byte x (LEVEL %d)
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | mmix.h | 159 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \ argument 162 if (LEVEL >= 1) \ 165 if (SIZE || LEVEL > 1) \
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.h | 59 #define OPTIMIZATION_OPTIONS(LEVEL, SIZEFLAG) \ argument 61 if ((LEVEL) || (SIZEFLAG)) \
|
/openbsd/gnu/gcc/gcc/config/mcore/ |
H A D | mcore.h | 97 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ argument 99 if (LEVEL) \ 104 if (LEVEL >= 2) \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.h | 240 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \ argument 243 if (LEVEL >= 1) \ 246 if (SIZE || LEVEL > 1) \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/ |
H A D | mcore.h | 191 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ argument 193 if (LEVEL) \ 198 if (LEVEL >= 2) \
|
/openbsd/gnu/usr.bin/perl/cpan/File-Temp/lib/File/ |
H A D | Temp.pm | 2415 my $LEVEL = STANDARD; 2430 $LEVEL = $level if _can_do_level($level); 2433 return $LEVEL;
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.h | 1298 #define STACK_SAVEAREA_MODE(LEVEL) \ argument 1299 ((LEVEL) == SAVE_NONLOCAL ? OImode : Pmode) 2047 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \ argument 2048 ia64_optimization_options ((LEVEL), (SIZE))
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cp-tree.def | 139 its LEVEL will be one less. The TREE_CHAIN field is used to chain 142 The TEMPLATE_PARM_ORIG_LEVEL is the LEVEL of the most distant 143 parent, i.e., the LEVEL that the parameter originally had when it 153 The LEVEL is the level of the parameter when we are worrying about
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.h | 350 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) optimization_options(LEVEL,SIZE) argument 1288 #define STACK_SAVEAREA_MODE(LEVEL) \ argument 1289 (LEVEL == SAVE_FUNCTION ? VOIDmode \ 1290 : LEVEL == SAVE_NONLOCAL ? (TARGET_32BIT ? DImode : TImode) : Pmode)
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cp-tree.def | 137 its LEVEL will be one less. The TREE_CHAIN field is used to chain 140 The TEMPLATE_PARM_ORIG_LEVEL is the LEVEL of the most distant 141 parent, i.e., the LEVEL that the parameter originally had when it 151 The LEVEL is the level of the parameter when we are worrying about
|
/openbsd/lib/libcrypto/modes/asm/ |
H A D | ghash-parisc.pl | 28 $LEVEL ="2.0W"; 38 $LEVEL ="1.0"; #"\n\t.ALLOW\t2.0"; 83 .LEVEL $LEVEL
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Projects.rst | 24 * ``LEVEL`` - The relative path from the current directory to the 116 ``LEVEL`` 121 would set ``LEVEL`` to ``"../.."``.
|
/openbsd/gnu/gcc/gcc/config/pdp11/ |
H A D | pdp11.h | 1053 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ argument 1055 if (LEVEL >= 3) \
|