Lines Matching refs:strnlen
390 len = strnlen(s, maxlen); in trim_newline()
635 ret = strnlen(buf, count); in enabled_store()
664 ret = strnlen(buf, count); in release_store()
690 ret = strnlen(buf, count); in extended_store()
713 return strnlen(buf, count); in dev_name_store()
732 ret = strnlen(buf, count); in local_port_store()
754 ret = strnlen(buf, count); in remote_port_store()
779 ret = strnlen(buf, count); in local_ip_store()
804 ret = strnlen(buf, count); in remote_ip_store()
840 ret = strnlen(buf, count); in remote_mac_store()
1016 ret = strnlen(buf, count); in sysdata_msgid_enabled_store()
1045 ret = strnlen(buf, count); in sysdata_release_enabled_store()
1074 ret = strnlen(buf, count); in sysdata_taskname_enabled_store()
1108 ret = strnlen(buf, count); in sysdata_cpu_nr_enabled_store()
1942 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()