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

/external/ipsec-tools/src/racoon/
H A Dprivsep.c1126 char rpath[MAXPATHLEN + 1]; local
1138 if (realpath(script, rpath) == NULL) {
1145 if (strncmp(path, rpath, len) != 0)
/external/clearsilver/imd/
H A Dimd.c200 NEOERR *rotate_image(char *path, char *file, int degree, char *rpath) argument
211 snprintf (rpath, _POSIX_PATH_MAX, "%s/%s", path, file);
212 ch = strrchr(rpath, '.');
227 strcat(rpath, "_r");
232 strcat(rpath, "_l");
237 strcat(rpath, "_u");
246 strcat(rpath, ".jpg");
247 snprintf(cmd, sizeof(cmd), "djpeg -pnm %s | pnmflip %s | cjpeg -quality 85 > %s", ofile, opt, rpath);
251 strcat(rpath, ".gif");
252 snprintf(cmd, sizeof(cmd), "giftopnm %s | pnmflip %s | ppmtogif > %s", ofile, opt, rpath);
[all...]
/external/elfutils/src/
H A Dld.h741 struct pathelement *rpath; member in struct:ld_state

Completed in 161 milliseconds