Home
last modified time | relevance | path

Searched refs:GCI_WrongInput (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/gci/
H A Dgci_convert.c438 return GCI_WrongInput; in string2int()
445 return GCI_WrongInput; in string2int()
503 return GCI_WrongInput; in string2uint()
561 return GCI_WrongInput; in string2float()
581 return GCI_WrongInput; in string2float()
1010 return GCI_WrongInput; in GCI_string2bin()
H A Dgci.h35 GCI_WrongInput, /* unexpected input, either unknown type (e.g. FIXED) enumerator
H A Dgci_helper.c286 …case GCI_WrongInput: ptr = "Unexpected input, either unknown type or illegal data"; … in GCI_describe()
H A Dgci_reginabridge.c132 case GCI_WrongInput: in GCIcode2ReginaFuncCode()