Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 15:31:25 2012 from 38.107.179.229
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Wctype en anglais

WCTYPE(3) Linux Programmer's Manual WCTYPE(3)
 
NAME


wctype - wide-character classification
 
SYNOPSIS


#include wctype_t wctype(const char *name);
 
DESCRIPTION


The wctype_t type represents a property which a wide character may or may not have. In other words, it represents a class of wide charac- ters. This type's nature is implementation-dependent, but the special value (wctype_t) 0 denotes an invalid property. Non-zero wctype_t val- ues can be passed to the iswctype(3) function to actually test whether a given wide character has the property. The wctype() function returns a property, given by its name. The set of valid names depends on the LC_CTYPE category of the current locale, but the following names are valid in all locales. "alnum" - realizes the isalnum(3) classification function "alpha" - realizes the isalpha(3) classification function "blank" - realizes the isblank(3) classification function "cntrl" - realizes the iscntrl(3) classification function "digit" - realizes the isdigit(3) classification function "graph" - realizes the isgraph(3) classification function "lower" - realizes the islower(3) classification function "print" - realizes the isprint(3) classification function "punct" - realizes the ispunct(3) classification function "space" - realizes the isspace(3) classification function "upper" - realizes the isupper(3) classification function "xdigit" - realizes the isxdigit(3) classification function
 
RETURN VALUE


The wctype() function returns a property descriptor if the name is valid. Otherwise it returns (wctype_t) 0.
 
CONFORMING TO


C99.
 
NOTES


The behavior of wctype() depends on the LC_CTYPE category of the cur- rent locale.
 
SEE ALSO


iswctype(3)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. GNU 1999-07-25 WCTYPE(3)


 Dernières recherches
Man  en anglais Man wctype en anglaisMan  en français Man wctype en français
Man  en anglais Man wctrans en anglaisMan  en français Man wctrans en français
Man  en anglais Man wctomb en anglaisMan  en français Man wctomb en français
Man  en anglais Man wctob en anglaisMan  en français Man wctob en français
Man  en anglais Man wcsxfrm en anglaisMan  en français Man wcsxfrm en français
Man  en anglais Man wcswidth en anglaisMan  en français Man wcswidth en français
Man  en anglais Man wcstombs en anglaisMan  en français Man wcstombs en français
Man  en anglais Man wcstok en anglaisMan  en français Man wcstok en français
Man  en anglais Man wcsspn en anglaisMan  en français Man wcsspn en français
Man  en anglais Man wcsrtombs en anglaisMan  en français Man wcsrtombs en français
Man  en anglais Man wcsrchr en anglaisMan  en français Man wcsrchr en français
Man  en anglais Man stat en anglaisMan  en français Man stat en français
Man  en anglais Man gethostbyaddr en anglaisMan  en français Man gethostbyaddr en français
Man  en anglais Man getline en anglaisMan  en français Man getline en français
Man  en anglais Man dgst en anglaisMan  en français Man dgst en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher