| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | sm-malloc.dot | 33 unchecked; 53 start -> unchecked [label="on 'X=malloc(...);'"]; 54 start -> unchecked [label="on 'X=calloc(...);'"]; 61 unchecked -> freed [label="on 'free(X);'"]; 67 …unchecked -> nonnull [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('possible NULL arg')"… 72 unchecked -> null [label="on 'X = 0;'"]; 79 unchecked -> nonnull [label="on '*X':\nWarn('possible NULL deref')"]; 84 unchecked -> nonnull [label="on 'X != 0'"]; 85 unchecked -> null [label="on 'X == 0'"]; 87 unchecked -> stop [label="on leak:\nWarn('leak')"];
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | sm-malloc.dot | 33 unchecked; 53 start -> unchecked [label="on 'X=malloc(...);'"]; 54 start -> unchecked [label="on 'X=calloc(...);'"]; 61 unchecked -> freed [label="on 'free(X);'"]; 67 …unchecked -> nonnull [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('possible NULL arg')"… 72 unchecked -> null [label="on 'X = 0;'"]; 79 unchecked -> nonnull [label="on '*X':\nWarn('possible NULL deref')"]; 84 unchecked -> nonnull [label="on 'X != 0'"]; 85 unchecked -> null [label="on 'X == 0'"]; 87 unchecked -> stop [label="on leak:\nWarn('leak')"];
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_erase.c | 53 uint32_t dirty, unchecked, used, free, wasted; in chfs_remap_leb() local 87 unchecked = cheb->unchecked_size; in chfs_remap_leb() 104 chfs_change_size_unchecked(chmp, cheb, -unchecked); in chfs_remap_leb()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | free_list.d | 40 private enum unchecked = minSize == 0 && maxSize == unbounded; member 42 private enum hasTolerance = !unchecked && (minSize != maxSize 149 static if (unchecked) in freeListEligible() 166 static if (!unchecked) 195 static if (!unchecked) in updateStats() 380 static if (hasMember!(ParentAllocator, "deallocate") && !unchecked) 437 enum unchecked = minSize == 0 && maxSize == unbounded; member 614 static if (hasMember!(SParent, "owns") || unchecked) 619 static if (unchecked) in owns() 770 private enum unchecked = minSize == 0 && maxSize == unbounded; member [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | free_list.d | 46 private enum unchecked = minSize == 0 && maxSize == unbounded; member 48 private enum hasTolerance = !unchecked && (minSize != maxSize 154 static if (unchecked) in freeListEligible() 171 static if (!unchecked) 200 static if (!unchecked) in updateStats() 409 static if (hasMember!(ParentAllocator, "deallocate") && !unchecked) 426 hasMember!(ParentAllocator, "deallocate") && !unchecked) 532 enum unchecked = minSize == 0 && maxSize == unbounded; member 709 static if (hasMember!(SParent, "owns") || unchecked) 718 static if (unchecked) in owns() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | slapd-limits.conf | 53 limits dn.exact="cn=Unchecked Limited User,ou=People,dc=example,dc=com" size.unchecked=4 54 limits group="cn=Unchecked Limited Users,ou=Groups,dc=example,dc=com" size.unchecked=4
|
| /netbsd-src/usr.bin/config/ |
| H A D | files.c | 74 static struct files **unchecked; variable 92 unchecked = &TAILQ_FIRST(&allfiles); in initfiles() 246 for (fi = *unchecked; fi != NULL; in checkfiles() 252 unchecked = &TAILQ_NEXT(last, fi_next); in checkfiles()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | limits.c | 785 int unchecked; in limits_parse_one() local 787 if ( lutil_atoi( &unchecked, arg ) != 0 || unchecked < -1 ) { in limits_parse_one() 791 if ( unchecked == -1 ) { in limits_parse_one() 795 limit->lms_s_unchecked = unchecked; in limits_parse_one()
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | limits.sdf | 88 The {{unchecked}} keyword sets a limit on how many entries the server 95 > sizelimit size.unchecked={<integer>|unlimited|disabled} 226 add the {{unchecked}} limit: 228 E: sizelimit size.soft=5 size.hard=100 size.unchecked=100
|
| /netbsd-src/external/bsd/pcc/dist/pcc/os/win32/ |
| H A D | pcc.iss | 26 Name: modifypath; Description: Add application directory to your system path; Flags: unchecked
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | analyzer.texi | 280 0x2e89590: &HEAP_ALLOCATED_REGION(12): unchecked ('ptr_3') 304 has the @code{unchecked} state for the @code{malloc} state machine 384 a deref-of-unchecked-malloc diagnostic might use: 388 for a @code{return_event} to make it clearer how the unchecked value moves
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
| H A D | rules.vc | 293 !if [nmakehlp -f $(OPTS) "unchecked"] 294 !message *** Doing unchecked
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | smovecr.sa | 42 * mode unchecked for overflow.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | analyzer.texi | 362 a deref-of-unchecked-malloc diagnostic might use: 366 for a @code{return_event} to make it clearer how the unchecked value moves
|
| /netbsd-src/crypto/external/cpl/trousers/dist/ |
| H A D | ChangeLog | 387 - Fixed some unchecked mallocs in the TSP. 580 - Fixed unchecked return bug in spi_utils.c:430, found by Coverity. 581 - Fixed unchecked return bug in calltcsapi.c:1159, found by Coverity.
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | configure.ac | 652 AC_MSG_RESULT($use_randomdev (unchecked))
|
| H A D | configure.ac+lt | 653 AC_MSG_RESULT($use_randomdev (unchecked))
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | bitset | 558 // make an unchecked call; all the memory ugliness is therefore
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | bitset | 558 // make an unchecked call; all the memory ugliness is therefore
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ControlFlowIntegrityDesign.rst | 540 unchecked and just work, with performance penalty.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1996 | 4516 unchecked call to malloc. 4527 were unchecked. 4531 bare unchecked calls to malloc/realloc. 4533 unchecked call to malloc.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1996 | 4516 unchecked call to malloc. 4527 were unchecked. 4531 bare unchecked calls to malloc/realloc. 4533 unchecked call to malloc.
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | ChangeLog | 548 * pecoff.c (backtrace_initialize): Explicitly cast unchecked
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | backzone | 516 # pre-1970 entries are unchecked and probably have errors.
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | ChangeLog | 1030 o Use void casts to suppress some "unchecked return value" warns (7080d55) 1628 o Fixed compiler warnings for unchecked read/write calls. (c3b62fd Mark Ellzey)
|