Searched refs:fputc (Results 1 - 25 of 214) sorted by relevance

123456789

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dfputc.c28 NoN(fputc)
32 #undef fputc
35 fputc(int c, Sfio_t* f)
37 STDIO_INT(f, "fputc", int, (int, Sfio_t*), (c, f))
/macosx-10.10.1/ntp-92/libopts/
H A Dversion.c72 fputc( '\n', fp );
76 do { fputc(*pz, fp); } while (*(pz++) != '\n');
87 fputc( '\n', fp );
97 fputc( '\n', fp );
98 fputc( '\n', fp );
103 fputc( '\n', fp );
H A Dputshell.c66 fputc( '\'', stdout );
76 fputc( '\'', stdout );
87 fputc( '\'', stdout );
95 fputc( '\'', stdout );
174 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout);
175 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout);
178 else fputc( '_', stdout );
304 default: fputc( ch, stdout ); break;
307 fputc( '\'', stdout );
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dversion.c72 fputc( '\n', fp );
76 do { fputc(*pz, fp); } while (*(pz++) != '\n');
87 fputc( '\n', fp );
97 fputc( '\n', fp );
98 fputc( '\n', fp );
103 fputc( '\n', fp );
H A Dputshell.c66 fputc( '\'', stdout );
76 fputc( '\'', stdout );
87 fputc( '\'', stdout );
95 fputc( '\'', stdout );
174 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout);
175 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout);
178 else fputc( '_', stdout );
304 default: fputc( ch, stdout ); break;
307 fputc( '\'', stdout );
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestutil.c75 fputc('\n', file);
79 fputc('\n', file);
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfputc.c34 static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/fputc.c,v 1.14 2007/01/09 00:28:06 imp Exp $");
46 fputc(c, fp) function
/macosx-10.10.1/file_cmds-242/pax/
H A Dtty_subs.c158 (void)fputc('\n', stderr);
164 (void)fputc('\n', stderr);
187 (void)fputc('\n', stderr);
199 (void)fputc('\n', stderr);
/macosx-10.10.1/swig-12/Lib/guile/
H A Dinterpreter.i26 fputc('\n', stderr);
35 fputc('\n', stderr);
/macosx-10.10.1/file-46/file/src/
H A Dprint.c64 (void) fputc('~', stderr);
75 (void) fputc('~', stderr);
79 (void) fputc('/', stderr);
81 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr);
83 (void) fputc(CHAR_COMPACT_OPTIONAL_WHITESPACE,
86 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr);
88 (void) fputc(CHAR_IGNORE_UPPERCASE, stderr);
90 (void) fputc(CHAR_REGEX_OFFSET_START, stderr);
97 (void) fputc(optyp[m->mask_op & FILE_OPS_MASK], stderr);
99 (void) fputc('
[all...]
/macosx-10.10.1/basic_cmds-55/uuencode/
H A Duuencode.c187 if (fputc(ch, output) == EOF)
198 if (fputc(ch, output) == EOF)
202 if (fputc(ch, output) == EOF)
206 if (fputc(ch, output) == EOF)
210 if (fputc(ch, output) == EOF)
213 if (fputc('\n', output) == EOF)
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_fwrite.c38 if (fputc(buf[x], stream) == EOF) {
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_writeout.c114 fputc('%', stream);
296 fputc('%', stream);
297 fputc(ptr[1], stream);
305 fputc('\r', stream);
308 fputc('\n', stream);
311 fputc('\t', stream);
315 fputc(*ptr, stream);
316 fputc(ptr[1], stream);
322 fputc(*ptr, stream);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpartition.c155 fputc ('[', fp);
173 fputc ('(', fp);
176 fputc (')', fp);
178 fputc (']', fp);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h36 # undef fputc macro
37 # define fputc(x,y) fputc_unlocked (x,y) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dunlocked-io.h36 # undef fputc macro
37 # define fputc(x,y) fputc_unlocked (x,y) macro
/macosx-10.10.1/apr-32/apr/apr/passwd/
H A Dapr_getpass.c175 fputc('\a', stderr);
192 fputc('\n', stderr);
198 fputc('*', stderr);
201 fputc('\a', stderr);
205 fputc('\n', stderr);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/acltool/
H A DaclUtils.cpp103 fputc(ch, stream);
107 fputc('\\', stream);
108 fputc('0' + ((ch >> 6) & 7), stream);
109 fputc('0' + ((ch >> 3) & 7), stream);
110 fputc('0' + ((ch >> 0) & 7), stream);
135 fputc('"', stream);
137 fputc('"', stream);
295 fputc('\n', stream);
311 fputc('\n', stream);
348 fputc('\
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c353 fputc('\n', stream);
369 fputc('\n', stream);
406 fputc('\n', stream);
467 fputc('\n', stream);
611 fputc('\n', stream);
618 fputc('\n', stream);
652 fputc('\n', stream);
739 fputc(ch, stream);
743 fputc('\\', stream);
744 fputc('
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dunlocked-io.h73 # undef fputc macro
74 # define fputc(x,y) fputc_unlocked (x,y) macro
76 # define fputc_unlocked(x,y) fputc (x,y)
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dunlocked-io.h73 # undef fputc macro
74 # define fputc(x,y) fputc_unlocked (x,y) macro
76 # define fputc_unlocked(x,y) fputc (x,y)
/macosx-10.10.1/text_cmds-88/sort/
H A Dunlocked-io.h73 # undef fputc macro
74 # define fputc(x,y) fputc_unlocked (x,y) macro
76 # define fputc_unlocked(x,y) fputc (x,y)
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dbin2c.c40 fputc ('\n', outFile);
/macosx-10.10.1/libpcap-48/libpcap/tests/
H A Dreactivatetest.c80 (void)fputc('\n', stderr);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_error.c100 fputc(':', stderr);
101 fputc(' ', stderr);

Completed in 322 milliseconds

123456789