Home
last modified time | relevance | path

Searched defs:append_len (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c119 size_t append_len = strlen (append); in ctf_str_append() local
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-util.c139 size_t append_len = strlen (append); in ctf_str_append() local
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-util.c139 size_t append_len = strlen (append); in ctf_str_append() local
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c210 size_t append_len = strlen (append); in ctf_str_append() local
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dexpand_path.c574 size_t append_len = strlen(append); in _krb5_expand_path_tokensv() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.c630 int append_len = append ? strlen (append) : 0; in parse_env_var() local
H A Dlto-wrapper.cc672 int append_len = append ? strlen (append) : 0; in parse_env_var() local
H A Dgcc.c5184 size_t append_len; member
H A Dgcc.cc5897 size_t append_len; member
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlto-wrapper.c630 int append_len = append ? strlen (append) : 0; in parse_env_var() local
H A Dgcc.c5184 size_t append_len; member
/netbsd/sys/fs/udf/
H A Dudf_allocation.c2602 uint64_t size_diff, old_size, inflen, objsize, chunk, append_len; in udf_grow_node() local
/netbsd/external/zlib/pigz/dist/
H A Dpigz.c1705 local void append_len(struct job *job, size_t len) in append_len() function