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

  /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
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 80 # define fputs(x,y) fputs_unlocked (x,y)
82 # define fputs_unlocked(x,y) fputs (x,y) macro
  /external/elfutils/0.153/src/
strings.c 362 fputs_unlocked (fname, stdout);
363 fputs_unlocked (": ", stdout);
371 fputs_unlocked (*unprinted, stdout);
427 fputs_unlocked (fname, stdout);
428 fputs_unlocked (": ", stdout);
436 fputs_unlocked (*unprinted, stdout);
objdump.c 662 fputs_unlocked (info->bytes_color, stdout);
667 fputs_unlocked (color_off, stdout);
685 fputs_unlocked (info->bytes_color, stdout);
689 fputs_unlocked (color_off, stdout);
size.c 444 fputs_unlocked (fname, stdout);
523 fputs_unlocked (" + ", stdout);
590 fputs_unlocked ("\n", stdout);
643 fputs_unlocked (" + ", stdout);
nm.c 468 fputs_unlocked (gettext("\nArchive index:\n"), stdout);
850 fputs_unlocked (fullname, stdout);
989 fputs_unlocked (fullname, stdout);
1038 fputs_unlocked (color_off, stdout);
1100 fputs_unlocked (fullname, stdout);
    [all...]
readelf.c 755 fputs_unlocked (gettext ("ELF Header:\n Magic: "), stdout);
782 fputs_unlocked (gettext (" Type: "), stdout);
819 fputs_unlocked (gettext (" ([0] not available)"), stdout);
836 fputs_unlocked (gettext (" ([0] not available)"), stdout);
    [all...]
ldscript.y 178 fputs_unlocked (gettext ("mode for segment invalid\n"),
ldgeneric.c 144 fputs_unlocked (fileinfo->rfname, s);
151 fputs_unlocked (fileinfo->rfname, s);
    [all...]
  /external/elfutils/0.153/libasm/
asm_align.c 69 fputs_unlocked ("\"\n", asmscn->ctx->out.file);
  /external/strace/
vsprintf.c 20 # define fputs_unlocked fputs macro
785 r = fputs_unlocked(buf, fp);
strace.c 555 # define fputs_unlocked fputs macro
562 int n = fputs_unlocked(str, current_tcp->outf);
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 699 extern int fputs_unlocked (__const char *__restrict __s,
  /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,
  /external/bison/
configure     [all...]

Completed in 430 milliseconds