Lines Matching full:strlen
223 while (c && strlen(c)) {
282 if (strlen(entry->d_name) < 3)
335 if (strlen(entry->d_name) < 3)
353 if (strlen(entry->d_name) < 3)
508 if (strlen(dirent->d_name) < 3)
589 if (strncmp("AC Power", line, strlen("AC Power")) == 0)
591 else if (strncmp("Battery count", line, strlen("Battery count")) == 0)
612 if (strncmp("flags", line, strlen("flags")) == 0)
614 else if (strncmp("charge", line, strlen("charge")) == 0)
616 else if (strncmp("max_charge", line, strlen("max_charge")) == 0)
618 else if (strncmp("voltage", line, strlen("voltage")) == 0)
620 else if (strncmp("current", line, strlen("current")) == 0)
622 /* else if (strncmp("time rem.", line, strlen("time rem.")) == 0) */