Home
last modified time | relevance | path

Searched refs:fncact (Results 1 – 13 of 13) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfn3.c241 extern int fblksiz, frecl, forg, frecfm, fncact, fncsav, fcctrl, lf_opts;
1456 if (fncact == XYFX_R && ofn1x && ofn1[0]) /* But watch out for FC=RENAME */
1567 if (fncact == XYFX_U) { /* Receiving in update mode? */
1750 fncsav = fncact; /* Save collision action */
1751 fncact = XYFX_A; /* Switch to APPEND */
1934 fncact = fncsav;
2075 fcb.dsp = (fncact == XYFX_A) ? XYFZ_A : XYFZ_N; /* Disposition */
2094 if (fncact == XYFX_B && ofn1x && ofn2) { /* File collision = BACKUP? */
2105 if (fncact == XYFX_R) /* and file collision = RENAME */
2110 if (fncact == XYFX_R) /* if file collision is RENAME */
[all …]
H A Dckcpro.c84 extern int rejection, moving, fncact, bye_active, urserver, fatalio;
488 if (fncact == XYFX_B || /* undo any file collision action */ in wart()
489 fncact == XYFX_U || /* that could result in deletion or */ in wart()
490 fncact == XYFX_A || /* modification of existing files. */ in wart()
491 fncact == XYFX_X) { in wart()
494 g_fncact = fncact; /* Save current setting */ in wart()
496 fncact = XYFX_R; /* Change to RENAME */ in wart()
497 debug(F101,"server DELETE disabled so fncact RENAME","",fncact); in wart()
H A Dckcfns.c98 rpt, rptq, rptflg, capas, keep, fncact, pkttim, autopar, spsizr, xitsta;
3144 tlog(F110,"Collision action:", fncnam[fncact],0);
3146 debug(F101,"rinit fncact","",fncact);
3783 debug(F111,"rcvfil exists",ofn1,fncact);
3789 debug(F101,"rcvfil fncact","",fncact);
3790 switch (fncact) { /* Yes, do what user said. */
3916 debug(F101,"rcvfil bad collision action","",fncact);
3923 if (fncact == XYFX_R && ofn1x && ofn2) { /* Renaming incoming file? */
4020 debug(F111,"reof fncact",f,fncact);
6927 fncact = x;
H A Dckcmai.c1310 int fncact = XYFX_X; /* REPLACE for VMS */ variable
1312 int fncact = XYFX_B; /* BACKUP for everybody else */ variable
1932 fncact = ptab[protocol].fnca;
H A Dckcpro.w62 extern int rejection, moving, fncact, bye_active, urserver, fatalio;
443 if (fncact == XYFX_B || /* undo any file collision action */
444 fncact == XYFX_U || /* that could result in deletion or */
445 fncact == XYFX_A || /* modification of existing files. */
446 fncact == XYFX_X) {
449 g_fncact = fncact; /* Save current setting */
451 fncact = XYFX_R; /* Change to RENAME */
452 debug(F101,"server DELETE disabled so fncact RENAME","",fncact);
H A Dckuusy.c118 wslotr, swcapr, ckdelay, recursive, reliable, xreliable, fnspath, fncact,
4110 fncact = XYFX_X;
H A Dckuus7.c147 atcapr, pkttim, rtimo, fncact, mypadn, fdispla, f_save, pktpaus, setreliable,
3427 fncact = x;
3430 sstate = setgen('S', "302", ckitoa(fncact), "");
3433 if (fncact == XYFX_R) ckwarn = 1; /* FILE WARNING implications */
3434 if (fncact == XYFX_X) ckwarn = 0; /* ... */
3441 fncact = XYFX_R;
3443 fncact = XYFX_X;
H A Dckcftp.c794 extern int zincnt, zoutcnt, zobufsize, fncact;
6197 ftp_fnc = fncact;
6625 x_fnc = ftp_fnc > -1 ? ftp_fnc : fncact; /* Filename collision action */
8202 ftp_fnc = fncact; /* if none specified for FTP */ in doxftp()
8692 ftp_fnc = fncact;
8695 fncnam[ftp_fnc > -1 ? ftp_fnc : fncact]);
H A Dckufio.c8470 extern int fncact;
8472 fncact = XYFX_R; /* FILE COLLISION = RENAME */
H A Dckuusx.c559 extern int spsizf, spsizr, spmax, prefixing, fncact, fnspath, fnrpath;
762 fncact = g_fncact; in ftreset()
H A Dckuusr.c204 spsizf, spsiz, spsizr, spmax, wslotr, prefixing, fncact, reliable,
4581 g_fncact = fncact;
4603 fncact = ptab[protocol].fnca;
H A Dckuus6.c116 fncact, fnspath, nprotos, g_proto, g_urpsiz, g_spsizf,
10868 g_fncact = fncact;
10890 fncact = ptab[protocol].fnca;
H A Dckuus4.c427 rtimo, spackets, spsiz, spsizf, spsizr, timeouts, fncact, fncnv, urpsiz,
5775 if (colxtab[i].kwval == fncact) break; in shofil()
6100 if (colxtab[i].kwval == fncact) break; in shoparp()