High complexity in rootfs_get_child
: [40/30]
static int rootfs_get_child(fs_node_t* node, fs_node_t** childptr, size_t index) {
Checking if unsigned variable r
is less than zero.
if (r < 0) return r;
The function liblist_destroy
is never used.
void liblist_destroy(list_t* list) {
The function nl_getpid
is never used.
pid_t nl_getpid() {
The function liballoc_lock
is never used.
int liballoc_lock() {
The function nl_close
is never used.
int nl_close(int fd) {
The function nl_getuid
is never used.
uid_t nl_getuid() {
The function nl_getbuildprop
is never used.
int nl_getbuildprop(int prop, void* output, int* size) {
The function liballoc_free
is never used.
int liballoc_free(void* ptr, int pages) {
The function nl_read
is never used.
size_t nl_read(int fd, void* buff, size_t count) {
The function nl_write
is never used.
size_t nl_write(int fd, const void* buff, size_t count) {
The function liballoc_unlock
is never used.
int liballoc_unlock() {
Checking if unsigned variable r
is less than zero.
if (r < 0) return r;