isgraph man page on Ultrix

Printed from http://www.polarhome.com/service/man/?qf=isgraph&af=0&tf=2&of=Ultrix

ctype(3)							      ctype(3)

Name
       isalpha,	  isupper,   islower,  isdigit,	 isxdigit,  isalnum,  isspace,
       ispunct, isprint, isgraph, iscntrl, isascii - character	classification
       macros

Syntax
       #include <ctype.h>

       int isalpha (c)

       int c;

Description
       These  macros  classify character-coded integer values according to the
       rules of the coded character set (codeset) identified by the last  suc‐
       cessful	call  to category All macros return non-zero for true and zero
       for false.

       If category has not been called successfully, or if character classifi‐
       cation  information  is	not  available	for a supported language, then
       characters are classified according to the rules	 of  the  ASCII	 7-bit
       coded character set, returning 0 for values above octal 0177.

       The macro provides a result for all integer values.  The rest provide a
       result for EOF and values in the character range of the codeset identi‐
       fied by the last successful call to category

       c	      is a letter

       c	      is an uppercase letter

       c	      is a lowercase letter

       c	      is a digit

       c	      is  a hexadecimal digit, by default [0-9], [A-F], or [a-
		      f]

       c	      is an alphanumeric character

       c	      is a space, tab, carriage return, new line, or form feed

       c	      is a punctuation character  (neither  control,  alphanu‐
		      meric, nor space)

       c	      is  a printing character, by default code 040(8) (space)
		      through 0176 (tilde)

       c	      is a printing character, like except false for space

       c	      is a delete character (0177) or ordinary control charac‐
		      ter (less than 040) except for space characters

       c	      is an ASCII character, code less than 0200

   International Environment
       LC_CTYPE	      If  this environment variable is set and valid, uses the
		      international language database named in the  definition
		      to determine character classification rules.

       LANG	      If  this environment variable is set and valid, uses the
		      international language database named in the  definition
		      to  determine  the character classification rules. If is
		      defined, that definition supercedes the definition of

See Also
       conv(3), setlocale(3), stdio(3s), environ(5int), ascii(7)
       Guide to Developing International Software

								      ctype(3)
[top]

List of man pages available for Ultrix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net