Searched refs:cur_svpos (Results 1 – 4 of 4) sorted by relevance
634 char *cur_svpos; in rkss_get_fileinfo_by_name() local679 cur_svpos = NULL; in rkss_get_fileinfo_by_name()682 cur_svpos = strstr(last_svpos, split); in rkss_get_fileinfo_by_name()685 size_sv = cur_svpos == NULL ? in rkss_get_fileinfo_by_name()686 (int)strlen(last_svpos) : cur_svpos - last_svpos; in rkss_get_fileinfo_by_name()690 last_svpos = cur_svpos + 1; in rkss_get_fileinfo_by_name()695 } while (cur_inpos && cur_svpos); in rkss_get_fileinfo_by_name()
680 char *cur_svpos = NULL; in rkss_get_fileinfo_by_name() local683 cur_svpos = strstr(last_svpos, split); in rkss_get_fileinfo_by_name()686 int size_sv = cur_svpos == NULL ? in rkss_get_fileinfo_by_name()687 (int)strlen(last_svpos) : cur_svpos - last_svpos; in rkss_get_fileinfo_by_name()692 last_svpos = cur_svpos + 1; in rkss_get_fileinfo_by_name()697 } while (cur_inpos && cur_svpos); in rkss_get_fileinfo_by_name()
417 char *cur_svpos = NULL; in rkss_get_fileinfo_by_name() local421 cur_svpos = strstr(last_svpos, split); in rkss_get_fileinfo_by_name()424 int size_sv = cur_svpos == NULL ? in rkss_get_fileinfo_by_name()425 (int)strlen(last_svpos) : cur_svpos - last_svpos; in rkss_get_fileinfo_by_name()430 last_svpos = cur_svpos + 1; in rkss_get_fileinfo_by_name()435 } while (cur_inpos && cur_svpos); in rkss_get_fileinfo_by_name()
414 char *cur_svpos = NULL; in rkss_get_fileinfo_by_name() local418 cur_svpos = strstr(last_svpos, split); in rkss_get_fileinfo_by_name()421 int size_sv = cur_svpos == NULL ? in rkss_get_fileinfo_by_name()422 (int)strlen(last_svpos) : cur_svpos - last_svpos; in rkss_get_fileinfo_by_name()427 last_svpos = cur_svpos + 1; in rkss_get_fileinfo_by_name()432 } while (cur_inpos && cur_svpos); in rkss_get_fileinfo_by_name()