Home
last modified time | relevance | path

Searched refs:copyerr (Results 1 – 17 of 17) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dinit_main.c1011 goto copyerr; in start_init()
1028 goto copyerr; in start_init()
1044 goto copyerr; in start_init()
1059 copyerr: in start_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dcopy.S228 PTR_LA v0, _C_LABEL(copyerr)
255 PTR_LA v0, _C_LABEL(copyerr)
267 LEAF(copyerr)
273 END(copyerr)
276 b copyerr
/dports/news/husky/husky-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/aplibs/
H A Dfile.cc241 bool copyerr; in copyfile() local
243 copyerr = (CopyFile (sourcefile, destfile, flags) != 0); in copyfile()
245 if (copyerr) { in copyfile()
/dports/editors/gummi/gummi-0.8.1/src/
H A Diofunctions.c70 GError* copyerr = NULL; in iofunctions_load_default_text() local
77 utils_copy_file (C_DEFAULTTEXT, C_WELCOMETEXT, &copyerr); in iofunctions_load_default_text()
/dports/japanese/xv/xv-3.10a/
H A Dxvbrowse.c5609 copyerr = 0;
5669 copyerr++;
5698 copyerr++;
5858 copyerr++;
5881 copyerr++;
5898 copyerr++;
5904 copyerr++;
5921 copyerr++;
5928 copyerr++;
5948 copyerr++;
[all …]
/dports/graphics/xv/xv-3.10a/
H A Dxvbrowse.c5609 copyerr = 0;
5669 copyerr++;
5698 copyerr++;
5858 copyerr++;
5881 copyerr++;
5898 copyerr++;
5904 copyerr++;
5921 copyerr++;
5928 copyerr++;
5948 copyerr++;
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvbrowse.c5609 copyerr = 0;
5669 copyerr++;
5698 copyerr++;
5858 copyerr++;
5881 copyerr++;
5898 copyerr++;
5904 copyerr++;
5921 copyerr++;
5928 copyerr++;
5948 copyerr++;
[all …]
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dkamail.cpp272 bool copyerr = false; in slotEmailSent() local
298 theApp()->emailSent(jobdata, errmsgs, copyerr); in slotEmailSent()
H A Dkalarmapp.h123 … void emailSent(KAMail::JobData&, const QStringList& errmsgs, bool copyerr = false);
H A Dkalarmapp.cpp2410 void KAlarmApp::emailSent(KAMail::JobData& data, const QStringList& errmsgs, bool copyerr) in emailSent() argument
2416 …qCDebug(KALARM_LOG) << "KAlarmApp::emailSent:" << (copyerr ? "Copy error:" : "Failed:") << errmsgs… in emailSent()