Home
last modified time | relevance | path

Searched refs:unchecked (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.dot33 unchecked;
53 start -> unchecked [label="on 'X=malloc(...);'"];
54 start -> unchecked [label="on 'X=calloc(...);'"];
61 unchecked -> freed [label="on 'free(X);'"];
67unchecked -> 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 Dsm-malloc.dot33 unchecked;
53 start -> unchecked [label="on 'X=malloc(...);'"];
54 start -> unchecked [label="on 'X=calloc(...);'"];
61 unchecked -> freed [label="on 'free(X);'"];
67unchecked -> 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 Dchfs_erase.c53 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 Dfree_list.d40 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 Dfree_list.d46 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 Dslapd-limits.conf53 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 Dfiles.c74 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 Dlimits.c785 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 Dlimits.sdf88 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 Dpcc.iss26 Name: modifypath; Description: Add application directory to your system path; Flags: unchecked
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Danalyzer.texi280 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 Drules.vc293 !if [nmakehlp -f $(OPTS) "unchecked"]
294 !message *** Doing unchecked
/netbsd-src/sys/arch/m68k/fpsp/
H A Dsmovecr.sa42 * mode unchecked for overflow.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Danalyzer.texi362 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 DChangeLog387 - 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 Dconfigure.ac652 AC_MSG_RESULT($use_randomdev (unchecked))
H A Dconfigure.ac+lt653 AC_MSG_RESULT($use_randomdev (unchecked))
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbitset558 // make an unchecked call; all the memory ugliness is therefore
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbitset558 // make an unchecked call; all the memory ugliness is therefore
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DControlFlowIntegrityDesign.rst540 unchecked and just work, with performance penalty.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19964516 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 DChangeLog-19964516 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 DChangeLog548 * pecoff.c (backtrace_initialize): Explicitly cast unchecked
/netbsd-src/external/public-domain/tz/dist/
H A Dbackzone516 # pre-1970 entries are unchecked and probably have errors.
/netbsd-src/external/bsd/libevent/dist/
H A DChangeLog1030 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)

123