OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_ERR1
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Basic.h
140
#define
bbs_ERR1
( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
158
#define
bbs_ERR1
( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, formatA, arg1A ) )
DynMemManager.c
155
bbs_ERR1
( bbs_ERR_OUT_OF_MEMORY, "%s:\n Allocation failed.\n", fNameL );
Completed in 585 milliseconds