Home
last modified time | relevance | path

Searched refs:warningmsg (Results 1 – 25 of 79) sorted by relevance

1234

/dports/misc/mbuffer/mbuffer-20211018/
H A Dsettings.c280 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
289 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
298 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
329 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
345 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
358 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
371 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
384 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
395 warningmsg("invalid argument for %s: \"%s\"\n",key,valuestr); in readConfigFile()
449 warningmsg("unknown parameter: %s\n",key); in readConfigFile()
[all …]
H A Dnetwork.c74 warningmsg("unable to set socket buffer size: %s\n",strerror(errno)); in setTCPBufferSize()
200 warningmsg("cannot set socket to reuse address: %s\n",strerror(errno)); in initNetworkInput()
242 warningmsg("rejected connection from %s\n",chost); in initNetworkInput()
244 warningmsg("error closing rejected input: %s\n",strerror(errno)); in initNetworkInput()
257 warningmsg("cannot set socket send timeout: %s\n",strerror(errno)); in initNetworkInput()
321 warningmsg("cannot set socket send timeout: %s\n",strerror(errno)); in createNetworkOutput()
352 warningmsg("cannot set socket to reuse address: %s\n",strerror(errno)); in openNetworkInput()
400 warningmsg("cannot set socket send timeout: %s\n",strerror(errno)); in openNetworkInput()
419 warningmsg("rejected connection from %s\n",inet_ntoa(caddr.sin_addr)); in openNetworkInput()
421 warningmsg("error closing rejected input: %s\n",strerror(errno)); in openNetworkInput()
[all …]
H A Dmbuffer.c390 warningmsg("unable to sync %s: %s\n",d->arg,strerror(errno)); in terminateSender()
418 warningmsg("could not stat output %s: %s\n",dest->arg,strerror(errno)); in senderThread()
606 warningmsg("unable to sync %s: %s\n",d->arg,strerror(errno)); in terminateOutputThread()
872 warningmsg("opened of %s without O_LARGEFILE\n",d->arg); in openDestinationFiles()
888 warningmsg("unable to open all outputs\n"); in openDestinationFiles()
933 warningmsg("error during output to %s: %s\n",d->arg,d->result); in reportSenders()
991 warningmsg("unable to determine amount of available memory\n"); in initDefaults()
1044 warningmsg("path to defaults file breaks PATH_MAX\n"); in initDefaults()
1084 warningmsg("could not stat input: %s\n",strerror(errno)); in checkBlocksizes()
1097 warningmsg("Could not stat output device (unsupported by system)!\n" in checkBlocksizes()
[all …]
H A Dcommon.c162 warningmsg("EINVAL without O_DIRECT on %s\n",fn); in disable_directio()
166 warningmsg("disabling O_DIRECT on %s failed with %s\n",fn,strerror(errno)); in disable_directio()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/generate_java_test/
H A Dgenerate_java_test.py128 def warningmsg(s): function
168 print(warningmsg("%s already exist!\n" % ins_testfile))
180 print(warningmsg(e.message))
204 print(warningmsg("%s already exist!\n" % unit_testfile))
216 print(warningmsg(e.message))
231 print(warningmsg("%s already exists!" % ownerfile))
250 print(warningmsg("%s is not found\n" % tag))
253 print(warningmsg("%s already exists\n" % txt))
276 print(warningmsg("Failed to modify %s because %s" % (gn_file, e.message)))
/dports/astro/gpstk/GPSTk-8.0.0/ref/usersguide/
H A Dperltex151 my $warningmsg;
153 sub {chomp ($warningmsg=$_[0]); return 0};
155 if (defined $warningmsg) {
156 $warningmsg =~ s/at \(eval \d+\) line \d+\W+//;
157 print LOGFILE "# ===> $warningmsg\n\n";
/dports/astro/gpstk/GPSTk-8.0.0/ref/usersguide/src/
H A Dperltex151 my $warningmsg;
153 sub {chomp ($warningmsg=$_[0]); return 0};
155 if (defined $warningmsg) {
156 $warningmsg =~ s/at \(eval \d+\) line \d+\W+//;
157 print LOGFILE "# ===> $warningmsg\n\n";
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_filechanged.vim107 call assert_match('W11:', v:warningmsg)
115 call assert_match('E211:', v:warningmsg)
118 let v:warningmsg = 'empty'
125 call assert_match('W12:', v:warningmsg)
133 call assert_match('W16:', v:warningmsg)
140 let v:warningmsg = ''
142 call assert_equal('', v:warningmsg)
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/perltex/
H A Dperltex.pl211 my $warningmsg;
213 sub {chomp ($warningmsg=$_[0]); return 0};
215 if (defined $warningmsg) {
216 $warningmsg =~ s/at \(eval \d+\) line \d+\W+//;
217 print LOGFILE "# ===> $warningmsg\n\n";
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc9/gcc-9.4.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc11/gcc-11.2.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg)
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str());
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc10/gcc-10.3.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()
/dports/lang/gcc8/gcc-8.5.0/gcc/go/
H A Dgo-gcc-diagnostics.cc34 int opt, const std::string& warningmsg) in go_be_warning_at() argument
37 warning_at(gcc_loc, opt, "%s", warningmsg.c_str()); in go_be_warning_at()

1234