Searched defs:fmt_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c2599 char fmt_buf[1024]; local
2603 snprintf(fmt_buf, sizeof (fmt_buf), "Error parsing %s: ",
2605 pos = strlen(fmt_buf);
2607 snprintf(fmt_buf, sizeof (fmt_buf), "Error parsing file '%s': ",
2609 pos = strlen(fmt_buf);
2611 snprintf(fmt_buf, sizeof (fmt_buf), "Error for LDAP dn '%s': ",
2613 pos = strlen(fmt_buf);
2644 char fmt_buf[1024]; local
2661 char fmt_buf[1024]; local
[all...]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2643 char fmt_buf[FMTSIZE]; local
2646 (void) snprintf(fmt_buf, FMTSIZE, fstr, nsec);
2647 (void) strftime(time_buf, sizeof (time_buf), fmt_buf,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c339 char fmt_buf[IPQOS_MSG_BUF_SZ]; local
388 (void) strlcpy(fmt_buf, gettext("Error: "),
395 (void) strlcpy(fmt_buf, gettext("Warning: "),
398 (void) strlcpy(fmt_buf, gettext("Error: "),
401 (void) strlcpy(fmt_buf, gettext("Notice: "),
404 (void) strlcat(fmt_buf, format, IPQOS_MSG_BUF_SZ);
414 if ((cp = strchr(fmt_buf, '\n')) != NULL)
416 (void) strlcat(fmt_buf, ": ", IPQOS_MSG_BUF_SZ);
417 (void) strlcat(fmt_buf, strerror(errno),
424 if ((cp = strchr(fmt_buf, '\
[all...]

Completed in 60 milliseconds