Searched refs:defbuf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mailx/ |
H A D | fio.c | 839 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()
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 2250 static char *defbuf; in post_os() local 2279 if (NULL == defbuf) { in post_os() 2283 defbuf = mandoc_strdup("UNKNOWN"); in post_os() 2285 mandoc_asprintf(&defbuf, "%s %s", in post_os() 2288 mdoc->meta.os = mandoc_strdup(defbuf); in post_os()
|
/titanic_50/usr/src/lib/libipadm/common/ |
H A D | ipadm_addr.c | 1473 char defbuf[MAXPROPVALLEN]; in ipadm_set_addrprop() local 1541 status = pdp->ipd_get(iph, &ipaddr, pdp, defbuf, &defbufsize, in ipadm_set_addrprop() 1545 pval = defbuf; in ipadm_set_addrprop()
|