Defines | Functions

grubio.h File Reference

#include <stdarg.h>
#include <stddef.h>
#include <types.h>
Include dependency graph for grubio.h:
This graph shows which files directly or indirectly include this file:

Defines

#define EXPORT_FUNC(x)   x

Functions

int EXPORT_FUNC() grub_iswordseparator (int c)
int EXPORT_FUNC() grub_isspace (int c)
int EXPORT_FUNC() grub_isprint (int c)
int EXPORT_FUNC() grub_isalpha (int c)
int EXPORT_FUNC() grub_isgraph (int c)
int EXPORT_FUNC() grub_isdigit (int c)
unsigned long long EXPORT_FUNC() grub_strtoull (const char *str, char **end, int base)
int EXPORT_FUNC() grub_printf (const char *fmt,...) __attribute__((format(printf
int EXPORT_FUNC() int EXPORT_FUNC() grub_vprintf (const char *fmt, va_list args)
int EXPORT_FUNC() grub_sprintf (char *str, const char *fmt,...) __attribute__((format(printf
int EXPORT_FUNC() int EXPORT_FUNC() grub_vsprintf (char *str, const char *fmt, va_list args)
uint64_t EXPORT_FUNC() grub_divmod64 (uint64_t n, uint32_t d, uint32_t *r)

Define Documentation

#define EXPORT_FUNC (   x  )     x

Function Documentation

uint64_t EXPORT_FUNC() grub_divmod64 ( uint64_t  n,
uint32_t  d,
uint32_t *  r 
)

Here is the caller graph for this function:

int EXPORT_FUNC() grub_isalpha ( int  c  ) 
int EXPORT_FUNC() grub_isdigit ( int  c  ) 
int EXPORT_FUNC() grub_isgraph ( int  c  ) 
int EXPORT_FUNC() grub_isprint ( int  c  ) 
int EXPORT_FUNC() grub_isspace ( int  c  ) 
int EXPORT_FUNC() grub_iswordseparator ( int  c  ) 
int EXPORT_FUNC() grub_printf ( const char *  fmt,
  ... 
)
int EXPORT_FUNC() grub_sprintf ( char *  str,
const char *  fmt,
  ... 
)
unsigned long long EXPORT_FUNC() grub_strtoull ( const char *  str,
char **  end,
int  base 
)

Here is the call graph for this function:

int EXPORT_FUNC() int EXPORT_FUNC() grub_vprintf ( const char *  fmt,
va_list  args 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int EXPORT_FUNC() int EXPORT_FUNC() grub_vsprintf ( char *  str,
const char *  fmt,
va_list  args 
)

Here is the caller graph for this function: