Home
last modified time | relevance | path

Searched refs:mapout (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/ftp/
H A Dftp_var.h133 extern char mapout[PATH_MAX]; /* output map template */
H A Dsmall.c607 cp2 = mapout;
H A Dcmds.c506 fprintf(ttyout, "Nmap: (in) %s (out) %s\n", mapin, mapout); in status()
1432 (void)strncpy(mapout, cp, PATH_MAX - 1); in setnmap()
H A Dftp.c1798 (void)strlcpy(ip->mo, mapout, sizeof(ip->mo)); in pswitch()
1799 (void)strlcpy(mapout, op->mo, sizeof mapout); in pswitch()
H A Dmain.c119 char mapout[PATH_MAX]; variable