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