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:30:53 2012 from 38.107.179.226
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Wcsxfrm en anglais

WCSXFRM(P) POSIX Programmer's Manual WCSXFRM(P)
 
NAME


wcsxfrm - wide-character string transformation
 
SYNOPSIS


#include size_t wcsxfrm(wchar_t *restrict ws1, const wchar_t *restrict ws2, size_t n);
 
DESCRIPTION


The wcsxfrm() function shall transform the wide-character string pointed to by ws2 and place the resulting wide-character string into the array pointed to by ws1. The transformation shall be such that if wcscmp() is applied to two transformed wide strings, it shall return a value greater than, equal to, or less than 0, corresponding to the result of wcscoll() applied to the same two original wide-character strings. No more than n wide-character codes shall be placed into the resulting array pointed to by ws1, including the terminating null wide- character code. If n is 0, ws1 is permitted to be a null pointer. If copying takes place between objects that overlap, the behavior is unde- fined. The wcsxfrm() function shall not change the setting of errno if suc- cessful. Since no return value is reserved to indicate an error, an application wishing to check for error situations should set errno to 0, then call wcsxfrm(), then check errno.
 
RETURN VALUE


The wcsxfrm() function shall return the length of the transformed wide- character string (not including the terminating null wide-character code). If the value returned is n or more, the contents of the array pointed to by ws1 are unspecified. On error, the wcsxfrm() function may set errno, but no return value is reserved to indicate an error.
 
ERRORS


The wcsxfrm() function may fail if: EINVAL The wide-character string pointed to by ws2 contains wide-char- acter codes outside the domain of the collating sequence. The following sections are informative.
 
EXAMPLES


None.
 
APPLICATION USAGE


The transformation function is such that two transformed wide-character strings can be ordered by wcscmp() as appropriate to collating sequence information in the program's locale (category LC_COLLATE ). The fact that when n is 0 ws1 is permitted to be a null pointer is use- ful to determine the size of the ws1 array prior to making the trans- formation.
 
RATIONALE


None.
 
FUTURE DIRECTIONS


None.
 
SEE ALSO


wcscmp() , wcscoll() , the Base Definitions volume of IEEE Std 1003.1-2001,
 
COPYRIGHT


Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html . IEEE/The Open Group 2003 WCSXFRM(P)


 Dernières recherches
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
Man  en anglais Man toupper en anglaisMan  en français Man toupper en français
Man  en anglais Man colcrt en anglaisMan  en français Man colcrt en français
Man  en anglais Man postlog en anglaisMan  en français Man postlog en français
Man  en anglais Man dup en anglaisMan  en français Man dup 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