Home
last modified time | relevance | path

Searched refs:len3 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/bmake/
H A Dstr.c98 size_t len3 = strlen(s3); in str_concat3() local
99 char *result = bmake_malloc(len1 + len2 + len3 + 1); in str_concat3()
102 memcpy(result + len1 + len2, s3, len3 + 1); in str_concat3()
H A Darch.c224 size_t len3 = strlen(member); in FullName() local
225 char *result = bmake_malloc(len1 + 1 + len3 + 1 + 1); in FullName()
228 memcpy(result + len1 + 1, member, len3); in FullName()
229 memcpy(result + len1 + 1 + len3, ")", 1 + 1); in FullName()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.c4641 tree len3 = fold_convert_loc (loc, sizetype, arg3); in expand_builtin_strncmp() local
4652 len = len3; in expand_builtin_strncmp()
4672 if (len != len3) in expand_builtin_strncmp()
4673 len = fold_build2_loc (loc, MIN_EXPR, TREE_TYPE (len), len, len3); in expand_builtin_strncmp()