Searched refs:pfbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn1.c496 static char pfbuf[NTM]; variable
497 static char *pfbp = pfbuf;
508 pfbp = pfbuf;
514 write(stderr, pfbuf, pfbp - pfbuf);
517 pfbp = pfbuf;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c4149 char *pfbuf = NULL; local
4164 pfbuf = safe_strdup(argv[0]);
4180 profilename = (pfbuf ? pfbuf : get_value(argv[i]));
4222 free(pfbuf);
4229 free(pfbuf);

Completed in 70 milliseconds