HomeSort by: relevance | last modified time | path
    Searched defs:putchar_unlocked (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/stdio/
putchar.c 49 #undef putchar_unlocked macro
67 putchar_unlocked(int c) function
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unlocked-io.h 123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unlocked-io.h 123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
unlocked-io.h 123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
  /src/include/
stdio.h 320 int putchar_unlocked(int);
525 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro

Completed in 17 milliseconds