Home
last modified time | relevance | path

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

/minix/minix/commands/compress/
H A Dcompress.c73 #define DOTZ ".Z" macro
442 if (strcmp(*fileptr + strlen(*fileptr) - 2, DOTZ) != 0)
444 if (strcmp(*fileptr + strlen(*fileptr) - 1, DOTZ) != 0)
450 strcat(tempname, DOTZ);
464 strcat(tempname,DOTZ);
541 if (strcmp(*fileptr + strlen(*fileptr) - 2, DOTZ) == 0)
597 strcat(cp,DOTZ);
606 strcat(ofname, DOTZ);