Home
last modified time | relevance | path

Searched refs:sptbuf (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/upmap/
H A Dukp_setproctitle.c54 static char *sptbuf; variable
68 __upmap_map(&sptbuf, &fast_spt_state, UPTYPE_PROC_TITLE); in __ukp_spt()
77 n = snprintf(sptbuf, t, "%s: ", _getprogname()); in __ukp_spt()
79 vsnprintf(sptbuf + n, t - n, fmt, ap); in __ukp_spt()