coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ctype.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int isspace (int c)
 
static int isprint (int c)
 
static int isdigit (int c)
 
static int isxdigit (int c)
 
static int isupper (int c)
 
static int islower (int c)
 
static int toupper (int c)
 
static int tolower (int c)
 

Function Documentation

◆ isdigit()

static int isdigit ( int  c)
inlinestatic

Definition at line 20 of file ctype.h.

References c.

Referenced by atol(), dt_fixup_external(), hexstrtobin(), skip_atoi(), vpd_get_int(), and vtxprintf().

Here is the caller graph for this function:

◆ islower()

static int islower ( int  c)
inlinestatic

Definition at line 37 of file ctype.h.

References c.

Referenced by toupper().

Here is the caller graph for this function:

◆ isprint()

static int isprint ( int  c)
inlinestatic

Definition at line 15 of file ctype.h.

References c.

Referenced by eeprom_read_string(), hexdump(), and print_property().

Here is the caller graph for this function:

◆ isspace()

static int isspace ( int  c)
inlinestatic

Definition at line 4 of file ctype.h.

References c.

◆ isupper()

static int isupper ( int  c)
inlinestatic

Definition at line 32 of file ctype.h.

References c.

Referenced by manufacturer_name(), and tolower().

Here is the caller graph for this function:

◆ isxdigit()

static int isxdigit ( int  c)
inlinestatic

Definition at line 25 of file ctype.h.

References c.

Referenced by hexstrtobin().

Here is the caller graph for this function:

◆ tolower()

static int tolower ( int  c)
inlinestatic

Definition at line 49 of file ctype.h.

References c, and isupper().

Referenced by clean_compat_string(), and hexstrtobin().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toupper()

static int toupper ( int  c)
inlinestatic

Definition at line 42 of file ctype.h.

References c, and islower().

Here is the call graph for this function: