HomeSort by relevance Sort by last modified time
    Searched refs:fputs_unlocked (Results 1 - 10 of 10) sorted by null

  /external/bison/lib/
unlocked-io.h 81 # define fputs(x,y) fputs_unlocked (x,y)
83 # define fputs_unlocked(x,y) fputs (x,y) macro
  /external/elfutils/src/
size.c 445 fputs_unlocked (fname, stdout);
523 fputs_unlocked (" + ", stdout);
590 fputs_unlocked ("\n", stdout);
647 fputs_unlocked (" + ", stdout);
readelf.c 556 fputs_unlocked (gettext ("ELF Header:\n Magic: "), stdout);
582 fputs_unlocked (gettext (" Type: "), stdout);
627 fputs_unlocked (gettext (" ([0] not available)"), stdout);
887 fputs_unlocked (" [RELRO:", stdout);
892 fputs_unlocked ("]", stdout);
897 fputs_unlocked ("] <RELRO:", stdout);
906 fputs_unlocked (">", stdout);
912 fputs_unlocked ("]", stdout);
1070 fputs_unlocked (flags[cnt].str, stdout);
1145 fputs_unlocked (gettext (" Type Value\n"), stdout)
    [all...]
nm.c 798 fputs_unlocked (fullname, stdout);
878 fputs_unlocked (fullname, stdout);
936 fputs_unlocked (fullname, stdout);
    [all...]
ldscript.y 162 fputs_unlocked (gettext ("mode for segment invalid\n"),
ldscript.c     [all...]
ldgeneric.c 114 fputs_unlocked (fileinfo->rfname, s);
121 fputs_unlocked (fileinfo->rfname, s);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 62 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
133 # define fputs(String, Stream) fputs_unlocked (String, Stream)
135 extern int fputs_unlocked (const char *, FILE *);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 62 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
133 # define fputs(String, Stream) fputs_unlocked (String, Stream)
135 extern int fputs_unlocked (const char *, FILE *);
  /external/bison/
configure     [all...]

Completed in 280 milliseconds