search for: feof_unlocked

Displaying 15 results from an estimated 15 matches for "feof_unlocked".

2012 Jan 20
1
Building R on RHEL 5
...ssign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o?? libs/*o ranlib libR.a gcc -std=gnu99 -Wl,--export-dynamic?? -L/usr/local/lib64 -o R.bin Rmain.o libR.a -L../../lib -lRblas -lgfortran -lm?? -lreadline -lncurses? -lrt -ldl -lm libR.a(main.o): In function `feof_unlocked': /usr/include/bits/stdio.h:123: multiple definition of `feof_unlocked' Rmain.o:/usr/include/bits/stdio.h:123: first defined here libR.a(main.o): In function `ferror_unlocked': /usr/include/bits/stdio.h:130: multiple definition of `ferror_unlocked' Rmain.o:/usr/include/bits/stdio.h:...
2020 Jul 25
0
[klibc:master] stdio: Define all the _unlocked functions and macros
...n size_t fwrite(const void *, size_t, size_t, FILE *); +__extern size_t fwrite_unlocked(const void *, size_t, size_t, FILE *); __extern off_t ftell(FILE *__f); #define ftello ftell __extern int ferror(FILE * ); +__extern int ferror_unlocked(FILE * ); __extern int feof(FILE *); +__extern int feof_unlocked(FILE *); __extern int fileno(FILE *); +__extern int fileno_unlocked(FILE *); __extern void clearerr(FILE *); +__extern void clearerr_unlocked(FILE *); #ifndef __NO_STDIO_INLINES __extern_inline size_t @@ -104,33 +118,39 @@ fread(void *__p, size_t __s, size_t __n, FILE * __f) { return _frea...
2007 Nov 23
3
[LLVMdev] Getting rid of the DoesntAccessMemoryFns and OnlyReadsMemoryFns tables
...owlower readnone readonly towupper readnone readonly iswctype readnone nothing towctrans readnone nothing btowc readnone nothing wctob readnone nothing nan readonly readnone nanf readonly readnone wcscoll readonly nothing feof readonly nothing ferror readonly nothing fileno readonly nothing feof_unlocked readonly nothing ferror_unlocked readonly nothing fileno_unlocked readonly nothing I think gcc marks all those alphabetical routines "readonly" rather than "readnone" because they depend on the locale; so I guess gcc is right about those ones. That leaves the following list fo...
2008 Feb 16
0
[LLVMdev] linux/x86-64 codegen support
...printf("THERE!!\n") Is there a way to nicely dump arglist? gdb's print *arglist shows too much information.... $ /home/edwin/llvm-svn/obj42/./prev-gcc/cc1 charset.i vprintf getchar fgetc_unlocked getc_unlocked getchar_unlocked putchar fputc_unlocked putc_unlocked putchar_unlocked feof_unlocked ferror_unlocked gnu_dev_major gnu_dev_minor gnu_dev_makedev atof atoi atol atoll stat lstat fstat mknod cpp_in_system_header ustrcmp ustrncmp ustrcspn ustrlen uxstrdup ustrchr ufputs one_utf8_to_cppchar one_cppchar_to_utf8 one_utf8_to_utf32 one_utf32_to_utf8 one_utf8_to_utf16 one_utf16_to_utf8 conv...
2008 Feb 16
2
[LLVMdev] linux/x86-64 codegen support
Interestingly, in the .i file there are 2 __builtin_alloca, and EmitBuiltinAlloca is only being called once. Andrew On 2/16/08, Andrew Lenharth <andrewl at lenharth.org> wrote: > libcpp/charset.c:631 turns into: > > %tmp16 = tail call i64 @strlen( i8* %to ) nounwind readonly > ; <i64> [#uses=1] > %tmp18 = tail call i64 @strlen( i8* %from ) nounwind
2010 Oct 29
2
[LLVMdev] "multiple definition of .. " in clang 2.8
...stname.c:(.text+0x690): multiple definition of `putc_unlocked' av.o:av.c:(.text+0x690): first defined here Hostname.o: In function `putchar_unlocked': Hostname.c:(.text+0x6c0): multiple definition of `putchar_unlocked' av.o:av.c:(.text+0x6c0): first defined here Hostname.o: In function `feof_unlocked': Hostname.c:(.text+0x700): multiple definition of `feof_unlocked' av.o:av.c:(.text+0x700): first defined here Hostname.o: In function `ferror_unlocked': Hostname.c:(.text+0x710): multiple definition of `ferror_unlocked' av.o:av.c:(.text+0x710): first defined here Hostname.o: In fun...
2008 Feb 16
3
[LLVMdev] linux/x86-64 codegen support
...gt; > Is there a way to nicely dump arglist? > gdb's print *arglist shows too much information.... > > $ /home/edwin/llvm-svn/obj42/./prev-gcc/cc1 charset.i > vprintf getchar fgetc_unlocked getc_unlocked getchar_unlocked putchar > fputc_unlocked putc_unlocked putchar_unlocked feof_unlocked > ferror_unlocked gnu_dev_major gnu_dev_minor gnu_dev_makedev atof atoi > atol atoll stat lstat fstat mknod cpp_in_system_header ustrcmp ustrncmp > ustrcspn ustrlen uxstrdup ustrchr ufputs one_utf8_to_cppchar > one_cppchar_to_utf8 one_utf8_to_utf32 one_utf32_to_utf8 > one_utf8_to_utf...
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)
...yes checking for tsearch... yes checking for wcslen... 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)...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...yes checking for tsearch... yes checking for wcslen... 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); che...
2006 May 18
0
R-devel and PGI 6.0 compile error
...checking for tsearch... yes checking for wcslen... 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); ch...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
..... yes checking for stpcpy... yes checking for strcasecmp... 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...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
..._pos); extern void clearerr (FILE *__stream) __attribute__ ((__nothrow__)); extern int feof (FILE *__stream) __attribute__ ((__nothrow__)) ; extern int ferror (FILE *__stream) __attribute__ ((__nothrow__)) ; extern void clearerr_unlocked (FILE *__stream) __attribute__ ((__nothrow__)); extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__)) ; extern int ferror_unlocked (FILE *__stream) __attribute__ ((__nothrow__)) ; extern void perror (__const char *__s); extern int sys_nerr; extern __const char *__const sys_errlist[]; extern int fileno (FILE *__stream) __attribute__ ((__nothrow__)) ;...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
..... yes checking for stpcpy... yes checking for strcasecmp... 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...