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

Indiquez la fonction :

Man Putc_unlocked en anglais

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


getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - non- locking stdio functions
 
SYNOPSIS


#include int getc_unlocked(FILE *stream); int getchar_unlocked(void); int putc_unlocked(int c, FILE *stream); int putchar_unlocked(int c); #define _BSD_SOURCE /* or _SVID_SOURCE */ #include void clearerr_unlocked(FILE *stream); int feof_unlocked(FILE *stream); int ferror_unlocked(FILE *stream); int fileno_unlocked(FILE *stream); int fflush_unlocked(FILE *stream); int fgetc_unlocked(FILE *stream); int fputc_unlocked(int c, FILE *stream); size_t fread_unlocked(void *ptr, size_t size, size_t n, FILE *stream); size_t fwrite_unlocked(const void *ptr, size_t size, size_t n, FILE *stream); #define _GNU_SOURCE #include char *fgets_unlocked(char *s, int n, FILE *stream); int fputs_unlocked(const char *s, FILE *stream); #define _GNU_SOURCE #include wint_t getwc_unlocked(FILE *stream); wint_t getwchar_unlocked(void); wint_t fgetwc_unlocked(FILE *stream); wint_t fputwc_unlocked(wchar_t wc, FILE *stream); wint_t putwc_unlocked(wchar_t wc, FILE *stream); wint_t putwchar_unlocked(wchar_t wc); wchar_t *fgetws_unlocked(wchar_t *ws, int n, FILE *stream); int fputws_unlocked(const wchar_t *ws, FILE *stream);
 
DESCRIPTION


Each of these functions has the same behavior as its counterpart with- out the "_unlocked" suffix, except that they do not use locking (they do not set locks themselves, and do not test for the presence of locks set by others) and hence are thread-unsafe. See flockfile(3).
 
CONFORMING TO


The four functions getc_unlocked(), getchar_unlocked(), putc_unlocked(), putchar_unlocked() are in POSIX.1-2001. The non-standard *_unlocked() variants occur on a few Unix systems, and are available in recent glibc. They should probably not be used.
 
SEE ALSO


flockfile(3), stdio(3), feature_test_macros(7)
 
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/. 2007-07-26 UNLOCKED_STDIO(3)


 Dernières recherches
Man  en anglais Man putc_unlocked en anglaisMan  en français Man putc_unlocked en français
Man  en anglais Man putc en anglaisMan  en français Man putc en français
Man  en anglais Man ptmx en anglaisMan  en français Man ptmx en français
Man  en anglais Man pthread_self en anglaisMan  en français Man pthread_self en français
Man  en anglais Man pthread_key_create en anglaisMan  en français Man pthread_key_create en français
Man  en anglais Man pthread_cleanup_pop en anglaisMan  en français Man pthread_cleanup_pop en français
Man  en anglais Man psfstriptable en anglaisMan  en français Man psfstriptable en français
Man  en anglais Man psfgettable en anglaisMan  en français Man psfgettable en français
Man  en anglais Man psfaddtable en anglaisMan  en français Man psfaddtable en français
Man  en anglais Man proxymap en anglaisMan  en français Man proxymap en français
Man  en anglais Man program_invocation_name en anglaisMan  en français Man program_invocation_name en français
Man  en anglais Man profil en anglaisMan  en français Man profil en français
Man  en anglais Man prof en anglaisMan  en français Man prof en français
Man  en anglais Man prio en anglaisMan  en français Man prio en français
Man  en anglais Man printenv en anglaisMan  en français Man printenv 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