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: Mon Feb 13 0:37:27 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 Unlocked_stdio 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 unlocked_stdio en anglaisMan  en français Man unlocked_stdio en français
Man  en anglais Man pthread_atfork en anglaisMan  en français Man pthread_atfork en français
Man  en anglais Man raise en anglaisMan  en français Man raise en français
Man  en anglais Man hypot en anglaisMan  en français Man hypot en français
Man  en anglais Man execl en anglaisMan  en français Man execl en français
Man  en anglais Man errno en anglaisMan  en français Man errno en français
Man  en anglais Man htons en anglaisMan  en français Man htons en français
Man  en anglais Man tkill en anglaisMan  en français Man tkill en français
Man  en anglais Man chdir en anglaisMan  en français Man chdir en français
Man  en anglais Man intro en anglaisMan  en français Man intro en français
Man  en anglais Man htonl en anglaisMan  en français Man htonl en français
Man  en anglais Man tail en anglaisMan  en français Man tail en français
Man  en anglais Man gcvt en anglaisMan  en français Man gcvt en français
Man  en anglais Man send en anglaisMan  en français Man send en français
Man  en anglais Man find en anglaisMan  en français Man find 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