Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c839 static char defbuf[PATHSIZE]; in Getf() local
844 snprintf(defbuf, sizeof (defbuf), "%s/%s", Getf("HOME"), in Getf()
846 return (defbuf); in Getf()
848 snprintf(defbuf, sizeof (defbuf), "%s/%s", Getf("HOME"), in Getf()
850 return (defbuf); in Getf()
852 snprintf(defbuf, sizeof (defbuf), "%s/%s", Getf("HOME"), in Getf()
854 return (defbuf); in Getf()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c2877 static char *defbuf; in post_os() local
2914 if (defbuf == NULL) { in post_os()
2917 defbuf = mandoc_strdup("UNKNOWN"); in post_os()
2919 mandoc_asprintf(&defbuf, "%s %s", in post_os()
2922 mdoc->meta.os = mandoc_strdup(defbuf); in post_os()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1679 char defbuf[MAXPROPVALLEN]; in ipadm_set_addrprop() local
1746 status = pdp->ipd_get(iph, &ipaddr, pdp, defbuf, &defbufsize, in ipadm_set_addrprop()
1750 pval = defbuf; in ipadm_set_addrprop()