Home
last modified time | relevance | path

Searched refs:ebuf (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dreggnu.c84 re_compile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_compile_pattern() argument
91 if (IS_NOT_NULL(ebuf)) in re_compile_pattern()
92 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_compile_pattern()
100 re_recompile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_recompile_pattern() argument
114 if (IS_NOT_NULL(ebuf)) in re_recompile_pattern()
115 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_recompile_pattern()
Dregcomp.c3207 UChar *sbuf, *ebuf, *sp; in update_string_node_case_fold() local
3215 ebuf = sbuf + sbuf_size; in update_string_node_case_fold()
3222 if (sp >= ebuf) { in update_string_node_case_fold()
3227 ebuf = sbuf + sbuf_size; in update_string_node_case_fold()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DDLexer.cpp55 sprintf((char *)ebuf,"Invalid automaton mode = %d ",m); in mode()
56 errstd(ebuf); in mode()
DPCCTSAST.cpp558 static char ebuf[100]; in stringparser_parse_element() local
593 sprintf(ebuf, "mismatch token in scan(): %s", scan_token_str(parser->token)); in stringparser_parse_element()
594 panic(ebuf); in stringparser_parse_element()
626 static char ebuf[100]; in stringscan_gettok() local
650 sprintf(ebuf, "invalid char in scan: '%c'", scanner->c); in stringscan_gettok()
651 panic(ebuf); in stringscan_gettok()
DDLexerBase.h143 DLGChar ebuf[70]; variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLexer.h58 sprintf((char *)ebuf,"Invalid automaton mode = %d ",m); in mode()
59 errstd(ebuf); in mode()
DPCCTSAST.cpp570 char ebuf[100]; in stringparser_parse_element() local
605 sprintf(ebuf, "mismatch token in scan(): %s", scan_token_str(parser->token)); in stringparser_parse_element()
606 panic(ebuf); in stringparser_parse_element()
638 char ebuf[100]; /* MR23 Remove static */ in stringscan_gettok() local
662 sprintf(ebuf, "invalid char in scan: '%c'", scanner->c); in stringscan_gettok()
663 panic(ebuf); in stringscan_gettok()
DDLexerBase.h143 DLGChar ebuf[70]; variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dastlib.c716 static char ebuf[100]; local
751 sprintf(ebuf, "mismatch token in ast_scan(): %s", scan_token_str(parser->token));
752 sorcerer_panic(ebuf);
806 static char ebuf[100]; local
830 sprintf(ebuf, "invalid char in ast_scan: '%c'", scanner->c);
831 sorcerer_panic(ebuf);