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

/xsrc/external/mit/xsm/dist/
H A Dinfo.c395 int maxlen1, maxlen2;
427 maxlen1 = maxlen2 = 0;
474 if ((int) strlen (hostname) > maxlen2)
475 maxlen2 = strlen (hostname);
558 extra2 = maxlen2 - strlen (hostname);
386 int maxlen1, maxlen2; local in function:UpdateClientList
H A Dsave.c1227 int maxlen1, maxlen2;
1249 maxlen1 = maxlen2 = 0;
1293 if ((int) strlen (hostname) > maxlen2)
1294 maxlen2 = strlen (hostname);
1343 extra2 = maxlen2 - strlen (hostname);
1199 int maxlen1, maxlen2; local in function:PopupBadSave

Completed in 9 milliseconds