Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c921 uint32_t* out_numchildren, in hfslib_get_directory_contents() argument
941 if (in_vol == NULL || in_dir == 0 || out_numchildren == NULL) in hfslib_get_directory_contents()
950 *out_numchildren = 0; in hfslib_get_directory_contents()
1049 (*out_numchildren)++; in hfslib_get_directory_contents()
1053 *out_numchildren * in hfslib_get_directory_contents()
1059 memcpy(&((*out_children)[*out_numchildren-1]), in hfslib_get_directory_contents()
1065 *out_numchildren * sizeof(hfs_unistr255_t), in hfslib_get_directory_contents()
1071 memcpy(&((*out_childnames)[*out_numchildren-1]), in hfslib_get_directory_contents()