OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICOOS_MAX_WARN_MSG_LEN
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picoos.h
214
#define
PICOOS_MAX_WARN_MSG_LEN
64
picoos.c
618
typedef picoos_char picoos_warn_msg[
PICOOS_MAX_WARN_MSG_LEN
];
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);
[
all
...]
Completed in 1308 milliseconds