Searched defs:fmt_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c252 * Called by fmt_str() function to validate and extract formatting
380 * Called by fmt_str() to setup arguments for subsequent snprintf()
508 * fmt_str()
530 fmt_str(fcode_env_t *env, char *fmt, char *fmtbuf, int bsize) function
552 "fmt_str: NULL ptr supplied to validfmt()\n");
564 "fmt_str: invalid format type! (%s)\n",
592 fmt_str(env, pct+abs(fw), (tbuf + strlen(tbuf)),
613 "fmt_str: invalid format (%s)\n",
628 * Pops data stack to obtain message text, and calls fmt_str()
653 fmt_str(en
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c153 char *fmt_str = kmem_alloc(FE_BUFLEN, KM_SLEEP); local
170 (void) snprintf(fmt_str, FE_BUFLEN, "%c%%s%%s", prefix);
172 (void) strncpy(fmt_str, "%s%s", FE_BUFLEN);
175 cmn_err(type, fmt_str, buf, trailer);
178 kmem_free(fmt_str, FE_BUFLEN);

Completed in 71 milliseconds