Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/hfs/
Dlibhfs.c919 hfs_catalog_keyed_record_t** out_children, in hfslib_get_directory_contents() argument
951 if (out_children != NULL) in hfslib_get_directory_contents()
952 *out_children = NULL; in hfslib_get_directory_contents()
1051 if (out_children != NULL) { in hfslib_get_directory_contents()
1052 … ptr = hfslib_realloc(*out_children, in hfslib_get_directory_contents()
1057 *out_children = ptr; in hfslib_get_directory_contents()
1059 … memcpy(&((*out_children)[*out_numchildren-1]), in hfslib_get_directory_contents()
1089 if (out_children != NULL && *out_children != NULL) in hfslib_get_directory_contents()
1090 hfslib_free(*out_children, cbargs); in hfslib_get_directory_contents()