Home
last modified time | relevance | path

Searched refs:epathp (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dfetch.c144 char *epath, *epathp; in url_encode() local
156 epath = epathp = malloc(new_length + 1); /* One more for '\0'. */ in url_encode()
166 snprintf(epathp, 4, "%%" "%02x", in url_encode()
168 epathp += 3; in url_encode()
170 *(epathp++) = path[i]; in url_encode()
172 *epathp = '\0'; in url_encode()
/openbsd/usr.sbin/rpki-client/
H A Dhttp.c301 char *epath, *epathp; in url_encode() local
314 epath = epathp = malloc(new_length + 1); /* One more for '\0'. */ in url_encode()
324 snprintf(epathp, 4, "%%" "%02x", in url_encode()
326 epathp += 3; in url_encode()
328 *(epathp++) = path[i]; in url_encode()
330 *epathp = '\0'; in url_encode()