Home | History | Annotate | Download | only in power

Lines Matching full:strlen

59         bytes_to_copy = MIN(strlen(attribute_string) - strlen(attribute) - 1,
78 if (strlen(attribute) == strlen("hint_id") &&
79 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) {
80 if (strlen(value) > 0) {
85 if (strlen(attribute) == strlen("state") &&
86 (strncmp(attribute, "state", strlen("state")) == 0)) {
87 if (strlen(value) > 0) {
110 if (strlen(attribute) == strlen("hint_id") &&
111 (strncmp(attribute, "hint_id", strlen("hint_id")) == 0)) {
112 if (strlen(value) > 0) {
117 if (strlen(attribute) == strlen("state") &&
118 (strncmp(attribute, "state", strlen("state")) == 0)) {
119 if (strlen(value) > 0) {