Home
last modified time | relevance | path

Searched defs:putchar (Results 151 – 175 of 1414) sorted by relevance

12345678910>>...57

/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsio.h63 #define putchar(c) Function._putchar_.unavailable macro
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DReadKeyboard.cpp45 void ReadKeyboard::putchar(const std::string& thing) { in putchar() function in ReadKeyboard
/dports/misc/gpsim/gpsim-0.31.0/examples/modules/usart_gui/
H A Dusart_gui.asm173 putchar label
/dports/devel/tinygo/tinygo-0.14.1/src/runtime/
H A Druntime_arm7tdmi.go12 func putchar(c byte) { func
H A Druntime_stm32f103xx.go20 func putchar(c byte) { func
H A Druntime_nrf.go55 func putchar(c byte) { func
H A Druntime_nintendoswitch.go45 func putchar(c byte) { func
H A Druntime_atsamd21.go36 func putchar(c byte) { func
H A Druntime_atsamd51.go35 func putchar(c byte) { func
H A Druntime_stm32f407.go20 func putchar(c byte) { func
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/test/
H A Dserial.c10 putchar(int c) in putchar() function
H A Dsl.c23 int putchar(int c) in putchar() function
H A Ds3.c18 int putchar(int c) in putchar() function
/dports/sysutils/heirloom/heirloom-070715/expand/
H A Dexpand.c48 #define putchar(c) _IO_putc_unlocked(c, stdout) macro
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/squeeze/
H A Dsqueeze.c52 #define putchar(a) (void)putc(a, out) ; macro
/dports/sysutils/heirloom/heirloom-070715/head/
H A Dhead.c63 #define putchar(c) _IO_putc_unlocked(c, stdout) macro
/dports/devel/dev86/dev86-0.16.20/bootblocks/
H A Dmonitor.h57 #define putchar putch macro
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Duncomment.c6 #define putchar(x) fputc((x),stdout) macro
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A DWin32Console.h37 # define putchar(c) win32_fprintf(stdout, "%c", c) macro
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A DWin32Console.h37 # define putchar(c) win32_fprintf(stdout, "%c", c) macro
/dports/graphics/poppler/poppler-21.12.0/utils/
H A DWin32Console.h37 # define putchar(c) win32_fprintf(stdout, "%c", c) macro
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A DWin32Console.h37 # define putchar(c) win32_fprintf(stdout, "%c", c) macro
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/test/
H A Dserial.c163 putchar(char c) in putchar() function
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/example/
H A Dbanking.c28 putchar (int c) in putchar() function
/dports/devel/z88dk/z88dk/include/
H A Dstdio.h211 #define putchar(bp) fputc(bp,stdout) macro
241 #define putchar(bp) fputc_callee(bp,stdout) macro

12345678910>>...57