Home | History | Annotate | Download | only in src

Lines Matching refs:strlen

94          (strlen(oi->Filename) > 4) &&
95 (strcmp((oi->Filename + strlen(oi->Filename) -4), ".spl") == 0);
122 pl->name = malloc(sizeof(char)*(strlen(oi->Filename) -4 +1));
123 memcpy(pl->name, oi->Filename, strlen(oi->Filename) -4);
125 pl->name[strlen(oi->Filename) - 4] = 0;
224 f->filename = malloc(sizeof(char)*(strlen(pl->name)+5));
307 char* s = malloc(sizeof(char)*(strlen(newlist->name)+5));
466 for(i=0;i<strlen(p->text);i++)
690 iw = iw - (strlen(files->filename) +1); // leave room for '\0' at the end
700 iw = iw - (strlen(f) +1);
703 iw[strlen(f)] = '\\';
740 size_t len = strlen(s);
750 if(sci + strlen(sci) == sc + len) {
767 sci += strlen(sci) +1;