/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 51 static char err_buf[128]; variable 60 if (emit->buf != err_buf) in svga_shader_expand() 66 emit->ptr = err_buf; in svga_shader_expand() 67 emit->buf = err_buf; in svga_shader_expand() 68 emit->size = sizeof(err_buf); in svga_shader_expand() 272 if (emit.buf != err_buf) in svga_tgsi_vgpu9_translate()
|
D | svga_tgsi_vgpu10.c | 467 static char err_buf[128]; variable 475 if (emit->buf != err_buf) in expand() 481 emit->ptr = err_buf; in expand() 482 emit->buf = err_buf; in expand() 483 emit->size = sizeof(err_buf); in expand()
|
/external/oj-libjdwp/src/solaris/back/ |
D | linker_md.c | 121 dbgsysLoadLibrary(const char *name, char *err_buf, int err_buflen) in dbgsysLoadLibrary() argument 141 (void)strncpy(err_buf, dlerror(), err_buflen-2); in dbgsysLoadLibrary() 142 err_buf[err_buflen-1] = '\0'; in dbgsysLoadLibrary()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 87 char err_buf[REGEX_ERR_BUF_SIZE]; in regex_helper() local 94 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); in regex_helper() 106 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 107 fprintf(stderr, "Failed to match regex: %s\n", err_buf); in regex_helper()
|
/external/oj-libjdwp/src/share/back/export/ |
D | sys.h | 41 void * dbgsysLoadLibrary(const char *, char *err_buf, int err_buflen);
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 907 char *err_buf; in run_simple_script() local 913 err_buf = malloc(prefix_len + err_buf_size + 1); in run_simple_script() 914 if (err_buf) { in run_simple_script() 916 strcpy(err_buf, prefix); in run_simple_script() 918 ReadFile(redirected, err_buf+prefix_len, err_buf_size, &n, NULL); in run_simple_script() 919 err_buf[prefix_len+n] = '\0'; in run_simple_script() 920 set_failure_reason(err_buf); in run_simple_script() 921 free(err_buf); in run_simple_script()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 864 char *err_buf; in run_simple_script() local 870 err_buf = malloc(prefix_len + err_buf_size + 1); in run_simple_script() 871 if (err_buf) { in run_simple_script() 873 strcpy(err_buf, prefix); in run_simple_script() 875 ReadFile(redirected, err_buf+prefix_len, err_buf_size, &n, NULL); in run_simple_script() 876 err_buf[prefix_len+n] = '\0'; in run_simple_script() 877 set_failure_reason(err_buf); in run_simple_script() 878 free(err_buf); in run_simple_script()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | pmtu.sh | 250 err_buf= 254 err_buf="${err_buf}${1} 259 echo -n "${err_buf}" 260 err_buf=
|
/external/libpcap/ |
D | pcap-dos.c | 110 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf); 956 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf) in init_watt32() argument 1008 snprintf (err_buf, PCAP_ERRBUF_SIZE, "sock_init() failed, code %d", rc); in init_watt32()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1635 char err_buf[256]; in populate_progs() local 1637 libbpf_strerror(err, err_buf, sizeof(err_buf)); in populate_progs() 1639 bpf_file, err_buf); in populate_progs()
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 385 goto err_buf; in release_orphan_inodes() 389 goto err_buf; in release_orphan_inodes() 410 err_buf: in release_orphan_inodes()
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 3857 char err_buf[80]; in cast_to_integer_or_char() local 3859 if (_my_PyUnicode_AsSingleChar32(ob, &ordinal, err_buf) < 0) { in cast_to_integer_or_char() 3861 "cannot cast %s to ctype '%s'", err_buf, ct->ct_name); in cast_to_integer_or_char()
|