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              192 ext/openssl/xp_ssl.c 	smart_str ebuf = {0};
ebuf              246 ext/openssl/xp_ssl.c 						if (ebuf.s) {
ebuf              247 ext/openssl/xp_ssl.c 							smart_str_appendc(&ebuf, '\n');
ebuf              249 ext/openssl/xp_ssl.c 						smart_str_appends(&ebuf, esbuf);
ebuf              252 ext/openssl/xp_ssl.c 					smart_str_0(&ebuf);
ebuf              257 ext/openssl/xp_ssl.c 							ebuf.s ? "OpenSSL Error messages:\n" : "",
ebuf              258 ext/openssl/xp_ssl.c 							ebuf.s ? ZSTR_VAL(ebuf.s) : "");
ebuf              259 ext/openssl/xp_ssl.c 					if (ebuf.s) {
ebuf              260 ext/openssl/xp_ssl.c 						smart_str_free(&ebuf);
ebuf             1329 ext/snmp/snmp.c 	u_char	*ebuf = (u_char *) emalloc(ebuf_len);
ebuf             1331 ext/snmp/snmp.c 	if (ebuf == NULL) {
ebuf             1335 ext/snmp/snmp.c 	if (!snmp_hex_to_binary(&ebuf, &ebuf_len, &eout_len, 1, contextEngineID)) {
ebuf             1337 ext/snmp/snmp.c 		efree(ebuf);
ebuf             1345 ext/snmp/snmp.c 	s->contextEngineID = ebuf;