Lines Matching refs:strnlen
331 len = strnlen(s, maxlen); in trim_newline()
522 ret = strnlen(buf, count); in enabled_store()
551 ret = strnlen(buf, count); in release_store()
577 ret = strnlen(buf, count); in extended_store()
600 return strnlen(buf, count); in dev_name_store()
619 ret = strnlen(buf, count); in local_port_store()
641 ret = strnlen(buf, count); in remote_port_store()
678 ret = strnlen(buf, count); in local_ip_store()
715 ret = strnlen(buf, count); in remote_ip_store()
763 ret = strnlen(buf, count); in remote_mac_store()
822 if (strnlen(udm_item->value, MAX_EXTRADATA_VALUE_LEN) == 0) in update_userdata()
833 nt->userdata_length = strnlen(nt->extradata_complete, in update_userdata()
903 ret = strnlen(buf, count); in sysdata_release_enabled_store()
937 ret = strnlen(buf, count); in sysdata_taskname_enabled_store()
980 ret = strnlen(buf, count); in sysdata_cpu_nr_enabled_store()
1700 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()