Home
last modified time | relevance | path

Searched refs:STRNCAT (Results 1 – 15 of 15) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dprogress.c96 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 Dreadln.c118 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 Dspool.c124 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 Dcmds.c1269 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 Dbookmark.c320 (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 Dutil.c579 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 Dpreffw.c335 (void) STRNCAT(gFirewallExceptionList, ",localdomain"); in LoadFirewallPrefs()
H A Dpref.c500 STRNCAT(gOneTimeMessagesSeen, ","); in SetSeenOneTimeMessage()
501 STRNCAT(gOneTimeMessagesSeen, msg); in SetSeenOneTimeMessage()
H A Dls.c551 (void) STRNCAT(optstr, options); in Ls()
717 STRNCAT(itempath, "\\*.*"); in LLs()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dio.c264 (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 Dutil.c408 (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 Drcmd.c512 (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 Dglob.c913 STRNCAT(plug, og); in UnMlsD()
915 STRNCAT(plug, " "); in UnMlsD()
916 STRNCAT(plug, mli.owner); in UnMlsD()
H A Dopen.c93 (void) STRNCAT(lip->defaultAnonPassword, "@"); in FTPInitializeAnonPassword()
99 (void) STRNCAT(lip->defaultAnonPassword, lip->ourHostName); in FTPInitializeAnonPassword()
/reactos/modules/rosapps/applications/net/ncftp/Strn/
H A DStrn.h48 #define STRNCAT(d,s) Strncat((d), (s), (size_t) sizeof(d)) macro