Searched refs:snprintf (Results 1 - 25 of 722) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c224 (void) snprintf(ep->name, len, "%s: %s",
254 (void) snprintf(ep->name, len, "%s: %s",
669 (void) snprintf(p, psize,
673 (void) snprintf(p, psize,
677 (void) snprintf(p, psize,
681 (void) snprintf(p, psize,
685 (void) snprintf(p, psize,
689 (void) snprintf(p, psize,
693 (void) snprintf(p, psize,
697 (void) snprintf(
[all...]
/osnet-11/usr/src/lib/libdisasm/common/
H A Dlinktest_stand.c35 void snprintf(void) {} function
/osnet-11/usr/src/grub/grub2/tests/
H A Dprintf_unit_test.c30 snprintf (expected, sizeof (expected), "%d %d %d", 1, 2, 3);
33 snprintf (expected, sizeof (expected), "%3$d %2$d %1$d", 1, 2, 3);
36 snprintf (expected, sizeof (expected), "%d %lld %d", 1, 2LL, 3);
39 snprintf (expected, sizeof (expected), "%3$d %2$lld %1$d", 1, 2LL, 3);
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dsnprintf.c27 snprintf(char* s, int n, const char* fmt, ...) function
/osnet-11/usr/src/lib/libpkg/common/
H A Dckvolseq.c59 (void) snprintf(path, sizeof (path), "%s/pkginfo", dir);
65 (void) snprintf(path, sizeof (path), "%s/pkgmap", dir);
75 (void) snprintf(path, sizeof (path), "%s/pkginfo", dir);
91 (void) snprintf(path, sizeof (path), "%s/root.%d", dir, part);
94 (void) snprintf(path, sizeof (path), "%s/reloc.%d", dir, part);
98 (void) snprintf(path, sizeof (path), "%s/install",
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c167 (void) snprintf(keyfilter, totlen, "(|");
192 (void) snprintf(keyfilter + len, totlen - len,
195 (void) snprintf(keyfilter + len, totlen - len,
263 (void) snprintf(pre_filter + len, totlen - len,
266 (void) snprintf(pre_filter + len, totlen - len,
279 (void) snprintf(keyfilter, len, "(|%s)", pre_filter);
316 (void) snprintf(filter, filterlen,
319 (void) snprintf(userdata, udatalen, "%%s");
331 (void) snprintf(filter, filterlen,
334 (void) snprintf(userdat
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPisprocdir.c45 (void) snprintf(path, sizeof (path), "%s/%d/root%s",
48 (void) snprintf(path, sizeof (path), "%s/%d/cwd/%s",
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_strerror.c86 (void) snprintf(buf, sizeof (buf), "%d: %s", errnum,
106 (void) snprintf(buf, sizeof (buf), "%d: %s", errnum,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgen_rname.c46 snprintf(*string, len, "%s", uniq);
49 snprintf(tmp, len - (tmp-*string), "%.2x", address->contents[i] & 0xff);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dassert.c52 (void) snprintf(buf, sizeof (buf),
71 (void) snprintf(buf, sizeof (buf),
H A Dpsignal.c73 (void) snprintf(buf, sizeof (buf), "%s: %s\n", s, c);
75 (void) snprintf(buf, sizeof (buf), "%s\n", c);
H A Dpsiginfo.c60 (void) snprintf(buf, sizeof (buf),
71 (void) snprintf(buf, sizeof (buf),
77 (void) snprintf(buf, sizeof (buf),
83 (void) snprintf(buf, sizeof (buf),
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpassutils.c73 (void) snprintf(prompt, sizeof (prompt), DEFAULT_TOKEN_PROMPT,
76 (void) snprintf(prompt, sizeof (prompt), DEFAULT_USER_PROMPT);
103 (void) snprintf(prompt, sizeof (prompt),
106 (void) snprintf(prompt, sizeof (prompt),
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c47 void snprintf(void) {} function
/osnet-11/usr/src/cmd/powertop/common/
H A Devents.c76 (void) snprintf((char *)(event->offender_name),
78 (void) snprintf((char *)(event->offense_name),
85 (void) snprintf((char *)(event->offender_name),
112 (void) snprintf((char *)(event->offense_name),
116 (void) snprintf((char *)(event->offense_name),
125 (void) snprintf((char *)(event->offender_name),
127 (void) snprintf((char *)(event->offense_name),
135 (void) snprintf((char *)(event->offender_name),
156 (void) snprintf((char *)(event->offense_name),
160 (void) snprintf((cha
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c157 len = snprintf(buf1, buflen1, "%s", ips[0]);
160 len = snprintf(buf2, buflen2, "\n%s ", ips[0]);
191 len = snprintf(buf1, buflen1, " %s", cname);
194 len = snprintf(buf1, buflen1, " %s.%s", cname,
211 len = snprintf(buf1, buflen1, " %s",
215 len = snprintf(buf1, buflen1, " %s.%s",
231 len = snprintf(buffer, buflen, "%s%s", first_host, other_hosts);
279 rc = snprintf(searchfilter, sizeof (searchfilter), _F_GETHOSTBYNAME,
284 rc = snprintf(userdata, sizeof (userdata), _F_GETHOSTBYNAME_SSD,
317 rc = snprintf(searchfilte
[all...]
H A Dgethostent6.c99 rc = snprintf(searchfilter, sizeof (searchfilter),
103 rc = snprintf(userdata, sizeof (userdata),
135 rc = snprintf(searchfilter, sizeof (searchfilter),
140 rc = snprintf(userdata, sizeof (userdata),
147 rc = snprintf(searchfilter, sizeof (searchfilter),
152 rc = snprintf(userdata, sizeof (userdata),
158 rc = snprintf(searchfilter, sizeof (searchfilter),
163 rc = snprintf(userdata, sizeof (userdata),
213 ret = snprintf(searchfilter, sizeof (searchfilter),
218 ret = snprintf(userdat
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dputprmpt.c53 (void) snprintf(buffer, sizeof (buffer), "%s%s",
56 (void) snprintf(buffer, sizeof (buffer), "%.*s%s",
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h45 int snprintf __P((char *, size_t, const char *, ...));
47 int snprintf();
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c132 (void) snprintf(str, ERRBUFSZ, "%s: ", s);
154 (void) snprintf(str, REMAINDER, "; %s", netdir_sperror());
159 (void) snprintf(str, REMAINDER, "; %s", t_errlist[e.re_terrno]);
162 (void) snprintf(str, REMAINDER,
172 (void) snprintf(str, REMAINDER, "; errno = %s",
177 (void) snprintf(str, REMAINDER,
184 (void) snprintf(str, REMAINDER,
192 (void) snprintf(str, REMAINDER, "; why = ");
195 (void) snprintf(str, REMAINDER, "%s", err);
197 (void) snprintf(st
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Dconfig.h135 /* Define if you have the snprintf function. */
169 * Don't step on the namespace. Also, other libraries have real snprintf(3)
174 #define snprintf __db_snprintf macro
/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dmechstr.c107 pos = snprintf(s, MAXSTRLEN, "%d:", max);
109 pos += snprintf(s + pos, MAXSTRLEN - pos, "%s,%d;",
112 (void) snprintf(s + pos, MAXSTRLEN - pos, "\0");
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c365 (void) snprintf(p, len, fmt, cmd, target,
371 (void) snprintf(p, len, fmt, cmd, target);
374 (void) snprintf(p, len, fmt, target);
381 (void) snprintf(p, len, fmt, option);
384 (void) snprintf(p, len, fmt, option, value);
387 (void) snprintf(p, len, fmt, cmd, rstate, ostate, target);
391 (void) snprintf(p, len, fmt);
402 (void) snprintf(p, len, "%s", rinfostr);
404 (void) snprintf(p, len, fmt, cmd, target);
407 (void) snprintf(
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dulockf.c63 (void) snprintf(tempfile, MAXNAMESIZE, "%s/LTMP.%ld", X_LOCKDIR,
203 (void) snprintf(cb, sizeof (cb),
212 (void) snprintf(cb, sizeof (cb),
226 (void) snprintf(cb, sizeof (cb),
233 (void) snprintf(cb, sizeof (cb), "%s %d", tempfile, errno);
257 (void) snprintf(lockname, sizeof (lockname),
294 (void) snprintf(lockname, sizeof (lockname),
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c62 (void) snprintf(messages[0], sizeof (messages[0]),
66 (void) snprintf(messages[0], sizeof (messages[0]),
71 (void) snprintf(messages[0], sizeof (messages[0]),
93 (void) snprintf(messages[0], sizeof (messages[0]),
108 (void) snprintf(messages[0], sizeof (messages[0]),
113 (void) snprintf(messages[0], sizeof (messages[0]),
119 (void) snprintf(messages[0], sizeof (messages[0]),
138 (void) snprintf(messages[0], sizeof (messages[0]),
144 (void) snprintf(messages[0], sizeof (messages[0]),
160 (void) snprintf(message
[all...]

Completed in 39 milliseconds

1234567891011>>