HomeSort by relevance Sort by last modified time
    Searched refs:ErrFatal (Results 1 - 4 of 4) sorted by null

  /external/jhead/
jhead.c 105 void ErrFatal(char * msg)
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...]
jhead.h 181 void ErrFatal(char * msg);
jpgfile.c 114 ErrFatal("allocation screwup");
120 ErrFatal("could not allocate data for entire image");
168 // ErrFatal("invalid marker");
177 // ErrFatal("Could not allocate memory");
189 // ErrFatal("Premature end of file?");
211 // ErrFatal("could not allocate data for entire image");
218 // ErrFatal("could not read the rest of the image");
584 // ErrFatal("Could not write thumbnail file");
617 //ErrFatal("Thumbnail is too large to insert into exif header");
684 //ErrFatal("Could not read thumbnail file")
    [all...]
exif.c     [all...]

Completed in 755 milliseconds