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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c38 static char *fmtx(const char *string) function
364 size += strlen(cp=fmtx(*com++));
391 out = strcopy(begin,fmtx(*com));
421 if((cp=fmtx(begin))!=begin)
429 else if((cp=fmtx(begin))!=begin)
443 out = strcopy(out,fmtx(*com++));
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2130 char *fmtx; local
2135 fmtx = fmt;
2137 fldn = get_field(&fmtx);
2175 char *fmtx; local
2180 fmtx = fmt;
2182 fldn = get_field(&fmtx);

Completed in 71 milliseconds