HelenOS sources

exfat_has_children   85 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_has_children(bool *, fs_node_t *);
exfat_has_children  696 uspace/srv/fs/exfat/exfat_ops.c 	rc = exfat_has_children(&has_children, fn);
exfat_has_children  794 uspace/srv/fs/exfat/exfat_ops.c 	rc = exfat_has_children(&has_children, cfn);
exfat_has_children 1003 uspace/srv/fs/exfat/exfat_ops.c 	.has_children = exfat_has_children,
HelenOS homepage, sources at GitHub