Home
last modified time | relevance | path

Searched refs:find_string (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/emulators/tilem/tilem-2.0/emu/
H A Drom.c29 static int find_string(const char *str, FILE *romfile, in find_string() function
78 if (find_string("CATALOG", romfile, 0, 0x20000)) in tilem_guess_rom_type()
85 if (!find_string("TI82", romfile, 0, 0x40000)) in tilem_guess_rom_type()
87 else if (find_string("Termin\x96", romfile, 0, 0x40000)) in tilem_guess_rom_type()
94 if (find_string("TI-83 Plus", romfile, 0, 8 * 0x4000)) in tilem_guess_rom_type()
105 if (find_string("\xed\xef", romfile, 0x1FC000, 0x4000)) in tilem_guess_rom_type()
107 else if (find_string("Operating", romfile, 0x1FC000, 0x4000)) in tilem_guess_rom_type()
/dports/science/madness/madness-ebb3fd7/src/apps/moldft/
H A Dxmlguess.py6 def find_string(s): function
17 find_string(" XYZ format geometry")
26 line = find_string(" AO basis - number of functions:").split()
31 find_string(" <<<<<< called scfcvg")
32 line = find_string(" Total DFT energy =").split()
42 find_string(test)
45 line = find_string(" Vector ").split()
75 find_string(" global array:")
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Dxmlguess.py6 def find_string(s): function
17 find_string(" XYZ format geometry")
26 line = find_string(" AO basis - number of functions:").split()
31 find_string(" <<<<<< called scfcvg")
32 line = find_string(" Total DFT energy =").split()
42 find_string(test)
45 line = find_string(" Vector ").split()
75 find_string(" global array:")
/dports/devel/libltdl/libtool-2.4.6/tests/
H A Dslist.at36 void *find_string (SList *item, void *data)
83 assert (slist_find (NULL, find_string, (void *) "whatever") == NULL);
85 assert (slist_find (list, find_string, (void *) "foo10") == NULL);
86 item = (SList *) slist_find (list, find_string, (void *) "foo1");
124 assert (slist_remove (NULL, find_string, NULL) == NULL);
125 assert (slist_remove (&empty_list, find_string, NULL) == NULL);
128 assert (slist_remove (&list, find_string, NULL) == NULL);
134 item = slist_remove (&list, find_string, (void *) "foo5");
140 item = slist_remove (&list, find_string, (void *) "foo9");
146 item = slist_remove (&list, find_string, (void *) "foo0");
[all …]
/dports/devel/libtool/libtool-2.4.6/tests/
H A Dslist.at36 void *find_string (SList *item, void *data)
83 assert (slist_find (NULL, find_string, (void *) "whatever") == NULL);
85 assert (slist_find (list, find_string, (void *) "foo10") == NULL);
86 item = (SList *) slist_find (list, find_string, (void *) "foo1");
124 assert (slist_remove (NULL, find_string, NULL) == NULL);
125 assert (slist_remove (&empty_list, find_string, NULL) == NULL);
128 assert (slist_remove (&list, find_string, NULL) == NULL);
134 item = slist_remove (&list, find_string, (void *) "foo5");
140 item = slist_remove (&list, find_string, (void *) "foo9");
146 item = slist_remove (&list, find_string, (void *) "foo0");
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/commonTools/refactoring/
H A Dstring-replace-list.pl41 my ($find_string, $replace_string) = ($string_names[$i], $string_names[$i+1]);
42 defined($find_string) || die $!;
44 chomp($find_string);
49 $did_replacement = 1 if $line=~s/$find_string/$replace_string/g;
/dports/games/eureka/eureka-1.27b-source/src/
H A Dui_editor.cc246 if (win->find_string == NULL) in menu_do_find_next()
260 if (win->find_string == NULL) in menu_do_find_prev()
349 find_string(NULL) in UI_TextEditor()
391 StringFree(find_string); in ~UI_TextEditor()
747 const char *str = fl_input("Find what:", find_string); in AskFindString()
759 StringFree(find_string); in SetFindString()
762 find_string = StringDup(str); in SetFindString()
764 find_string = NULL; in SetFindString()
770 SYS_ASSERT(find_string); in FindNext()
771 SYS_ASSERT(find_string[0]); in FindNext()
[all …]
/dports/textproc/p5-Pod-Abstract/Pod-Abstract-0.20/lib/Pod/Abstract/Filter/
H A Dfind.pm47 my $find_string = $self->param('f');
48 unless($find_string && $find_string =~ m/^[a-zA-Z0-9_]+$/) {
56 my @targets = $pa->select("//[. =~ {$find_string}][!/]");
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dgyro_read.c400 string = find_string(group_list, ACR_Pixel_size, ""); in get_file_info()
488 find_string(group_list, ACR_Patient_name, ""), maxlen); in get_file_info()
493 string = find_string(group_list, ACR_Patient_sex, ""); in get_file_info()
507 find_string(group_list, ACR_Study_date, ""), maxlen - 1); in get_file_info()
513 string = find_string(group_list, ACR_Modality, ""); in get_file_info()
517 find_string(group_list, ACR_Manufacturer, ""), maxlen); in get_file_info()
521 find_string(group_list, ACR_Institution_id, ""), maxlen); in get_file_info()
523 find_string(group_list, ACR_Station_id, ""), maxlen); in get_file_info()
549 find_string(group_list, ACR_Imaged_nucleus, ""), maxlen); in get_file_info()
551 find_string(group_list, ACR_Acq_comments, ""), maxlen); in get_file_info()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/win32/
H A Dstrptime.c94 static const u_char *find_string(const u_char *, int *, const char * const *,
200 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
207 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
267 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
388 ep = find_string(bp, &i, in strptime()
451 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
462 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/multimedia/mlt6/mlt-6.26.1/src/win32/
H A Dstrptime.c94 static const u_char *find_string(const u_char *, int *, const char * const *,
200 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
207 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
267 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
388 ep = find_string(bp, &i, in strptime()
451 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
462 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/win32/
H A Dstrptime.c94 static const u_char *find_string(const u_char *, int *, const char * const *,
200 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
207 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
267 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
388 ep = find_string(bp, &i, in strptime()
451 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
462 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/multimedia/mlt7/mlt-7.0.1/src/win32/
H A Dstrptime.c94 static const u_char *find_string(const u_char *, int *, const char * const *,
200 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
207 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
267 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
388 ep = find_string(bp, &i, in strptime()
451 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
462 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/multimedia/py-mlt6/mlt-6.26.1/src/win32/
H A Dstrptime.c94 static const u_char *find_string(const u_char *, int *, const char * const *,
200 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
207 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
267 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
388 ep = find_string(bp, &i, in strptime()
451 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
462 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/graphics/darktable/darktable-3.6.1/src/win/
H A Dstrptime.c101 static const u_char *find_string(const u_char *, int *, const char *const *, const char *const *, i…
204 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
211 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
269 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
392 ep = find_string(bp, &i, (const char *const *)tzname, NULL, 2); in strptime()
452 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
464 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 static const u_char *find_string(const u_char *bp, int *tgt, const char *const *n1, const char *con… in find_string() function
/dports/graphics/darktable38/darktable-3.8.0/src/win/
H A Dstrptime.c101 static const u_char *find_string(const u_char *, int *, const char *const *, const char *const *, i…
204 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
211 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
269 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
392 ep = find_string(bp, &i, (const char *const *)tzname, NULL, 2); in strptime()
452 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
464 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
581 static const u_char *find_string(const u_char *bp, int *tgt, const char *const *n1, const char *con… in find_string() function
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-strptime.c93 static const u_char *find_string(const u_char *, int *, const char * const *,
198 bp = find_string(bp, &tm->tm_wday, day, abday, 7); in strptime()
205 bp = find_string(bp, &tm->tm_mon, mon, abmon, 12); in strptime()
265 bp = find_string(bp, &i, am_pm, NULL, 2); in strptime()
386 ep = find_string(bp, &i, in strptime()
449 ep = find_string(bp, &i, nast, NULL, 4); in strptime()
460 ep = find_string(bp, &i, nadt, NULL, 4); in strptime()
579 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Time/
H A Dstrptime.c80 static const unsigned char *find_string(const unsigned char *, int *, const char * const *,
181 bp = find_string(bp, &tm->tm_wday, _ctloc(day), in strptime()
189 bp = find_string(bp, &tm->tm_mon, _ctloc(mon), in strptime()
250 bp = find_string(bp, &i, _ctloc(am_pm), NULL, 2); in strptime()
317 ep = find_string(bp, &i, in strptime()
381 find_string(const unsigned char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/misc/xiphos/xiphos-4.2.1/src/webkit/
H A Dwk-html.c369 gboolean wk_html_find(WkHtml *html, const gchar *find_string) in wk_html_find() argument
371 if (html->priv->find_string) in wk_html_find()
372 g_free(html->priv->find_string); in wk_html_find()
373 html->priv->find_string = g_strdup(find_string); in wk_html_find()
379 webkit_find_controller_search(find_controller, find_string, in wk_html_find()
385 find_string, FALSE, TRUE, TRUE); in wk_html_find()
395 html->priv->find_string, in wk_html_find_again()
400 html->priv->find_string, in wk_html_find_again()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkExtensions.cpp21 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { in find_string() function
120 find_string(*fInstanceExtensionStrings, extensions[i].extensionName) < 0) { in initInstance()
216 find_string(*fDeviceExtensionStrings, extensions[i].extensionName) < 0) { in initDevice()
228 return find_string(*fInstanceExtensionStrings, ext) >= 0; in hasInstanceExtension()
232 return find_string(*fDeviceExtensionStrings, ext) >= 0; in hasDeviceExtension()
236 return find_string(*fInstanceLayerStrings, ext) >= 0; in hasInstanceLayer()
240 return find_string(*fDeviceLayerStrings, ext) >= 0; in hasDeviceLayer()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkExtensions.cpp21 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { in find_string() function
116 find_string(*fInstanceExtensionStrings, extensions[i].extensionName) < 0) { in initInstance()
208 find_string(*fDeviceExtensionStrings, extensions[i].extensionName) < 0) { in initDevice()
220 return find_string(*fInstanceExtensionStrings, ext) >= 0; in hasInstanceExtension()
224 return find_string(*fDeviceExtensionStrings, ext) >= 0; in hasDeviceExtension()
228 return find_string(*fInstanceLayerStrings, ext) >= 0; in hasInstanceLayer()
232 return find_string(*fDeviceLayerStrings, ext) >= 0; in hasDeviceLayer()
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/example_scripts/
H A Dfind_and_replace.py12 find_string = "\xa0" variable
20 if find_string in card.fact[fact_key]:
22 card.fact[fact_key].replace(find_string, replace_string)
/dports/games/gtkevemon/gtkevemon-ac2ca34/src/util/
H A Dstrptime.cc100 find_string(const unsigned char *, int *, const char * const *, const char * const *, int);
200 bp = find_string(bp, &tm->tm_wday, _ctloc(day), in strptime()
208 bp = find_string(bp, &tm->tm_mon, _ctloc(mon), in strptime()
269 bp = find_string(bp, &i, _ctloc(am_pm), NULL, 2); in strptime()
336 ep = find_string(bp, &i, in strptime()
400 find_string(const unsigned char *bp, int *tgt, const char * const *n1, in find_string() function
/dports/databases/vfront/vfront-0.96c/plugins/phpgettext/
H A Dgettext.php204 function find_string($string, $start = -1, $end = -1) { function in gettext_reader
219 return $this->find_string($string, $end, $start);
229 return $this->find_string($string, $start, $half);
232 return $this->find_string($string, $half, $end);
256 $num = $this->find_string($string);
345 $num = $this->find_string($key);
/dports/games/wolfpack/empire-4.4.1/src/lib/w32/
H A Dstrptime.c121 static const u_char *find_string(const u_char *, int *, const char * const *,
222 bp = find_string(bp, &tm->tm_wday, _ctloc(day), in strptime()
230 bp = find_string(bp, &tm->tm_mon, _ctloc(mon), in strptime()
291 bp = find_string(bp, &i, _ctloc(am_pm), NULL, 2); in strptime()
358 ep = find_string(bp, &i, in strptime()
422 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function

1234567891011