ebuf             3193 ext/mbstring/oniguruma/regcomp.c   UChar *sbuf, *ebuf, *sp;
ebuf             3201 ext/mbstring/oniguruma/regcomp.c   ebuf = sbuf + sbuf_size;
ebuf             3208 ext/mbstring/oniguruma/regcomp.c       if (sp >= ebuf) {
ebuf             3213 ext/mbstring/oniguruma/regcomp.c         ebuf = sbuf + sbuf_size;
ebuf               82 ext/mbstring/oniguruma/reggnu.c re_compile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf)
ebuf               89 ext/mbstring/oniguruma/reggnu.c     if (IS_NOT_NULL(ebuf))
ebuf               90 ext/mbstring/oniguruma/reggnu.c       (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo);
ebuf               98 ext/mbstring/oniguruma/reggnu.c re_recompile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf)
ebuf              112 ext/mbstring/oniguruma/reggnu.c     if (IS_NOT_NULL(ebuf))
ebuf              113 ext/mbstring/oniguruma/reggnu.c       (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo);
ebuf              155 ext/openssl/xp_ssl.c 	smart_str ebuf = {0};
ebuf              209 ext/openssl/xp_ssl.c 						if (ebuf.c) {
ebuf              210 ext/openssl/xp_ssl.c 							smart_str_appendc(&ebuf, '\n');
ebuf              212 ext/openssl/xp_ssl.c 						smart_str_appends(&ebuf, esbuf);
ebuf              215 ext/openssl/xp_ssl.c 					smart_str_0(&ebuf);
ebuf              220 ext/openssl/xp_ssl.c 							ebuf.c ? "OpenSSL Error messages:\n" : "",
ebuf              221 ext/openssl/xp_ssl.c 							ebuf.c ? ebuf.c : "");
ebuf              222 ext/openssl/xp_ssl.c 					if (ebuf.c) {
ebuf              223 ext/openssl/xp_ssl.c 						smart_str_free(&ebuf);
ebuf             1339 ext/snmp/snmp.c 	u_char	*ebuf = (u_char *) emalloc(ebuf_len);
ebuf             1341 ext/snmp/snmp.c 	if (ebuf == NULL) {
ebuf             1345 ext/snmp/snmp.c 	if (!snmp_hex_to_binary(&ebuf, &ebuf_len, &eout_len, 1, contextEngineID)) {
ebuf             1347 ext/snmp/snmp.c 		efree(ebuf);
ebuf             1355 ext/snmp/snmp.c 	s->contextEngineID = ebuf;