search for: fgets_unlocked

Displaying 9 results from an estimated 9 matches for "fgets_unlocked".

Did you mean: fgetc_unlocked
2003 Apr 16
0
Possible bug in samba-2.2.8a-1...
...ing symbols from /lib/ld-linux.so.2...done. Reading symbols from /lib/libnss_files.so.2...done. Reading symbols from /lib/libnss_nisplus.so.2...done. Reading symbols from /lib/libnss_nis.so.2...done. 0x400f10de in __select () (gdb) c Continuing. Program received signal SIGSEGV, Segmentation fault. fgets_unlocked (buf=0x824eea8 "p0\023@p0\023@\200?3\233b??\001", n=4096, fp=0x0) at iofgets_u.c:44 iofgets_u.c:44: No such file or directory. (gdb) where #0 fgets_unlocked (buf=0x824eea8 "p0\023@p0\023@\200?3\233b??\001", n=4096, fp=0x0) at iofgets_u.c:44 #1 0x400f1bce in __getmnte...
2020 Jul 25
0
[klibc:master] stdio: Define all the _unlocked functions and macros
...(int, FILE *); #define putc(c,f) fputc((c),(f)) +#define putc_unlocked(c,f) putc((c),(f)) #define putchar(c) fputc((c),stdout) +#define putchar_unlocked(c) putchar(c) __extern int fgetc(FILE *); +__extern int fgetc_unlocked(FILE *); __extern char *fgets(char *, int, FILE *); +__extern char *fgets_unlocked(char *, int, FILE *); #define getc(f) fgetc(f) __extern int getc_unlocked(FILE *); #define getc_unlocked(f) fgetc(f) #define getchar() fgetc(stdin) +#define getchar_unlocked() getchar() __extern int ungetc(int, FILE *); __extern int printf(const char *, ...); @@ -86,17 +93,24 @@ __extern in...
2000 Feb 04
8
Internal error: Signal 11
Hi, I have a problem with Samba from last week. Our SMB server( Debian Linux 2.2.12, samba 2.0.5a) was working very well since october 99. We didn't do any changes with our SMB server sw or hw configuration. There is my problem: content of samba log file: [2000/01/25 05:52:52, 1] smbd/service.c:make_connection(521) PC1 (10.0.0.42) connect to service database$ as user USER1
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi, I am curious why don't you guys create /etc/tinc directory, set permissions, add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ? Doing a make install and not finding an example config in /etc/tinc is kind of frustrating. Am I missing something? Maybe there is a good reason for that? Also, why is it not finding evp.h when I try to do configure? Is creating
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...en... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for __fsetlocking... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether feof_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether getc_unlocked is declared... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... (cached)...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...len... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for __fsetlocking... no checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether feof_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether getc_unlocked is declared... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... (cached) yes...
2006 May 18
0
R-devel and PGI 6.0 compile error
.... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether getc_unlocked is declared... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... (cached) yes...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...casecmp... yes checking for strdup... (cached) yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... no checking for bison... bison checking version of bison... 2.3, ok...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...casecmp... yes checking for strdup... (cached) yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... no checking for bison... bison checking version of bison... 2.3, ok...