Searched defs:destsize (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/games/warp/ |
H A D | intrp.c | 270 dointerp(char *dest, size_t destsize, const char *pattern, const char *stoppers) in dointerp() 509 interp(char *dest, size_t destsize, const char *pattern) in interp()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.c | 4466 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strcat() local 4490 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strcpy() local 4548 tree destsize = compute_objsize (dst, warn_stringop_overflow - 1); in expand_builtin_stpcpy_1() local 4660 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_stpncpy() local 4782 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strncat() local 4842 tree destsize = compute_objsize (dest, in expand_builtin_strncpy() local
|
H A D | tree-ssa-strlen.c | 2012 tree destsize = NULL_TREE; variable
|
H A D | gimple-fold.c | 3414 tree destsize = gimple_call_arg (stmt, 1); in gimple_fold_builtin_snprintf() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-warn-access.cc | 2480 tree destsize = compute_objsize (dest, stmt, ost, &data.dst, &m_ptr_qry); in check_strcat() local 2525 tree destsize = compute_objsize (dest, stmt, ost, &data.dst, &m_ptr_qry); in check_strncat() local
|
H A D | tree-ssa-strlen.cc | 2086 tree destsize = compute_objsize (dest, stmt, ostype, &aref, &ptr_qry); in maybe_warn_overflow() local
|
H A D | gimple-fold.cc | 3616 tree destsize = gimple_call_arg (stmt, 1); in gimple_fold_builtin_snprintf() local
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | udb.c | 1917 int udb_valid_offset(udb_base* udb, udb_void to, size_t destsize)
|