HomeSort by: relevance | last modified time | path
    Searched refs:append_len (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-util.c 210 size_t append_len = strlen (append); local
212 if ((s = realloc (s, s_len + append_len + 1)) == NULL)
215 memcpy (s + s_len, append, append_len);
216 s[s_len + append_len] = '\0';
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-util.c 210 size_t append_len = strlen (append); local
212 if ((s = realloc (s, s_len + append_len + 1)) == NULL)
215 memcpy (s + s_len, append, append_len);
216 s[s_len + append_len] = '\0';
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-util.c 210 size_t append_len = strlen (append); local
212 if ((s = realloc (s, s_len + append_len + 1)) == NULL)
215 memcpy (s + s_len, append, append_len);
216 s[s_len + append_len] = '\0';
  /src/external/gpl3/gdb/dist/libctf/
ctf-util.c 210 size_t append_len = strlen (append); local
212 if ((s = realloc (s, s_len + append_len + 1)) == NULL)
215 memcpy (s + s_len, append, append_len);
216 s[s_len + append_len] = '\0';
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
expand_path.c 574 size_t append_len = strlen(append); local
575 char * new_str = realloc(*ppath_out, len + append_len + 1);
587 memcpy(*ppath_out + len, append, append_len + 1);
588 len = len + append_len;
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 6013 size_t append_len;
6039 if (info->append_len != 0)
6042 memcpy (path + len, info->append, info->append_len + 1);
6052 if (info->append_len == 0)
6064 if (info->append_len == 0)
6255 info.append_len = 0;
6278 info.append_len = 0;
6606 info.append_len = strlen (info.append);
6611 for_each_path (&include_prefixes, false, info.append_len,
6624 info.append_len = strlen (info.append)
5991 size_t append_len; member in struct:spec_path_info
    [all...]
lto-wrapper.cc 683 int append_len = append ? strlen (append) : 0; local
687 values[i] = (char*) xmalloc (l + 1 + append_len);
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5927 size_t append_len;
5942 if (info->append_len != 0)
5945 memcpy (path + len, info->append, info->append_len + 1);
5955 if (info->append_len == 0)
5967 if (info->append_len == 0)
6158 info.append_len = 0;
6493 info.append_len = strlen (info.append);
6497 for_each_path (&include_prefixes, false, info.append_len,
6504 info.append_len = strlen (info.append);
6505 for_each_path (&include_prefixes, false, info.append_len,
5905 size_t append_len; member in struct:spec_path_info
    [all...]
lto-wrapper.cc 675 int append_len = append ? strlen (append) : 0; local
679 values[i] = (char*) xmalloc (l + 1 + append_len);
  /src/sys/fs/udf/
udf_allocation.c 2602 uint64_t size_diff, old_size, inflen, objsize, chunk, append_len; local
2771 * length so that it is; don't forget to adjust `append_len'! relevant for
2792 append_len = size_diff - lastblock_grow;
2793 while (append_len > 0) {
2794 chunk = MIN(append_len, max_len);
2808 append_len -= chunk;
  /src/external/zlib/pigz/dist/
pigz.c 1705 local void append_len(struct job *job, size_t len) function
1801 append_len(job, len);
1825 append_len(job, len);
1829 append_len(job, 0);

Completed in 42 milliseconds