Lines Matching refs:strnlen
403 return strnlen(buf, count); in enabled_store()
431 return strnlen(buf, count); in release_store()
459 return strnlen(buf, count); in extended_store()
482 len = strnlen(nt->np.dev_name, IFNAMSIZ); in dev_name_store()
487 return strnlen(buf, count); in dev_name_store()
507 return strnlen(buf, count); in local_port_store()
530 return strnlen(buf, count); in remote_port_store()
566 return strnlen(buf, count); in local_ip_store()
602 return strnlen(buf, count); in remote_ip_store()
628 return strnlen(buf, count); in remote_mac_store()
962 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()