Searched refs:opath (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/lpd/
H A Dlp.c853 char ipath[PATH_MAX], opath[PATH_MAX]; local
856 fullpath(lp, cf, opath, sizeof(opath)) == -1)
860 opath[strlen(LP_SD(lp)) + 1] = 'c';
862 return rename(ipath, opath);
/openbsd-current/usr.bin/openssl/
H A Dapps.c1222 char opath[PATH_MAX], npath[PATH_MAX]; local
1230 if (snprintf(opath, sizeof opath, "%s.%s", serialfile,
1231 old_suffix) >= sizeof opath) {
1236 if (rename(serialfile, opath) == -1 &&
1239 serialfile, opath);
1249 if (rename(opath, serialfile) == -1) {
1251 opath, serialfile);
/openbsd-current/lib/libc/gen/
H A Dlogin_cap.c708 char *path = NULL, *opath = NULL, *op, *np; local
717 if ((len = cgetustr(lc->lc_cap, "path", &opath)) <= 0)
723 /* Convert opath from space-separated to colon-separated path. */
724 for (op = opath, np = path; *op != '\0'; ) {
752 free(opath);
/openbsd-current/usr.sbin/rpki-client/
H A Dhttp.c477 http_parse_uri(char *uri, char **ohost, char **oport, char **opath) argument
531 *opath = path;

Completed in 183 milliseconds