Searched refs:putc (Results 1 - 25 of 270) sorted by relevance

1234567891011

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dputc.c28 NoN(putc)
32 #undef putc
35 putc(int c, Sfio_t* f)
37 STDIO_INT(f, "putc", int, (int, Sfio_t*), (c, f))
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dcloop.rb313 $asm.putc "#{destination.clValue(:int8Ptr)} += #{offset.clValue(type)};"
315 $asm.putc "#{destination.clValue(:int8Ptr)} = #{base.clValue(:int8Ptr)} + #{offset.clValue(type)};"
323 $asm.putc "#{destination.clValue(:int8Ptr)} = #{base.clValue(:int8Ptr)} + (#{index.clValue} << #{scaleShift});"
359 $asm.putc "#{operands[2].clValue(type)} = #{operands[1].clValue(type)} #{operator} #{operands[0].clValue(type)};"
361 $asm.putc "#{operands[2].clDump}.clearHighWord();" # Just clear it. It does nothing on the 32-bit port.
366 $asm.putc "#{operands[1].clValue(type)} = #{operands[1].clValue(type)} #{operator} #{operands[0].clValue(type)};"
368 $asm.putc "#{operands[1].clDump}.clearHighWord();" # Just clear it. It does nothing on the 32-bit port.
376 $asm.putc "#{operands[2].clValue(type)} = #{operands[1].clValue(type)} #{operator} (#{operands[0].clValue(:int)} & 0x1f);"
378 $asm.putc "#{operands[2].clDump}.clearHighWord();" # Just clear it. It does nothing on the 32-bit port.
383 $asm.putc "#{operand
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dputc.c34 static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/putc.c,v 1.16 2008/05/05 16:03:52 jhb Exp $");
45 #undef putc macro
49 putc(c, fp) function
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dlog.c35 putc ('"', stream);
47 putc ('\\', stream);
48 putc (*str, stream);
50 putc ('"', stream);
103 putc ('\n', logfile);
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dlog.c35 putc ('"', stream);
47 putc ('\\', stream);
48 putc (*str, stream);
50 putc ('"', stream);
103 putc ('\n', logfile);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dwrgif.c203 putc(w & 0xFF, dinfo->pub.output_file);
204 putc((w >> 8) & 0xFF, dinfo->pub.output_file);
212 putc(val, dinfo->pub.output_file);
213 putc(val, dinfo->pub.output_file);
214 putc(val, dinfo->pub.output_file);
242 putc('G', dinfo->pub.output_file);
243 putc('I', dinfo->pub.output_file);
244 putc('F', dinfo->pub.output_file);
245 putc('8', dinfo->pub.output_file);
246 putc('
[all...]
H A Dwrbmp.c304 putc(GETJSAMPLE(colormap[2][i]), outfile);
305 putc(GETJSAMPLE(colormap[1][i]), outfile);
306 putc(GETJSAMPLE(colormap[0][i]), outfile);
308 putc(0, outfile);
313 putc(GETJSAMPLE(colormap[0][i]), outfile);
314 putc(GETJSAMPLE(colormap[0][i]), outfile);
315 putc(GETJSAMPLE(colormap[0][i]), outfile);
317 putc(0, outfile);
323 putc(i, outfile);
324 putc(
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dprintf.c197 void (*putc)(int, void *),
210 (*putc)(*p, arg);
224 void (*putc)(int, void *arg),
245 (*putc)(c, arg);
348 nprinted += printnum(u, base, putc, arg);
363 (*putc)(',', arg);
365 (*putc)('<', arg);
373 (*putc)(c, arg);
377 base, putc, arg);
381 (*putc)(',', ar
194 printnum( unsigned long long int u, int base, void (*putc)(int, void *), void *arg) argument
220 __doprnt( const char *fmt, va_list argp, void (*putc)(int, void *arg), void *arg, int radix) argument
651 _doprnt( register const char *fmt, va_list *argp, void (*putc)(char), int radix) argument
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Dgetopt.c21 #undef putc macro
22 #define putc fputc macro
45 (void) putc(ch, stderr);
46 (void) putc('\n', stderr);
/macosx-10.9.5/remote_cmds-41.90.1/wall.tproj/
H A Dwall.c293 putc('\r', fp);
298 putc(' ', fp);
299 putc('\r', fp);
300 putc('\n', fp);
304 putc('\r', fp);
305 putc('\n', fp);
318 putc('M', fp);
320 putc('\r', fp);
321 putc('\n', fp);
324 putc('
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/console/
H A Dserial_protos.h50 void (*putc)(int, int, int); member in struct:console_ops
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dside.c55 putc ('\t', out);
59 putc (' ', out);
95 putc (' ', out);
101 putc (c, out);
110 putc (c, out);
122 putc (' ', out);
126 putc (c, out);
135 putc (c, out);
146 putc (c, out);
184 putc (se
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dvsprintf.c51 putc('\0', &b);
/macosx-10.9.5/efax-36/efax/
H A Defix.c173 putc ( chartab [ c >> 2 ], stdout ) ;
178 putc ( chartab [ (bits << 4) | ( c >> 4 ) ], stdout ) ;
183 putc ( chartab [ (bits << 2) | ( c >> 6 ) ], stdout ) ;
184 putc ( chartab [ c & 0x3f ], stdout ) ;
187 putc ( '\n', stdout ) ;
199 putc ( chartab [ (bits << 4) | ( 0 >> 4 ) ], stdout ) ;
200 putc ( '=', stdout ) ;
201 putc ( '=', stdout ) ;
204 putc ( chartab [ (bits << 2) | ( 0 >> 6 ) ], stdout ) ;
205 putc ( '
[all...]
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dgzjoin.c55 #include <stdio.h> /* fputs(), fprintf(), fwrite(), putc() */
246 putc(val & 0xff, out);
247 putc((val >> 8) & 0xff, out);
248 putc((val >> 16) & 0xff, out);
249 putc((val >> 24) & 0xff, out);
382 putc(last, out);
388 putc(last, out);
390 putc(0, out); /* two more bits in block header */
397 putc(last | 8, out);
400 putc(las
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h60 # undef putc macro
61 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.9.5/gpatch-3/patch/
H A Dunlocked-io.h60 # undef putc macro
61 # define putc(x,y) putc_unlocked (x,y) macro
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Derrarg.cpp80 putc(c, stderr);
126 putc(c, stderr);
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dgenaliases.c36 putc(c, out2);
49 putc(c, out1);
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dssl.rb167 when 0; $stderr.putc "." # BN_generate_prime
168 when 1; $stderr.putc "+" # BN_generate_prime
169 when 2; $stderr.putc "*" # searching good prime,
172 when 3; $stderr.putc "\n" # found good prime, n==0 - p, n==1 - q,
174 else; $stderr.putc "*" # BN_generate_prime
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dssl.rb94 when 0; $stderr.putc "." # BN_generate_prime
95 when 1; $stderr.putc "+" # BN_generate_prime
96 when 2; $stderr.putc "*" # searching good prime,
99 when 3; $stderr.putc "\n" # found good prime, n==0 - p, n==1 - q,
101 else; $stderr.putc "*" # BN_generate_prime
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
118 # define putc_unlocked(x,y) putc (x,y)
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
118 # define putc_unlocked(x,y) putc (x,y)
/macosx-10.9.5/text_cmds-87/sort/
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
118 # define putc_unlocked(x,y) putc (x,y)
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dxmltchar.h25 #define puttc putc

Completed in 339 milliseconds

1234567891011