Lines Matching refs:Char
209 typedef char Char;
253 Char inName[FILE_NAME_LEN];
254 Char outName[FILE_NAME_LEN];
255 Char *progName;
256 Char progNameReally[FILE_NAME_LEN];
260 void panic ( Char* );
271 void copyFileName ( Char*, Char* );
604 void panic ( Char* s )
704 void pad ( Char *s )
714 void copyFileName ( Char* to, Char* from )
732 Bool fileExists ( Char* name )
745 Bool notAStandardFile ( Char* name )
758 void copyDatePermissionsAndOwner ( Char *srcName, Char *dstName )
796 void setInterimPermissions ( Char *dstName )
808 Bool endsInBz2 ( Char* name )
821 Bool containsDubiousChars ( Char* name )
831 void compress ( Char *name )
952 void uncompress ( Char *name )
1088 void testf ( Char *name )
1191 void usage ( Char *fullProgName )
1248 Char *name;
1278 Cell *snocString ( Cell *root, Char *name )
1282 tmp->name = (Char*) myMalloc ( 5 + strlen(name) );
1298 IntNative main ( IntNative argc, Char *argv[] )
1301 Char *tmp;
1308 sizeof(Char) != 1 || sizeof(UChar) != 1) {
1311 "\tI require Int32, Int16 and Char to have sizes\n"