Home
last modified time | relevance | path

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

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