Home
last modified time | relevance | path

Searched refs:AT_RET_ERROR (Results 1 – 7 of 7) sorted by relevance

/dports/comms/scmxx/scmxx-0.9.0/src/scmxx/
H A Ds35_files.c220 case AT_RET_ERROR: in file_detect_free_slot()
233 } else if (status == AT_RET_ERROR) { in file_detect_free_slot()
405 } else if (atcode&AT_RET_ERROR) { in file_get()
H A Dpbookphone.c182 if (command == NULL || linestatus&AT_RET_ERROR) in pbook_phone_get_range()
212 if (linestatus&AT_RET_ERROR) errexit(_("reading from phonebook %s failed: %s\n"),mem,temp); in pbook_phone_get_range()
H A Dlock.c83 if (status&AT_RET_ERROR) { in lock_set_pass()
H A Dactions.c224 errexit("%s\n", (status == AT_RET_ERROR) ? _("unknown cause") : error); in set_smsc()
H A Ds35_sms.c462 case AT_RET_ERROR: in sms_get()
/dports/comms/scmxx/scmxx-0.9.0/src/
H A Datcommand.h70 AT_RET_ERROR = 0x01, //also mask for errors enumerator
/dports/comms/scmxx/scmxx-0.9.0/src/atcommand/
H A Dcommon.c261 retval = AT_RET_ERROR; in at_line_type()