Searched refs:setfmt (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/lib/libbsdstat/ |
| HD | bsdstat.h | 52 void (*setfmt)(_p, const char *); \ 93 { wf->base.setfmt(&wf->base, fmt0); } \ 116 _p->base.setfmt = _t##_setfmt; \
|
| HD | bsdstat.c | 195 sf->setfmt = bsdstat_setfmt; in bsdstat_init()
|
| /freebsd-13-stable/tools/tools/mwl/mwlstats/ |
| HD | main.c | 77 wf->setfmt(wf, optarg); in main()
|
| HD | mwlstats.c | 574 wf->base.setfmt(&wf->base, fmtstring); in BSDSTAT_DEFINE_BOUNCE()
|
| /freebsd-13-stable/contrib/less/ |
| HD | charset.c | 366 public void setfmt(constant char *s, constant char **fmtvarptr, int *attrptr, constant char *defaul… in setfmt() function 479 setfmt(s, &binfmt, &binattr, "*s<%02X>", TRUE); in init_charset() 482 setfmt(s, &utfbinfmt, &binattr, "<U+%04lX>", TRUE); in init_charset()
|
| HD | optfunc.c | 803 setfmt(s, &fmt, &attr, "*s>", FALSE); in opt_rscroll()
|
| HD | funcs.h | 66 public void setfmt(constant char *s, constant char **fmtvarptr, int *attrptr, constant char *defaul…
|
| /freebsd-13-stable/tools/tools/npe/npestats/ |
| HD | main.c | 91 wf->setfmt(wf, getfmt(optarg)); in main()
|
| HD | npestats.c | 272 wf->base.setfmt(&wf->base, fmtstring); in BSDSTAT_DEFINE_BOUNCE()
|
| /freebsd-13-stable/tools/tools/ath/athaggrstats/ |
| HD | main.c | 104 wf->setfmt(wf, getfmt(optarg)); in main()
|
| HD | athaggrstats.c | 399 wf->base.setfmt(&wf->base, fmtstring); in BSDSTAT_DEFINE_BOUNCE()
|
| /freebsd-13-stable/tools/tools/ath/athstats/ |
| HD | main.c | 109 wf->setfmt(wf, getfmt(optarg)); in main()
|
| HD | athstats.c | 1092 wf->base.setfmt(&wf->base, fmtstring); in BSDSTAT_DEFINE_BOUNCE()
|
| /freebsd-13-stable/tools/tools/net80211/wlanstats/ |
| HD | main.c | 207 wf->setfmt(wf, getfmt(optarg));
|
| HD | wlanstats.c | 1037 wf->base.setfmt(&wf->base, fmtstring); in BSDSTAT_DEFINE_BOUNCE()
|