Home
last modified time | relevance | path

Searched refs:fullstr (Results 1 – 25 of 41) sorted by relevance

12

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dconf_read.c199 if( fullstr && isappend ) in conf_readconf()
201 fullstr = xstrcat(fullstr, tmp); in conf_readconf()
205 if( fullstr ) free(fullstr); in conf_readconf()
206 fullstr = xstrcpy(tmp); in conf_readconf()
213 if( fullstr ) in conf_readconf()
214 { fullstr = xstrcat(fullstr, tmp); } in conf_readconf()
231 conf_parsestr(fullstr ? fullstr : tmp, &p_key, &p_expr, &p_value); in conf_readconf()
391 if( fullstr ) in conf_readconf()
392 { free(fullstr); fullstr = NULL; } in conf_readconf()
422 if( fullstr ) in conf_readconf()
[all …]
/dports/net-im/p5-DJabberd/DJabberd-0.85/lib/DJabberd/
H A DVHost.pm370 my $fullstr = "$barestr/$resource";
373 $logger->info("Registering '$fullstr' to connection '$conn->{id}'");
379 if (my $econn = $self->{jid2sock}{$fullstr}) {
382 $fullstr = "$barestr/$resource";
388 my $fulljid = DJabberd::JID->new($fullstr);
390 $self->{jid2sock}{$fullstr} = $conn;
400 my $fullstr = $jid->as_string;
403 if (my $exist = $self->{jid2sock}{$fullstr}) {
405 delete $self->{jid2sock}{$fullstr};
412 delete $self->{bare2fulls}{$barestr}{$fullstr};
[all …]
H A DPresence.pm371 foreach my $fullstr (keys %$map) {
372 my $stanza = $map->{$fullstr};
718 foreach my $fullstr (keys %$map) {
719 my $stanza = $map->{$fullstr};
/dports/net-im/p5-DJabberd/DJabberd-0.85/lib/DJabberd/PresenceChecker/
H A DLocal.pm12 foreach my $fullstr (keys %$map) {
13 my $jid = DJabberd::JID->new($fullstr);
20 my $pres = $map->{$fullstr};
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dports_expander.c170 char fullstr[200]; in ports_expander_widget_setup_plugin() local
174 strcpy (fullstr, _("Controls")); in ports_expander_widget_setup_plugin()
177 strcpy (fullstr, _("Control Outs")); in ports_expander_widget_setup_plugin()
180 strcpy (fullstr, _("Audio Ins")); in ports_expander_widget_setup_plugin()
183 strcpy (fullstr, _("Audio Outs")); in ports_expander_widget_setup_plugin()
186 strcpy (fullstr, _("MIDI Ins")); in ports_expander_widget_setup_plugin()
189 strcpy (fullstr, _("MIDI Outs")); in ports_expander_widget_setup_plugin()
192 strcpy (fullstr, _("CV Ins")); in ports_expander_widget_setup_plugin()
195 strcpy (fullstr, _("CV Outs")); in ports_expander_widget_setup_plugin()
199 fullstr); in ports_expander_widget_setup_plugin()
H A Dplugin_strip_expander.c184 char fullstr[200]; in plugin_strip_expander_widget_setup() local
189 strcpy (fullstr, _("Inserts")); in plugin_strip_expander_widget_setup()
195 strcpy (fullstr, "MIDI FX"); in plugin_strip_expander_widget_setup()
204 fullstr); in plugin_strip_expander_widget_setup()
/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DUtil.cc212 Glib::ustring fullstr = Glib::build_filename(curdir, *i); in get_image_files() local
214 if (Glib::file_test(fullstr, Glib::FILE_TEST_IS_DIR)) in get_image_files()
218 if (std::find(dir_list.begin(), dir_list.end(), fullstr) == dir_list.end()) in get_image_files()
220 dir_list.push_back(fullstr); in get_image_files()
221 queue_dirs.push(fullstr); in get_image_files()
226 if (is_image(fullstr) ) { in get_image_files()
227 file_list.push_back(fullstr); in get_image_files()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DBodyRuleBaseExtractor.pm550 my($inbuf,$nread,$fullstr); $fullstr = '';
551 while ( $nread=read(IN,$inbuf,16384) ) { $fullstr .= $inbuf }
556 defined $fullstr or warn "empty result from a pipe";
560 $fullstr =~ s/^.*\nFinal program:\n//gs;
562 $fullstr =~ s/^(?:.*\n|)size \d[^\n]*\n//gs;
563 $fullstr =~ s/^(?:.*\n|)first at \d[^\n]*\n//gs;
565 $fullstr =~ s/\nOffsets:.*$//gs;
568 $fullstr =~ s/^\S.*$//gm;
570 if ($fullstr !~ /((?:\s[^\n]+\n)+)/m) {
571 die "failed to parse Mre=debug output: $fullstr m{".$rule."}".$mods." $rawrule";
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DBodyRuleBaseExtractor.pm550 my($inbuf,$nread,$fullstr); $fullstr = '';
551 while ( $nread=read(IN,$inbuf,16384) ) { $fullstr .= $inbuf }
556 defined $fullstr or warn "empty result from a pipe";
560 $fullstr =~ s/^.*\nFinal program:\n//gs;
562 $fullstr =~ s/^(?:.*\n|)size \d[^\n]*\n//gs;
563 $fullstr =~ s/^(?:.*\n|)first at \d[^\n]*\n//gs;
565 $fullstr =~ s/\nOffsets:.*$//gs;
568 $fullstr =~ s/^\S.*$//gm;
570 if ($fullstr !~ /((?:\s[^\n]+\n)+)/m) {
571 die "failed to parse Mre=debug output: $fullstr m{".$rule."}".$mods." $rawrule";
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DProcessor.cpp374 std::string fullstr = cacheid.str();
376 m_cpuCacheID = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
474 std::string fullstr = cacheid.str();
475 m_lut3DCacheID = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
H A DContext.cpp145 std::string fullstr = cacheid.str();
146 getImpl()->cacheID_ = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
H A DConfig.cpp880 std::string fullstr = pystring::lower(std::string(str));
894 int colorspacePos = pystring::rfind(fullstr, csname);
1456 std::string fullstr = cacheid.str();
1457 getImpl()->cacheidnocontext_ = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
1493 std::string fullstr = filehash.str();
1494 fileReferencesFashHash = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DProcessor.cpp374 std::string fullstr = cacheid.str();
376 m_cpuCacheID = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
474 std::string fullstr = cacheid.str();
475 m_lut3DCacheID = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
H A DContext.cpp145 std::string fullstr = cacheid.str();
146 getImpl()->cacheID_ = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
H A DConfig.cpp880 std::string fullstr = pystring::lower(std::string(str));
894 int colorspacePos = pystring::rfind(fullstr, csname);
1456 std::string fullstr = cacheid.str();
1457 getImpl()->cacheidnocontext_ = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
1493 std::string fullstr = filehash.str();
1494 fileReferencesFashHash = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DProcessor.cpp374 std::string fullstr = cacheid.str();
376 m_cpuCacheID = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
474 std::string fullstr = cacheid.str();
475 m_lut3DCacheID = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
H A DContext.cpp145 std::string fullstr = cacheid.str();
146 getImpl()->cacheID_ = CacheIDHash(fullstr.c_str(), (int)fullstr.size());
/dports/www/ilias/ILIAS-5.4.25/Services/Search/classes/
H A Dclass.ilQueryParser.php208 $fullstr = trim($this->getQueryString());
209 if (!in_array($fullstr, $this->words)) {
210 $this->words[] = ilUtil::prepareDBString($fullstr);
/dports/www/ilias6/ILIAS-6.14/Services/Search/classes/
H A Dclass.ilQueryParser.php208 $fullstr = trim($this->getQueryString());
209 if (!in_array($fullstr, $this->words)) {
210 $this->words[] = ilUtil::prepareDBString($fullstr);
/dports/devel/nsgenbind/nsgenbind-0.8/src/
H A Dnsgenbind-ast.c106 char *fullstr; in genbind_strapp() local
109 fullstr = malloc(fulllen); in genbind_strapp()
110 snprintf(fullstr, fulllen, "%s%s", a, b); in genbind_strapp()
113 return fullstr; in genbind_strapp()
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_valueobj_ut.c137 const char *fullstr; in other_create_test() local
225 &fullstr); in other_create_test()
238 (strncmp(fullstr, expected, expected_len + 1) != 0)) { in other_create_test()
241 printf("The real value is %s\n", fullstr); in other_create_test()
H A Dini_valueobj.h99 const char **fullstr);
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-filesize.c415 char fullstr[1024]; in DetectFilesizeInitTest() local
421 if (snprintf(fullstr, 1024, "alert http any any -> any any (msg:\"Filesize " in DetectFilesizeInitTest()
433 (*de_ctx)->sig_list = SigInit(*de_ctx, fullstr); in DetectFilesizeInitTest()
H A Ddetect-engine-proto.c159 char fullstr[1024]; in DetectProtoInitTest() local
165 if (snprintf(fullstr, 1024, "alert %s any any -> any any (msg:\"DetectProto" in DetectProtoInitTest()
178 (*de_ctx)->sig_list = SigInit(*de_ctx, fullstr); in DetectProtoInitTest()
H A Ddetect-urilen.c558 char fullstr[1024]; in DetectUrilenInitTest() local
564 if (snprintf(fullstr, 1024, "alert ip any any -> any any (msg:\"Urilen " in DetectUrilenInitTest()
576 (*de_ctx)->sig_list = SigInit(*de_ctx, fullstr); in DetectUrilenInitTest()

12