HomeSort by: relevance | last modified time | path
    Searched refs:maxcols (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/column/
column.c 216 int *lens, *nlens, maxcols; local in function:maketbl
221 cols = ecalloc((maxcols = DEFCOLS), sizeof(*cols));
222 lens = ecalloc(maxcols, sizeof(*lens));
226 if (++coloff == maxcols) {
227 ncols = erealloc(cols, (maxcols +
229 nlens = erealloc(lens, (maxcols +
233 (void)memset(cols + maxcols, 0,
235 (void)memset(lens + maxcols, 0,
237 maxcols += DEFCOLS;
  /src/sbin/ifconfig/
ieee80211.c 1303 printies(const u_int8_t *vp, int ielen, int maxcols)
1309 printssid(" SSID", vp, 2+vp[1], maxcols);
1315 " RATES" : " XRATES", vp, 2+vp[1], maxcols);
1323 printcountry(" COUNTRY", vp, 2+vp[1], maxcols);
1331 printwpaie(" WPA", vp, 2+vp[1], maxcols);
1333 printwmeinfo(" WME", vp, 2+vp[1], maxcols);
1335 printwmeparam(" WME", vp, 2+vp[1], maxcols);
1337 printie(" VEN", vp, 2+vp[1], maxcols);
1340 printrsnie(" RSN", vp, 2+vp[1], maxcols);
1344 printie(iename(vp[0]), vp, 2+vp[1], maxcols);
    [all...]

Completed in 14 milliseconds