Home
last modified time | relevance | path

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

/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c39 uint8_t size_of; member
46 uint8_t size_of; member
257 memset(result, 0, db->size_of); in convert_to_struct()
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()
351 return convert_to_struct(db, buf + db->size_of, buf); in massage_data_for_non_r_func()