Home
last modified time | relevance | path

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

/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c114 unsigned string_size; member
215 S.string_size = S.tokenize_end - buf; in parse_common()
228 S.string_size += cnt * sizeof(char*); in parse_common()
230 buf = xrealloc(buf, S.string_size); in parse_common()
323 if (S.string_size > buflen) { in massage_data_for_r_func()
326 memcpy(buffer, buf, S.string_size); in massage_data_for_r_func()
349 db->malloced = buf = xrealloc(buf, db->size_of + S.string_size); in massage_data_for_non_r_func()
350 memmove(buf + db->size_of, buf, S.string_size); in massage_data_for_non_r_func()