pintos/src/lib/ctype.h File Reference

Go to the source code of this file.

Functions

static int islower (int c)
static int isupper (int c)
static int isalpha (int c)
static int isdigit (int c)
static int isalnum (int c)
static int isxdigit (int c)
static int isspace (int c)
static int isblank (int c)
static int isgraph (int c)
static int isprint (int c)
static int iscntrl (int c)
static int isascii (int c)
static int ispunct (int c)
static int tolower (int c)
static int toupper (int c)


Function Documentation

static int isalnum ( int  c  )  [inline, static]

Definition at line 9 of file ctype.h.

References isalpha(), and isdigit().

Referenced by ispunct().

static int isalpha ( int  c  )  [inline, static]

Definition at line 7 of file ctype.h.

References islower(), and isupper().

Referenced by isalnum().

static int isascii ( int  c  )  [inline, static]

Definition at line 21 of file ctype.h.

static int isblank ( int  c  )  [inline, static]

Definition at line 17 of file ctype.h.

static int iscntrl ( int  c  )  [inline, static]

Definition at line 20 of file ctype.h.

static int isdigit ( int  c  )  [inline, static]

Definition at line 8 of file ctype.h.

Referenced by atoi(), expand(), isalnum(), isxdigit(), main(), and parse_conversion().

static int isgraph ( int  c  )  [inline, static]

Definition at line 18 of file ctype.h.

static int islower ( int  c  )  [inline, static]

Definition at line 5 of file ctype.h.

Referenced by isalpha(), and toupper().

static int isprint ( int  c  )  [inline, static]

Definition at line 19 of file ctype.h.

Referenced by hex_dump(), and ispunct().

static int ispunct ( int  c  )  [inline, static]

Definition at line 22 of file ctype.h.

References isalnum(), isprint(), and isspace().

Referenced by expand().

static int isspace ( int  c  )  [inline, static]

Definition at line 13 of file ctype.h.

Referenced by atoi(), descramble_ata_string(), and ispunct().

static int isupper ( int  c  )  [inline, static]

Definition at line 6 of file ctype.h.

Referenced by isalpha(), and tolower().

static int isxdigit ( int  c  )  [inline, static]

Definition at line 10 of file ctype.h.

References isdigit().

static int tolower ( int  c  )  [inline, static]

Definition at line 26 of file ctype.h.

References isupper().

Referenced by keyboard_interrupt().

static int toupper ( int  c  )  [inline, static]

Definition at line 27 of file ctype.h.

References islower().

Referenced by main().


Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6