Home
last modified time | relevance | path

Searched refs:no_match_fmt (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/access/
H A Dtax3api.c2229 CharPtr no_match_fmt = "%d organisms are not found in taxonomy lookup."; in CheckTaxNamesAgainstTaxDatabase() local
2243 dip = NewClickableItem (DISC_NO_TAXLOOKUP, no_match_fmt, not_found); in CheckTaxNamesAgainstTaxDatabase()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin10.c7886 CharPtr no_match_fmt = "No match for %s"; in CheckTableDataAssociation() local
7966 … cip->description = MemNew ((StringLen (no_match_fmt) + StringLen (match_string)) * sizeof (Char)); in CheckTableDataAssociation()
7967 sprintf (cip->description, no_match_fmt, match_string); in CheckTableDataAssociation()
8441 CharPtr no_match_fmt = "No feature found for %s"; in GetFeatureForFieldByMatchList() local
8467 …msg = (CharPtr) MemNew (sizeof (Char) * (StringLen (no_match_fmt) + StringLen (vnp->data.ptrvalue)… in GetFeatureForFieldByMatchList()
8468 sprintf (msg, no_match_fmt, vnp->data.ptrvalue); in GetFeatureForFieldByMatchList()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.c37385 CharPtr no_match_fmt = "No match for %s, line %d"; in GetSequenceListsForMatchTypeInTabTable() local
37422 …msg = (CharPtr) MemNew (sizeof (Char) * (StringLen (no_match_fmt) + StringLen (vnp->data.ptrvalue)… in GetSequenceListsForMatchTypeInTabTable()
37423 sprintf (msg, no_match_fmt, vnp->data.ptrvalue, line); in GetSequenceListsForMatchTypeInTabTable()
37514 CharPtr no_match_fmt = "No match for %s, line %d"; in GetObjectTableForTabTable() local
37568 …err_msg = (CharPtr) MemNew (sizeof (Char) * (StringLen (no_match_fmt) + StringLen (match_choice->d… in GetObjectTableForTabTable()
37569 sprintf (err_msg, no_match_fmt, match_choice->data.ptrvalue, line_num); in GetObjectTableForTabTable()
38236 CharPtr no_match_fmt = "No match for %s, line %d"; in ApplyTableToFeatures() local
38276 …err_msg = (CharPtr) MemNew (sizeof (Char) * (StringLen (no_match_fmt) + StringLen (match_choice->d… in ApplyTableToFeatures()
38277 sprintf (err_msg, no_match_fmt, match_choice->data.ptrvalue, line_num); in ApplyTableToFeatures()
38349 CharPtr no_match_fmt = "No match for %s, line %d"; in CheckTableForExistingText() local
[all …]