Lines Matching refs:strnlen
358 len = strnlen(s, maxlen); in trim_newline()
603 ret = strnlen(buf, count); in enabled_store()
632 ret = strnlen(buf, count); in release_store()
658 ret = strnlen(buf, count); in extended_store()
681 return strnlen(buf, count); in dev_name_store()
700 ret = strnlen(buf, count); in local_port_store()
722 ret = strnlen(buf, count); in remote_port_store()
759 ret = strnlen(buf, count); in local_ip_store()
796 ret = strnlen(buf, count); in remote_ip_store()
846 ret = strnlen(buf, count); in remote_mac_store()
905 if (strnlen(udm_item->value, MAX_EXTRADATA_VALUE_LEN) == 0) in update_userdata()
916 nt->userdata_length = strnlen(nt->extradata_complete, in update_userdata()
986 ret = strnlen(buf, count); in sysdata_msgid_enabled_store()
1020 ret = strnlen(buf, count); in sysdata_release_enabled_store()
1054 ret = strnlen(buf, count); in sysdata_taskname_enabled_store()
1097 ret = strnlen(buf, count); in sysdata_cpu_nr_enabled_store()
1942 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()