Functions

grubio.c File Reference

#include "grubio.h"
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <ctype.h>
Include dependency graph for grubio.c:

Functions

int grub_printf (const char *fmt,...)
int grub_vprintf (const char *fmt, va_list args)
unsigned long long grub_strtoull (const char *str, char **end, int base)
uint64_t grub_divmod64 (uint64_t n, uint32_t d, uint32_t *r)
int grub_vsprintf (char *str, const char *fmt, va_list args)
int grub_sprintf (char *str, const char *fmt,...)

Function Documentation

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

Here is the caller graph for this function:

int grub_printf ( const char *  fmt,
  ... 
)

Here is the call graph for this function:

int grub_sprintf ( char *  str,
const char *  fmt,
  ... 
)

Here is the call graph for this function:

unsigned long long grub_strtoull ( const char *  str,
char **  end,
int  base 
)

Here is the call graph for this function:

int 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 grub_vsprintf ( char *  str,
const char *  fmt,
va_list  args 
)

Here is the caller graph for this function: