Lines Matching refs:strnlen
302 len = strnlen(s, maxlen); in trim_newline()
438 ret = strnlen(buf, count); in enabled_store()
467 ret = strnlen(buf, count); in release_store()
493 ret = strnlen(buf, count); in extended_store()
516 return strnlen(buf, count); in dev_name_store()
535 ret = strnlen(buf, count); in local_port_store()
557 ret = strnlen(buf, count); in remote_port_store()
594 ret = strnlen(buf, count); in local_ip_store()
631 ret = strnlen(buf, count); in remote_ip_store()
657 ret = strnlen(buf, count); in remote_mac_store()
716 if (strnlen(udm_item->value, MAX_USERDATA_VALUE_LENGTH) == 0) in update_userdata()
727 nt->userdata_length = strnlen(nt->userdata_complete, in update_userdata()
1316 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()