HomeSort by: relevance | last modified time | path
    Searched refs:mapout (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ftp/
ftp_var.h 230 GLOBAL int mapflag; /* use mapin mapout templates on file names */
240 GLOBAL char mapout[MAXPATHLEN]; /* output map template */ variable in typeref:typename:GLOBAL char[]
cmds.c 841 fprintf(ttyout, "Nmap: (in) %s (out) %s\n", mapin, mapout);
2023 (argc < 3 && !another(&argc, &argv, "mapout")) || argc > 3) {
2024 UPRINTF("usage: %s [mapin mapout]\n", argv[0]);
2041 (void)strlcpy(mapout, cp, MAXPATHLEN);
2094 cp1 = mapout;
ftp.c 1870 (void)strlcpy(ip->mo, mapout, sizeof(ip->mo));
1871 (void)strlcpy(mapout, op->mo, sizeof(mapout));

Completed in 14 milliseconds