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

1234567891011>>

/osnet-11/usr/src/lib/libc/port/gen/
H A Dputspent.c45 (void) fprintf(f, "%s:%s:", p->sp_namp,
49 (void) fprintf(f, "%d:", p->sp_lstchg);
51 (void) fprintf(f, ":");
53 (void) fprintf(f, "%d:", p->sp_min);
55 (void) fprintf(f, ":");
57 (void) fprintf(f, "%d:", p->sp_max);
59 (void) fprintf(f, ":");
61 (void) fprintf(f, "%d:", p->sp_warn);
63 (void) fprintf(f, ":");
65 (void) fprintf(
[all...]
H A Dputpwent.c44 (void) fprintf(f, "%s:%s", p->pw_name,
47 (void) fprintf(f, ",%s", p->pw_age); /* fatal "," */
51 (void) fprintf(f, ":::%s:%s:%s",
56 (void) fprintf(f, ":%u:%u:%s:%s:%s",
/osnet-11/usr/src/lib/libpkg/common/
H A Dppkgmap.c49 if (fprintf(fp, "%d ", ept->volno) < 0)
54 if (fprintf(fp, "%c %s", ept->ftype, ept->path) < 0)
57 if (fprintf(fp, "%c %s %s", ept->ftype, ept->pkg_class,
63 if (fprintf(fp, "=%s", ept->ainfo.local) < 0)
70 if (fprintf(fp, " ?") < 0)
73 if (fprintf(fp, " %d", ept->ainfo.xmajor) < 0)
78 if (fprintf(fp, " ?") < 0)
81 if (fprintf(fp, " %d", ept->ainfo.major) < 0)
87 if (fprintf(fp, " ?") < 0)
90 if (fprintf(f
[all...]
H A Dtputcfent.c56 (void) fprintf(fp, pkg_gt("Pathname: %s\n"), ept->path);
57 (void) fprintf(fp, pkg_gt("Type: "));
90 (void) fprintf(fp, pkg_gt("%s special device\n"),
95 (void) fprintf(fp, pkg_gt("Major device number: %s\n"),
98 (void) fprintf(fp, pkg_gt("Major device number: %d\n"),
102 (void) fprintf(fp, pkg_gt("Minor device number: %s\n"),
105 (void) fprintf(fp, pkg_gt("Minor device number: %d\n"),
114 (void) fprintf(fp, pkg_gt("Source of link: %s\n"), pt);
121 (void) fprintf(fp, pkg_gt("Source of link: %s\n"), pt);
131 (void) fprintf(f
[all...]
/osnet-11/usr/src/lib/libast/common/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...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurserr.c70 (void) fprintf(stderr, _curs_gettext("Sorry, "));
71 (void) fprintf(stderr, curs_err_strings[curs_errno], curs_parm_err);
72 (void) fprintf(stderr, ".\r\n");
H A Dtermerr.c81 (void) fprintf(stderr, _curs_gettext("Sorry, "));
82 (void) fprintf(stderr, term_err_strings[term_errno-1], term_parm_err);
83 (void) fprintf(stderr, ".\r\n");
H A Dwmove.c54 fprintf(outf, "MOVE to win ");
56 fprintf(outf, "stdscr ");
58 fprintf(outf, "%o ", win);
59 fprintf(outf, "(%d, %d)\n", y, x);
/osnet-11/usr/src/lib/libresolv/
H A Dres_debug.c114 fprintf(file, "HEADER:\n");
115 fprintf(file, "\topcode = %s", _res_opcodes[hp->opcode]);
116 fprintf(file, ", id = %d", ntohs(hp->id));
117 fprintf(file, ", rcode = %s\n", _res_resultcodes[hp->rcode]);
118 fprintf(file, "\theader flags: ");
120 fprintf(file, " qr");
122 fprintf(file, " aa");
124 fprintf(file, " tc");
126 fprintf(file, " rd");
128 fprintf(fil
[all...]
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess_dump.c55 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[bad event]\n"));
86 (void) fprintf(file, s, pid);
97 (void) fprintf(file, dgettext(TEXT_DOMAIN,
103 (void) fprintf(file,
106 (void) fprintf(file, dgettext(TEXT_DOMAIN,
110 (void) fprintf(file,
113 (void) fprintf(file,
116 (void) fprintf(file,
119 (void) fprintf(file,
125 (void) fprintf(fil
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c53 (void) fprintf(fp, "<?xml version=\"%s\"?>\n", XML_VERSION);
54 (void) fprintf(fp, "<!DOCTYPE topology SYSTEM \"%s\">\n",
59 (void) fprintf(fp, "<!--\n");
60 (void) fprintf(fp, " This topology map file was generated on "
62 (void) fprintf(fp, "<-->\n\n");
71 (void) fprintf(fp, "<%s ", ename);
76 (void) fprintf(fp, "%s='%s' ", name, value);
79 (void) fprintf(fp, ">\n");
88 (void) fprintf(fp, "<%s ", ename);
93 (void) fprintf(f
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dtest.c85 (void) fprintf(stdout, Help, argv[0], testname);
88 (void) fprintf(stderr,
91 (void) fprintf(stderr, Usage, argv[0], argv[0]);
119 (void) fprintf(stderr, "%d..", SmTestIndex);
124 (void) fprintf(stderr, "%d..", SmTestIndex);
125 (void) fprintf(stderr, "bad! %s:%d %s\n", filename, lineno,
131 (void) fprintf(stderr, "ok\n");
149 (void) fprintf(stderr, "%d of %d tests completed successfully\n",
152 (void) fprintf(stderr, "*** %d error%s in test! ***\n",
/osnet-11/usr/src/grub/grub2/util/
H A Ddevicemap.c11 fprintf (fp, "(fd%d)\t%s\n", (*num_fd)++, name);
13 fprintf (fp, "(hd%d)\t%s\n", (*num_hd)++, name);
/osnet-11/usr/src/lib/crypt_modules/sha256/
H A Dtest.c109 fprintf(stderr, "CRYPT_SHA256 ");
111 fprintf(stderr, "CRYPT_SHA512 ");
113 fprintf(stderr, "CRYPT_MAXCIPHERTEXTLEN = %d\n",
117 fprintf(stderr, "test %d (outlen=%d): ", cnt,
123 fprintf(stderr,
129 fprintf(stderr, "OK\n");
134 fprintf(stderr, "all tests OK\n");
136 fprintf(stderr, "%d tests failed\n", failures);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c101 fprintf(fp, "%s\n", DB_LINE);
160 fprintf(fp, "%s ", t);
162 fprintf(fp, "\n");
200 (void)fprintf(fp, "%s\nOn-page metadata:\n", DB_LINE);
208 fprintf(fp, "lsn.file: %lu lsn.offset: %lu\n",
210 (void)fprintf(fp, "magic %#lx\n", (u_long)mp->magic);
211 (void)fprintf(fp, "version %#lx\n", (u_long)mp->version);
212 (void)fprintf(fp, "pagesize %lu\n", (u_long)mp->pagesize);
213 (void)fprintf(fp, "maxkey: %lu minkey: %lu\n",
216 (void)fprintf(f
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c134 (void) fprintf(stdout,
140 (void) fprintf(stdout,
158 (void) fprintf(stdout, "%s", value[0]);
162 (void) fprintf(stdout, "::::");
165 (void) fprintf(stdout, "%s", value[0]);
166 (void) fprintf(stdout, "\n");
190 (void) fprintf(stdout,
196 (void) fprintf(stderr,
202 (void) fprintf(stderr,
221 (void) fprintf(stdou
[all...]
H A Dstandalone.c68 (void) fprintf(stderr,
81 (void) fprintf(stderr,
98 (void) fprintf(stderr,
105 (void) fprintf(stderr,
121 (void) fprintf(stderr,
126 (void) fprintf(stderr,
138 (void) fprintf(stderr,
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c101 (void)fprintf(tracefp, "%s: pgsz %d",
104 (void)fprintf(tracefp, " keys %lu", t->bt_nrecs);
108 (void)fprintf(tracefp, "%s%s", sep, name); \
119 (void)fprintf(tracefp, ")\n");
145 (void)fprintf(tracefp, "magic %lx\n", m->magic);
146 (void)fprintf(tracefp, "version %lu\n", m->version);
147 (void)fprintf(tracefp, "psize %lu\n", m->psize);
148 (void)fprintf(tracefp, "free %lu\n", m->free);
149 (void)fprintf(tracefp, "nrecs %lu\n", m->nrecs);
150 (void)fprintf(tracef
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dshowdb.c21 fprintf(stderr,"Out of memory...\n");
32 fprintf(stdout, "Page %d:\n", iPg);
34 fprintf(stdout, " %03x: ",i);
36 fprintf(stdout,"%02x ", aData[i+j]);
39 fprintf(stdout,"%c", isprint(aData[i+j]) ? aData[i+j] : '.');
41 fprintf(stdout,"\n");
49 fprintf(stderr,"Usage: %s FILENAME ?PAGE? ...\n", argv[0]);
54 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[1]);
76 fprintf(stderr,
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c61 (void) fprintf(ABISTREAM, "0x%p", (void *)value);
71 (void) fprintf(ABISTREAM,
74 (void) fprintf(ABISTREAM, " <NULL>");
82 (void) fprintf(ABISTREAM, " ");
90 (void) fprintf(ABISTREAM, "\t}");
135 (void) fprintf(ABISTREAM, "%llu", (unsigned long long)(value & mask));
149 (void) fprintf(ABISTREAM, "???");
155 (void) fprintf(ABISTREAM, "...\n");
168 (void) fprintf(ABISTREAM, "'%c'", *(char *)addr);
175 (void) fprintf(ABISTREA
[all...]
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmbchk.c41 fprintf (stderr, "Try ``mbchk --help'' for more information.\n");
64 fprintf (stderr, "%s: Read error.\n", filename);
81 fprintf (stderr, "%s: No Multiboot header.\n", filename);
92 fprintf (stderr,
101 fprintf (stderr,
122 fprintf (stderr,
131 fprintf (stderr,
140 fprintf (stderr,
149 fprintf (stderr,
160 fprintf (stder
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/gen/
H A Deprintf.c62 nprf += fprintf(stderr, "%s: ", _cmdname);
68 nprf += fprintf(stderr, ": error %d\n", saveerrno);
70 nprf += fprintf(stderr,": %s\n", str);
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_errorx.c66 fprintf(stderr, "%s: ", _cmdname);
79 fprintf(stderr, ": errno = %d", saveerrno);
81 fprintf(stderr,": %s", str);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.h27 # define Dprint(cond, args) if (cond) {fprintf args;} else {}
29 fprintf args;\
/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dalign.c49 fprintf(stderr, "Address %p is not 8 byte aligned\n",
51 fprintf(stderr, "Allocation size %d\n", 1<<i);

Completed in 81 milliseconds

1234567891011>>