Home
last modified time | relevance | path

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

/external/jhead/
Djhead.c105 void ErrFatal(char * msg) in ErrFatal() 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("Orientation screwup");
[all …]
Djpgfile.c112 ErrFatal("allocation screwup"); in CheckSectionsAllocated()
118 ErrFatal("could not allocate data for entire image"); in CheckSectionsAllocated()
Djhead.h162 void ErrFatal(char * msg);
Dexif.c1375 ErrFatal("Could not allocate memory"); in create_EXIF()