Searched refs:slmax (Results 1 – 1 of 1) sorted by relevance
3045 int sllen, slmax; in set_directory_record_rr() local3047 slmax = extra_space(&ctl); in set_directory_record_rr()3048 if (slmax > 0xff) in set_directory_record_rr()3049 slmax = 0xff; in set_directory_record_rr()3056 while (*sl && sllen + 11 < slmax) { in set_directory_record_rr()