Searched defs:putc (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dputc.c45 #undef putc macro
49 putc(c, fp) function
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dserial_protos.h50 void (*putc)(int, int, int); member in struct:console_ops
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h60 # undef putc macro
61 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dunlocked-io.h60 # undef putc macro
61 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.10.1/ntp-92/libntp/
H A Dgetopt.c21 #undef putc macro
22 #define putc fputc macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dasm.rb102 def putc(*line) method in class:Assembler
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil.h287 #undef putc macro
289 #define putc(c,fp) do { char x=(c); __atoe_l(&x,1); putc(x,fp); } while(0) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Derror.c81 # undef putc macro
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Derror.c77 # undef putc macro
78 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Derror.c77 # undef putc macro
78 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_subr.c272 putc(int c, struct clist *clp) function
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktextio.rb592 def putc(c) method in class:TkTextIO
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c192 printnum( unsigned long long int u, int base, void (*putc)(int, void *), void *arg) argument
218 __doprnt( const char *fmt, va_list argp, void (*putc)(int, void *arg), void *arg, int radix) argument
649 _doprnt( register const char *fmt, va_list *argp, void (*putc)(char), int radix) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h112 #undef putc macro
125 #define putc(_c, _stream) rb_w32_putc(_c, _stream) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h126 #undef putc macro
130 #define putc(a,b) nt_putc((char)(a),(b)) macro

Completed in 191 milliseconds