Lines Matching refs:strlen
726 strlen(tmp_buf));
790 strlen(tmp_buf));
843 strlen(tmp_buf));
899 strlen(tmp_buf));
990 return simple_read_from_buffer(buf, count, ppos, help, strlen(help));
1006 if (strncmp("disable", data, strlen("disable")) == 0) {
1008 } else if (strncmp("enable", data, strlen("enable")) == 0) {
1010 } else if (strncmp("suspend", data, strlen("suspend")) == 0) {
1012 } else if (strncmp("resume", data, strlen("resume")) == 0) {
1014 } else if (strncmp("cpu_timeout", data, strlen("cpu_timeout")) == 0) {
1038 strlen(tmp_buf) + 1);
1079 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf,
1080 strlen(tmp_buf) + 1);