| /src/usr.bin/ftp/ |
| cmds.c | 1375 const char *lmode; local in function:mls 1401 lmode = (i == 1) ? "w" : "a"; 1402 recvrequest(dolist ? "LIST" : "NLST", dest, argv[i], lmode,
|
| ftp.c | 707 const char *lmode; local in function:sendrequest 733 lmode = "w"; 797 lmode = "r+"; 807 dout = dataconn(lmode); 929 const char *lmode, int printnames, int ignorespecial) 1063 fout = fopen(local, lmode); 1704 dataconn(const char *lmode) 1713 return (fdopen(data, lmode)); 1773 return (fdopen(data, lmode));
|
| cmds.c | 1375 const char *lmode; local in function:mls 1401 lmode = (i == 1) ? "w" : "a"; 1402 recvrequest(dolist ? "LIST" : "NLST", dest, argv[i], lmode,
|
| ftp.c | 707 const char *lmode; local in function:sendrequest 733 lmode = "w"; 797 lmode = "r+"; 807 dout = dataconn(lmode); 929 const char *lmode, int printnames, int ignorespecial) 1063 fout = fopen(local, lmode); 1704 dataconn(const char *lmode) 1713 return (fdopen(data, lmode)); 1773 return (fdopen(data, lmode));
|