search for: dashcheck

Displaying 1 result from an estimated 1 matches for "dashcheck".

2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...******************** - - readcontrol - - Allocates memory and reads in the given control file. - Called in readcontrolfiles(). - -****************************************************************************/ - -void readcontrol(controlname) -char *controlname; -{ - inchr firstch,lastch; - char dashcheck; - inchr offset; - char *controlpath,magicnum[5]; - int command; - ZFILE *controlfile; - int namelen; - - namelen = MYSTRLEN(fontdirname); - controlpath = (char*)myalloc(sizeof(char) - *(namelen+MYSTRLEN(controlname)+CSUFFIXLEN+2)); - controlfile = NULL; - if (!hasdirsep(controlname)) {...