OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curwarningmessage
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/lib/
picoos.c
627
picoos_warn_msg
curWarningMessage
[PICOOS_MAX_NUM_WARNINGS];
856
picoos_strlcpy(this->
curWarningMessage
[this->curNumWarnings],(picoos_char *) "too many warnings",PICOOS_MAX_WARN_MSG_LEN);
860
picoos_vSetErrorMsg(this->
curWarningMessage
[this->curNumWarnings],PICOOS_MAX_WARN_MSG_LEN, warningCode, baseMessage, fmt,args);
868
this->
curWarningMessage
[this->curNumWarnings-1],
889
picoos_strlcpy(msg,this->
curWarningMessage
[index],maxsize);
[
all
...]
Completed in 89 milliseconds