HomeSort by: relevance | last modified time | path
    Searched refs:rpnt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
joliet.c 827 char * rpnt, *lpnt; local
832 rpnt = (*r)->name;
838 if( strcmp(rpnt, lpnt) == 0 )
848 if( strcmp(rpnt, ".") == 0 ) return -1;
851 if( strcmp(rpnt, "..") == 0 ) return -1;
854 while(*rpnt && *lpnt)
856 if(*rpnt == ';' && *lpnt != ';') return -1;
857 if(*rpnt != ';' && *lpnt == ';') return 1;
859 if(*rpnt == ';' && *lpnt == ';') return 0;
866 if(*rpnt == '.' && *lpnt != '.') return -1
    [all...]
write.c 368 char * rpnt, *lpnt; local
373 rpnt = (*r)->isorec.name;
388 if( strcmp(rpnt, lpnt) == 0 )
404 if( strcmp(rpnt, ".") == 0 ) return -1;
407 if( strcmp(rpnt, "..") == 0 ) return -1;
417 if((*r)->isorec.name_len[0] == 1 && *rpnt == 0) return -1; /* '.' */
420 if((*r)->isorec.name_len[0] == 1 && *rpnt == 1) return -1; /* '..' */
424 while(*rpnt && *lpnt)
426 if(*rpnt == ';' && *lpnt != ';') return -1;
427 if(*rpnt != ';' && *lpnt == ';') return 1
    [all...]

Completed in 35 milliseconds