Searched defs:ErrFatal (Results 1 - 1 of 1) sorted by relevance

/external/jhead/
H A Djhead.c105 void ErrFatal(char * msg) function
151 ErrFatal("could not create temporary file");
169 if (strlen(Editor) > PATH_MAX) ErrFatal("env too long");
182 ErrFatal("could not open temp file for read");
342 if (j >= PATH_MAX) ErrFatal("max path exceeded");
369 ErrFatal("Cannot find available temporary file name");
403 ErrFatal("Problem executing specified command");
413 ErrFatal("specified command did not produce expected output file");
620 if (ppos+nl+l+1 >= PATH_MAX) ErrFatal("str overflow");
707 ErrFatal("Orientatio
[all...]

Completed in 482 milliseconds