Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c99 int nvprt_btwnarrfmt_nl; /* nvprt_eoamfmt includes newline? */ member
232 if (i == 0 || pctl->nvprt_btwnarrfmt_nl) { \
235 if (pctl->nvprt_btwnarrfmt_nl) \
369 pctl->nvprt_btwnarrfmt_nl = 0; in nvlist_prtctl_setfmt()
372 pctl->nvprt_btwnarrfmt_nl = (strstr(fmt, "\n") != NULL); in nvlist_prtctl_setfmt()
519 pctl->nvprt_btwnarrfmt_nl = 0; in prtctl_defaults()