Searched defs:dstsize (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/lib/libc/nameser/ |
H A D | ns_samedomain.c | 168 ns_makecanon(const char *src, char *dst, size_t dstsize) { in ns_makecanon()
|
/dflybsd-src/crypto/openssh/ |
H A D | loginrec.c | 567 line_fullname(char *dst, const char *src, u_int dstsize) in line_fullname() 581 line_stripname(char *dst, const char *src, int dstsize) in line_stripname() 600 line_abbrevname(char *dst, const char *src, int dstsize) in line_abbrevname()
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tc.str.c | 225 static size_t dstsize = 0; local 535 static size_t dstsize = 0; local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-ssa-warn-restrict.c | 664 if (tree dstsize = compute_objsize (addr, ostype)) in builtin_access() local 1840 check_bounds_or_overlap (gcall *call, tree dst, tree src, tree dstsize, in check_bounds_or_overlap()
|
H A D | tree-ssa-strlen.c | 2061 if (tree dstsize = compute_objsize (dst, 1)) in maybe_diag_stxncpy_trunc() local 2100 tree dstsize = NULL_TREE, srcsize = NULL_TREE; in handle_builtin_stxncpy() local
|
H A D | gimple-ssa-sprintf.c | 3803 unsigned HOST_WIDE_INT dstsize = HOST_WIDE_INT_M1U; in handle_gimple_call() local
|
H A D | builtins.c | 3046 tree maxread, tree srcstr, tree dstsize) in check_access() 3408 tree dstsize = compute_objsize (dest, 0); in check_memop_access() local
|
H A D | gimple-fold.c | 2033 unsigned HOST_WIDE_INT dstsize; in gimple_fold_builtin_strncat() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ebitmap.c | 547 unsigned int dstsize = dst->wordmask->n_bits; in ebitmap_ior_into() local
|