Lines Matching refs:strlen
965 level_conf->max_level = atoi(buf + strlen(OPT_CHARGE_ANIM_LEVEL_CONF));
972 level_conf->num = atoi(buf + strlen(OPT_CHARGE_ANIM_LEVEL_NUM));
982 level_conf->delay = atoi(buf + strlen(OPT_CHARGE_ANIM_DELAY));
987 buf + strlen(OPT_CHARGE_ANIM_LEVEL_PFX));
1025 char *line = (char *)memchr(buf + pos, '\n', strlen(buf + pos));
1030 pos += (strlen(buf + pos) + 1);
1043 buf += (strlen(buf) + 1);
1047 strlen(OPT_CHARGE_ANIM_LEVEL_CONF))) {
1062 strlen(OPT_CHARGE_ANIM_DELAY))) {
1063 delay = atoi(arg + strlen(OPT_CHARGE_ANIM_DELAY));
1066 strlen(OPT_CHARGE_ANIM_LOOP_CUR))) {
1068 !memcmp(arg + strlen(OPT_CHARGE_ANIM_LOOP_CUR), "true", 4);
1071 strlen(OPT_CHARGE_ANIM_LEVELS))) {
1075 level_conf_num = atoi(arg + strlen(OPT_CHARGE_ANIM_LEVELS));
1199 } else if (!memcmp(OPT_IMAGE, arg, strlen(OPT_IMAGE))) {
1200 snprintf(image_path, sizeof(image_path), "%s", arg + strlen(OPT_IMAGE));
1201 } else if (!memcmp(OPT_ROOT, arg, strlen(OPT_ROOT))) {
1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT));
1246 while ((pos = memchr(tmp, '/', strlen(tmp)))) {
1320 if (!strlen(unpack_dir)) {
1322 } else if (unpack_dir[strlen(unpack_dir) - 1] == '/') {
1323 unpack_dir[strlen(unpack_dir) - 1] = '\0';
1506 if (!strncmp(path, root_path, strlen(root_path))) {
1507 path += strlen(root_path);
1513 if (!strcmp(files[i] + strlen(files[i]) - strlen(DTD_SUBFIX), DTD_SUBFIX)) {
1547 if (!strcmp(files[i] + strlen(files[i]) - strlen(DTD_SUBFIX), DTD_SUBFIX)) {