Searched refs:fprintf (Results 1 - 25 of 3521) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Ddftables.c67 fprintf(stderr, "dftables: one filename argument is required\n");
74 fprintf(stderr, "dftables: failed to open %s for writing\n", argv[1]);
78 /* There are two fprintf() calls here, because gcc in pedantic mode complains
81 fprintf(f,
88 fprintf(f,
95 fprintf(f, " ");
98 if ((i & 7) == 0 && i != 0) fprintf(f, "\n ");
99 fprintf(f, "%3d", *tables++);
100 if (i != 255) fprintf(f, ",");
102 fprintf(
[all...]
H A Dprintint.c76 if (isprint(c)) fprintf(f, "%c", c); else fprintf(f, "\\x%02x", c);
93 fprintf(f, "\\X{%x}", c);
102 if (c < 128) fprintf(f, "\\x%02x", c); else fprintf(f, "\\x{%x}", c);
168 fprintf(f, "%3d ", code - codestart);
173 fprintf(f, "%3d Bra extra\n", GET(code, 1));
175 fprintf(f, "%3d Bra %d\n", GET(code, 1), *code - OP_BRA);
183 fprintf(f, " %s\n", OP_names[*code]);
184 fprintf(
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Ddftables.c80 fprintf(stderr, "dftables: one filename argument is required\n");
90 fprintf(stderr, "dftables: failed to open %s for writing\n", argv[1]);
94 /* There are several fprintf() calls here, because gcc in pedantic mode
97 fprintf(f,
105 fprintf(f,
116 fprintf(f,
120 fprintf(f, " ");
123 if ((i & 7) == 0 && i != 0) fprintf(f, "\n ");
124 fprintf(f, "%3d", *tables++);
125 if (i != 255) fprintf(
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Difspemts.c137 fprintf( fid, "\nstatic %s_v%ld_%ld_epv_t IDL_manager_epv = {\n",
144 if ( ! first_op ) fprintf( fid, "," );
146 fprintf( fid, "\n" );
151 fprintf( fid,"};\n" );
174 fprintf(fid,
181 if (!first) fprintf(fid, ",\n");
182 fprintf(fid,
187 fprintf(fid, "};\n");
191 fprintf( fid, "\nstatic rpc_syntax_id_t IDL_transfer_syntaxes[%d] = {\n{\n",
193 fprintf(fi
[all...]
H A Dcstubmts.c127 fprintf(fid,
141 fprintf(fid, "if (IDL_ms.IDL_status != error_status_ok)\n{\n");
142 fprintf(fid, "IDL_ms.IDL_elt_p = NULL;\n");
146 fprintf(fid,
148 fprintf(fid," ((rpc_call_handle_t)IDL_ms.IDL_call_h,&IDL_st2)));\n");
150 fprintf(fid, "goto IDL_closedown;\n}\n");
173 fprintf(fid, "\nstatic ");
186 fprintf (fid, "\n");
232 fprintf (fid, "{\n");
256 fprintf(fi
[all...]
H A Dhdgen.c168 fprintf (fid, "#define ");
170 fprintf (fid, " %s", cast);
176 fprintf (fid, "NULL");
181 fprintf (fid, "(%"LONG_MODIFIER"d)", cp->value.int_val);
183 fprintf (fid, "(0x%"LONG_MODIFIER"x)", cp->value.int_val); /* prevent signed-edness problems with cxx */
186 fprintf (fid, "{%ld,%lu}",
191 fprintf (fid, "'%s'", mapchar(cp, TRUE));
195 fprintf (fid, "\"%s\"", s);
198 fprintf (fid, "%s",
202 fprintf (fi
[all...]
H A Dclihamts.c121 fprintf( fid, "error_status_t IDL_st2;\n" );
126 fprintf( fid, "volatile handle_t *%s;\n", assoc_handle_ptr );
130 fprintf (fid, "volatile handle_t %s;\n", assoc_handle_name);
262 fprintf( fid, "idl_boolean IDL_timeout_was_set_low=idl_false;\n" );
277 fprintf(fid,"rpc_binding_handle_copy(");
279 fprintf(fid, ",(rpc_binding_handle_t*)&IDL_assoc_handle");
280 fprintf(fid, ",(error_status_t*)&IDL_ms.IDL_status);\n" );
295 fprintf (fid,
315 fprintf (fid,"rpc_ss_make_import_cursor_valid(&IDL_auto_handle_mutex,\n");
316 fprintf (fi
[all...]
H A Dsstubmts.c225 fprintf(fid, " = NULL");
228 fprintf(fid, " = ndr_false");
232 fprintf(fid, " = 0.0");
240 fprintf(fid, " = 0");
243 fprintf(fid, " = 0ULL");
246 fprintf(fid, " = 0LL");
251 fprintf(fid, " = {}");
254 fprintf(fid, " /* no initializer for kind %d */", type->kind);
327 fprintf(fid,"IDL_ee_context_t %s;\n", BE_get_name(pp->name));
333 fprintf(fi
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dcompile_et.c78 fprintf(c_file, "/* Generated from %s */\n", filename);
80 fprintf(c_file, "/* %s */\n", id_str);
81 fprintf(c_file, "\n");
82 fprintf(c_file, "#include <stddef.h>\n");
83 fprintf(c_file, "#include <com_err.h>\n");
84 fprintf(c_file, "#include \"%s\"\n", hfn);
85 fprintf(c_file, "\n");
86 fprintf(c_file, "#define N_(x) (x)\n");
87 fprintf(c_file, "\n");
89 fprintf(c_fil
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A Dcode.c60 fprintf(stderr,
91 fprintf(stderr,
96 fprintf(stderr,
124 fprintf(stderr, "%s: input line too long\n", progname);
144 fprintf(stderr,
161 fprintf(stderr, "%s: %s\n", progname, strerror(errno));
172 fprintf(stderr, "%s: %s\n", progname, strerror(errno));
201 fprintf(stderr,
216 fprintf(stderr, "%s: stdin: %s\n", progname, strerror(errno));
233 fprintf(stder
[all...]
/macosx-10.9.5/Heimdal-323.92.1/include/
H A Dbits.c59 fprintf(f, "%s", tmp2); \
60 while(tabs-- > 0) fprintf(f, "\t"); \
61 fprintf(f, "/* %2d bits */\n", b); \
89 fprintf(f, "/* There is no %d bit type */\n", len);
102 fprintf(f, "/* There is no %d bit type */\n", len);
109 fprintf(f, "/* For compatibility with various type definitions */\n");
110 fprintf(f, "#ifndef __BIT_TYPES_DEFINED__\n");
111 fprintf(f, "#define __BIT_TYPES_DEFINED__\n");
112 fprintf(f, "\n");
144 fprintf(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dckconfig.c303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.txt for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");
321 fprintf(outfile, "/* #define void char */\n");
323 fprintf(outfil
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dgen_glue.c45 fprintf (headerfile,
49 fprintf (codefile,
56 fprintf (codefile, "if(f.%s) r |= (1U << %d);\n",
59 fprintf (codefile, "return r;\n"
68 fprintf (headerfile,
72 fprintf (codefile,
81 fprintf (codefile, "\tflags.%s = (n >> %d) & 1;\n",
85 fprintf (codefile, "\treturn flags;\n"
99 fprintf (headerfile,
102 fprintf (headerfil
[all...]
/macosx-10.9.5/Liby-20/
H A Dyyerror.c39 (void)fprintf(stderr, "%s\n", msg);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Dsupp.c101 /* crypto/des/supp.c */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@mincom.oz.au). * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@mincom.oz.au)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@mincom.oz.au)" * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ /* * Copyright (c) 1995 * Mark Murray. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by Mark Murray * 4. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY MARK MURRAY AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $Id: supp.c,v 1.4 2005/01/10 19:09:08 snsimon Exp $ */ #include <stdio.h> #include "des_locl.h" void des_cblock_print_file(cb, fp) des_cblock *cb; FILE *fp; { int i; unsigned int *p = (unsigned int *)cb; fprintf(fp, " 0x { "); for (i = 0; i < 8; i++) { fprintf(fp, "%x", p[i]); if (i != 7) fprintf(fp, ", "); } fprintf(fp, " }"); }
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dwarnerr.c46 fprintf(stderr, "%s", progname);
48 fprintf(stderr, ": ");
53 fprintf(stderr, ": ");
56 fprintf(stderr, "%s", strerror(sverrno));
57 fprintf(stderr, "\n");
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dutilities.c123 fprintf(stderr, "Cannot open %s.\n", file);
141 fprintf(NetTrace, "%c 0x%x\t", direction, offset);
146 fprintf(NetTrace, "%c%.2x",
156 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
163 fprintf(NetTrace, "\r\n");
165 fprintf(NetTrace, "\n");
184 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
186 fprintf(NetTrace, "%s IAC %d", direction, option);
192 fprintf(NetTrace, "%s %s ", direction, fmt);
194 fprintf(NetTrac
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dutilities.c60 fprintf(stderr, "Error: attempt to turn off an option 0x%x.\n",
89 fprintf(stderr, "Cannot open %s.\n", file);
106 fprintf(NetTrace, "%c 0x%x\t", direction, offset);
111 fprintf(NetTrace, "%c%.2x",
121 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
128 fprintf(NetTrace, "\r\n");
130 fprintf(NetTrace, "\n");
149 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
151 fprintf(NetTrace, "%s IAC %d", direction, option);
157 fprintf(NetTrac
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Durltest.c53 fprintf( stderr, "usage: urltest <url>\n" );
60 fprintf( stdout, "LDAPS url\n" );
64 fprintf( stdout, "LDAPI url\n" );
68 fprintf( stdout, "generic LDAP url\n" );
71 fprintf( stderr, "Need a valid LDAP url\n" );
77 fprintf( stderr, "ldap_url_parse(%s) failed (%d)\n", url, rc );
81 fprintf( stdout, "PROTO: %s\n", lud->lud_scheme );
84 fprintf( stdout, "PATH: %s\n", lud->lud_host );
88 fprintf( stdout, "HOST: %s\n", lud->lud_host );
90 fprintf( stdou
[all...]
/macosx-10.9.5/pdisk-9/
H A Derrors.c98 fprintf(stderr, "usage:");
99 fprintf(stderr, "\t%s [-h|--help]\n", program_name);
100 fprintf(stderr, "\t%s [-i|--interactive]\n", program_name);
102 fprintf(stderr, "\t%s [-l|--list] [name] [...]\n", program_name);
104 fprintf(stderr, "\t%s [-l|--list] name [...]\n", program_name);
106 fprintf(stderr, "\t%s [-r|--readonly] name [...]\n", program_name);
107 fprintf(stderr, "\t%s [-v|--version]\n", program_name);
108 fprintf(stderr, "\t%s name [...]\n", program_name);
109 fprintf(stderr, "\t%s name command\n", program_name);
117 fprintf(stder
[all...]
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Ddebug.c28 fprintf(d, "%ld states, %d categories", (long)g->nstates,
30 fprintf(d, ", first %ld last %ld", (long)g->firststate,
33 fprintf(d, ", USEBOL");
35 fprintf(d, ", USEEOL");
37 fprintf(d, ", BAD");
39 fprintf(d, ", nsub=%ld", (long)g->nsub);
41 fprintf(d, ", must(%ld) `%*s'", (long)g->mlen, (int)g->mlen,
44 fprintf(d, ", backrefs");
46 fprintf(d, ", nplus %ld", (long)g->nplus);
47 fprintf(
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/gentest/
H A Dgentest.c73 fprintf(stderr,
78 fprintf(stderr,
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
164 fprintf(out, "/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.\n"
167 fprintf(out, "package com.ibm.icu.dev.test.util;\n\n");
168 fprintf(ou
[all...]
/macosx-10.9.5/bless-98/
H A Dusage.c44 fprintf(stderr, "Usage: %s [options]\n", getprogname());
91 fprintf(stderr, "Usage: %s [options]\n", getprogname());
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dassert.cpp29 fprintf(stderr, "%s: ", program_name);
30 fprintf(stderr, "Failed assertion at line %d, file `%s'.\n",
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dlcgen.c219 fprintf(f, "\n");
247 fprintf(f, "#ifdef %s\n%s,\n#else\n", buf, buf);
250 fprintf(f, "0,\n");
252 fprintf(f, "#endif\n");
297 fprintf(stderr, "%s: { hdr lib tab } arguments expected\n", command);
302 fprintf(stderr, "%s: %s: cannot write\n", command, hdr);
307 fprintf(stderr, "%s: %s: cannot write\n", command, lib);
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
317 fprintf(hf, "#pragma prototyped\n");
318 fprintf(h
[all...]

Completed in 526 milliseconds

1234567891011>>