HelenOS sources

fat_has_children   85 uspace/srv/fs/fat/fat_ops.c static errno_t fat_has_children(bool *, fs_node_t *);
fat_has_children  559 uspace/srv/fs/fat/fat_ops.c 	rc = fat_has_children(&has_children, fn);
fat_has_children  709 uspace/srv/fs/fat/fat_ops.c 	rc = fat_has_children(&has_children, cfn);
fat_has_children  900 uspace/srv/fs/fat/fat_ops.c 	.has_children = fat_has_children,
HelenOS homepage, sources at GitHub