Home | History | Annotate | Download | only in src

Lines Matching defs:iw

337   char* iw = w;
367 LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");
374 *iw = '\0';
376 *iw = *it;
379 iw++;
382 if( (iw-w) >= 2 && // we must have at least two bytes
383 *(iw-1) == '\0' && *(iw-2) == '\0' && // 0x0000 is end-of-string
386 !((iw-w)%2) ) {
391 iw = w;
407 iw = w; // start again
413 if(iw >= w + WSIZE) {
420 iw = w; // reset buffer
669 char* iw = w + M; // iterator on w
685 iw = iw - (strlen(files->filename) +1); // leave room for '\0' at the end
686 strcpy(iw,files->filename);
695 iw = iw - (strlen(f) +1);
697 strcpy(iw, f);
698 iw[strlen(f)] = '\\';
703 iw--;
704 iw[0] = '\\';
707 *p = strdup(iw);