/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | progress.c | 96 STRNCAT(localName, " (TAR)"); in PrSizeAndRateMeter() 98 (void) STRNCAT(localName, ":"); in PrSizeAndRateMeter() 128 STRNCAT(localName, " (TAR)"); in PrSizeAndRateMeter() 130 (void) STRNCAT(localName, ":"); in PrSizeAndRateMeter() 230 (void) STRNCAT(localName, ":"); in PrStatBar() 253 (void) STRNCAT(localName, ":"); in PrStatBar() 291 (void) STRNCAT(localName, ":"); in PrStatBar() 306 (void) STRNCAT(localName, ":"); in PrStatBar()
|
H A D | readln.c | 118 STRNCAT(ncftpbookmarks, "/"); in GetScreenColumns() 119 STRNCAT(ncftpbookmarks, "ncftpbookmarks"); in GetScreenColumns() 124 STRNCAT(ncftpbookmarks, " --dimensions-terse"); in GetScreenColumns() 333 STRNCAT(rpath, "/"); in RemoteCompletionFunction() 772 (void) STRNCAT(vdate, v + 16); in PrintStartupBanner() 773 (void) STRNCAT(vdate, ", "); in PrintStartupBanner() 774 (void) STRNCAT(vdate, cp - 4); in PrintStartupBanner() 775 (void) STRNCAT(vdate, ")"); in PrintStartupBanner()
|
H A D | spool.c | 124 STRNCAT(ncftpbatch, "/"); in HaveSpool() 125 STRNCAT(ncftpbatch, "ncftpbatch"); in HaveSpool() 329 STRNCAT(ncftpbatch, "/"); in Jobs() 330 STRNCAT(ncftpbatch, "ncftpbatch"); in Jobs() 402 STRNCAT(ncftpbatch, "/"); in RunBatch() 403 STRNCAT(ncftpbatch, "ncftpbatch"); in RunBatch()
|
H A D | cmds.c | 1269 STRNCAT(ncftpbookmarks, "/"); in RunBookmarkEditor() 1276 STRNCAT(bmSelectionFile, pidStr); in RunBookmarkEditor() 1534 dir = STRNCAT(buf, dir + 1); in LocalChdirCmd() 1643 (void) STRNCAT(incmd, " "); in LocalListCmd() 1646 (void) STRNCAT(incmd, argv[i]); in LocalListCmd() 1652 (void) STRNCAT(incmd, " "); in LocalListCmd() 1653 (void) STRNCAT(incmd, argv[i]); in LocalListCmd() 2234 (void) STRNCAT(prompt, ": "); in DoOpen() 2468 (void) STRNCAT(prompt, ": "); in OpenCmd() 2942 (void) STRNCAT(cmdbuf, " "); in QuoteCmd() [all …]
|
H A D | bookmark.c | 320 (void) STRNCAT(path2, line); in OpenBookmarkFile() 650 (void) STRNCAT(pathName, pidStr); in SwapBookmarkFiles() 678 (void) STRNCAT(pathName, pidStr); in OpenTmpBookmarkFile() 761 (void) STRNCAT(bmAbbr, ","); in PutBookmark()
|
H A D | util.c | 579 STRNCAT(gOurDirectoryPath, "\\Users\\default"); in InitOurDirectory() 581 STRNCAT(gOurDirectoryPath, "\\Users\\"); in InitOurDirectory() 582 STRNCAT(gOurDirectoryPath, gUser); in InitOurDirectory() 1110 (void) STRNCAT(urlstr2, "/"); in DecodeDirectoryURL()
|
H A D | preffw.c | 335 (void) STRNCAT(gFirewallExceptionList, ",localdomain"); in LoadFirewallPrefs()
|
H A D | pref.c | 500 STRNCAT(gOneTimeMessagesSeen, ","); in SetSeenOneTimeMessage() 501 STRNCAT(gOneTimeMessagesSeen, msg); in SetSeenOneTimeMessage()
|
H A D | ls.c | 551 (void) STRNCAT(optstr, options); in Ls() 717 STRNCAT(itempath, "\\*.*"); in LLs()
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | io.c | 264 (void) STRNCAT(line, "\n"); in FTPList() 304 STRNCAT(optstr, "type;"); in FTPRequestMlsOptions() 309 STRNCAT(optstr, "size;"); in FTPRequestMlsOptions() 314 STRNCAT(optstr, "modify;"); in FTPRequestMlsOptions() 319 STRNCAT(optstr, "UNIX.mode;"); in FTPRequestMlsOptions() 324 STRNCAT(optstr, "perm;"); in FTPRequestMlsOptions() 329 STRNCAT(optstr, "UNIX.owner;"); in FTPRequestMlsOptions() 334 STRNCAT(optstr, "UNIX.uid;"); in FTPRequestMlsOptions() 344 STRNCAT(optstr, "UNIX.gid;"); in FTPRequestMlsOptions() 349 STRNCAT(optstr, "unique;"); in FTPRequestMlsOptions() [all …]
|
H A D | util.c | 408 (void) STRNCAT(buf, ": "); in Error() 409 (void) STRNCAT(buf, strerror(errnum)); in Error() 417 STRNCAT(buf, errnostr); in Error() 420 (void) STRNCAT(buf, "."); in Error() 422 (void) STRNCAT(buf, "\n"); in Error()
|
H A D | rcmd.c | 512 (void) STRNCAT(command, "\r\n"); /* Use TELNET end-of-line. */ in SendCommand() 550 (void) STRNCAT(command, "\r\n"); /* Use TELNET end-of-line. */ in SendCommand()
|
H A D | glob.c | 913 STRNCAT(plug, og); in UnMlsD() 915 STRNCAT(plug, " "); in UnMlsD() 916 STRNCAT(plug, mli.owner); in UnMlsD()
|
H A D | open.c | 93 (void) STRNCAT(lip->defaultAnonPassword, "@"); in FTPInitializeAnonPassword() 99 (void) STRNCAT(lip->defaultAnonPassword, lip->ourHostName); in FTPInitializeAnonPassword()
|
/reactos/modules/rosapps/applications/net/ncftp/Strn/ |
H A D | Strn.h | 48 #define STRNCAT(d,s) Strncat((d), (s), (size_t) sizeof(d)) macro
|