Home
last modified time | relevance | path

Searched refs:rpnt (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Djoliet.c827 char * rpnt, *lpnt; in FDECL2() local
832 rpnt = (*r)->name; in FDECL2()
838 if( strcmp(rpnt, lpnt) == 0 ) in FDECL2()
848 if( strcmp(rpnt, ".") == 0 ) return -1; in FDECL2()
851 if( strcmp(rpnt, "..") == 0 ) return -1; in FDECL2()
854 while(*rpnt && *lpnt) in FDECL2()
856 if(*rpnt == ';' && *lpnt != ';') return -1; in FDECL2()
857 if(*rpnt != ';' && *lpnt == ';') return 1; in FDECL2()
859 if(*rpnt == ';' && *lpnt == ';') return 0; in FDECL2()
866 if(*rpnt == '.' && *lpnt != '.') return -1; in FDECL2()
[all …]
Dwrite.c368 char * rpnt, *lpnt; in FDECL2() local
373 rpnt = (*r)->isorec.name; in FDECL2()
388 if( strcmp(rpnt, lpnt) == 0 ) in FDECL2()
404 if( strcmp(rpnt, ".") == 0 ) return -1; in FDECL2()
407 if( strcmp(rpnt, "..") == 0 ) return -1; in FDECL2()
417 if((*r)->isorec.name_len[0] == 1 && *rpnt == 0) return -1; /* '.' */ in FDECL2()
420 if((*r)->isorec.name_len[0] == 1 && *rpnt == 1) return -1; /* '..' */ in FDECL2()
424 while(*rpnt && *lpnt) in FDECL2()
426 if(*rpnt == ';' && *lpnt != ';') return -1; in FDECL2()
427 if(*rpnt != ';' && *lpnt == ';') return 1; in FDECL2()
[all …]