Lines Matching defs:it
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
13 * This library is distributed in the hope that it will be useful,
109 * and convert it to a playlist_t object.
174 * Push a playlist_t onto the device after converting it to a .spl format
190 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; // must be a var since mkstemp modifies it
240 // release the memory when we're done with it
270 // check to see if we found it
284 // if not, kill the playlist and replace it
337 char* it = t; // iterator on t
355 // hence start filling at it)
356 it = t; // set ptr to start of buffer
357 rdcnt = read(fd, it, sizeof(char)*MAXREAD);
361 if(it-t == MAXREAD)
372 while(it < it_end) {
374 if(*it == '\r' || *it == '\n')
377 *iw = *it;
379 it++;
382 // EOL -- store it
385 // but it must be aligned such that we have an {odd,even} set of
445 * Write a .spl text file to a file in preparation for pushing it
689 // FIXME: check for string overflow before it occurs
701 // FIXME: check for string overflow before it occurs
755 (strcmp(files->filename, sci) == 0) ) { // found it!
797 else { // found it!
818 // found it!