GrafX2 2.9.3227
The ultimate 256-color painting program
mountlist.c File Reference
#include "mountlist.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <fs_info.h>
#include <dirent.h>
+ Include dependency graph for mountlist.c:

Macros

#define MOUNTED_FS_STAT_DEV
 
#define MNT_IGNORE(M)   0
 
#define SIZE_MAX   ((size_t) -1)
 

Functions

struct mount_entryread_file_system_list (bool need_fs_type)
 

Macro Definition Documentation

◆ MOUNTED_FS_STAT_DEV

#define MOUNTED_FS_STAT_DEV

◆ MNT_IGNORE

#define MNT_IGNORE (   M)    0

◆ SIZE_MAX

#define SIZE_MAX   ((size_t) -1)

Function Documentation

◆ read_file_system_list()