imd.c | 200 NEOERR *rotate_image(char *path, char *file, int degree, char *rpath) 210 snprintf (ofile, sizeof(ofile), "%s/%s", path, file); 211 snprintf (rpath, _POSIX_PATH_MAX, "%s/%s", path, file); 262 snprintf (nfile, sizeof(nfile), "%s/%s.orig", path, file); 492 NEOERR *load_images (char *path, ULIST **rfiles, char *partial, int descend) 502 if ((dp = opendir (path)) == NULL) 504 return nerr_raise(NERR_IO, "Unable to opendir %s: [%d] %s", path, errno, 523 snprintf(fpath, sizeof(fpath), "%s/%s", path, de->d_name); 569 NEOERR *export_image(CGI *cgi, char *prefix, char *path, char *file) 592 snprintf (ipath, sizeof(ipath), "%s/%s", path, file) 721 char path[_POSIX_PATH_MAX]; local 858 char path[_POSIX_PATH_MAX]; local 872 char path[_POSIX_PATH_MAX]; local 928 char path[_POSIX_PATH_MAX]; local [all...] |