Searched refs:err_buf (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 50 static char err_buf[128]; variable 55 if (emit->buf != err_buf) 66 if(emit->buf != err_buf) in svga_shader_expand() 72 emit->ptr = err_buf; in svga_shader_expand() 73 emit->buf = err_buf; in svga_shader_expand() 74 emit->size = sizeof(err_buf); in svga_shader_expand()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 50 static char err_buf[128]; variable 55 if (emit->buf != err_buf) 66 if(emit->buf != err_buf) in svga_shader_expand() 72 emit->ptr = err_buf; in svga_shader_expand() 73 emit->buf = err_buf; in svga_shader_expand() 74 emit->size = sizeof(err_buf); in svga_shader_expand()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 41 char err_buf[REGEX_ERR_BUF_SIZE]; in regex_helper() local 48 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 49 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); in regex_helper() 60 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 61 fprintf(stderr, "Failed to match regex: %s\n", err_buf); in regex_helper()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 41 char err_buf[REGEX_ERR_BUF_SIZE]; in regex_helper() local 48 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 49 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); in regex_helper() 60 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 61 fprintf(stderr, "Failed to match regex: %s\n", err_buf); in regex_helper()
|
/external/libpcap/ |
D | pcap-dos.c | 112 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf); 926 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf) in init_watt32() argument 978 sprintf (err_buf, "sock_init() failed, code %d", rc); in init_watt32()
|