HomeSort by relevance Sort by last modified time
    Searched full:fputs_unlocked (Results 1 - 25 of 40) sorted by null

1 2

  /external/bison/m4/
unlocked-io.m4 25 dnl fgets_unlocked(), fputs_unlocked() etc.
34 AC_CHECK_DECLS_ONCE([fputs_unlocked])
  /external/llvm/test/Transforms/InstCombine/
2003-07-21-ExternalConstant.ll 27 declare i32 @fputs_unlocked(i8*, i8*)
  /external/bison/lib/
unlocked-io.h 80 # define fputs(x,y) fputs_unlocked (x,y)
82 # define fputs_unlocked(x,y) fputs (x,y) macro
config.in.h 406 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
fasta.c 48 #define fputs_unlocked fputs macro
93 fputs_unlocked(title, stdout);
151 fputs_unlocked(title, stdout);
  /prebuilts/go/linux-x86/test/bench/shootout/
fasta.c 48 #define fputs_unlocked fputs macro
93 fputs_unlocked(title, stdout);
151 fputs_unlocked(title, stdout);
  /external/elfutils/src/
strings.c 365 fputs_unlocked (fname, stdout);
366 fputs_unlocked (": ", stdout);
377 fputs_unlocked (*unprinted, stdout);
433 fputs_unlocked (fname, stdout);
434 fputs_unlocked (": ", stdout);
445 fputs_unlocked (*unprinted, stdout);
objdump.c 656 fputs_unlocked (info->bytes_color, stdout);
661 fputs_unlocked (color_off, stdout);
679 fputs_unlocked (info->bytes_color, stdout);
683 fputs_unlocked (color_off, stdout);
size.c 431 fputs_unlocked (fname, stdout);
498 fputs_unlocked (" + ", stdout);
567 fputs_unlocked ("\n", stdout);
619 fputs_unlocked (" + ", stdout);
nm.c 457 fputs_unlocked (gettext("\nArchive index:\n"), stdout);
838 fputs_unlocked (fullname, stdout);
970 fputs_unlocked (fullname, stdout);
1044 fputs_unlocked (color_off, stdout);
1098 fputs_unlocked (fullname, stdout);
    [all...]
readelf.c 969 fputs_unlocked (gettext ("ELF Header:\n Magic: "), stdout);
996 fputs_unlocked (gettext (" Type: "), stdout);
1033 fputs_unlocked (gettext (" ([0] not available)"), stdout);
1050 fputs_unlocked (gettext (" ([0] not available)"), stdout);
    [all...]
ldscript.y 170 fputs_unlocked (gettext ("mode for segment invalid\n"),
  /external/elfutils/libasm/
asm_align.c 70 fputs_unlocked ("\"\n", asmscn->ctx->out.file);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 69 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
144 # define fputs(String, Stream) fputs_unlocked (String, Stream)
146 extern int fputs_unlocked (const char *, FILE *);
    [all...]
auto-host.h 690 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
976 /* Define to 1 if you have the `fputs_unlocked' function. */
    [all...]
builtins.def     [all...]
  /external/strace/
vsprintf.c 20 # define fputs_unlocked fputs macro
783 r = fputs_unlocked(buf, fp);
configure.ac 285 fputs_unlocked
strace.c 576 # define fputs_unlocked fputs macro
583 int n = fputs_unlocked(str, current_tcp->outf);
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-10-15-CoalescerCrash.ll 261 declare i32 @fputs_unlocked(i8* noalias , %struct._IO_FILE* noalias )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 699 extern int fputs_unlocked (__const char *__restrict __s,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 723 extern int fputs_unlocked (__const char *__restrict __s,
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/bison/darwin-lib/
config.h 407 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
    [all...]
  /external/bison/linux-lib/
config.h 407 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
    [all...]

Completed in 1506 milliseconds

1 2