/external/minijail/ |
D | minijail0_cli.c | 139 errx(1, "Invalid securebit mask: '%s'", arg); in skip_securebits() 178 errx(1, "Invalid cap set: '%s'", arg); in use_caps() 190 errx(1, "Bad binding: %s %s", src, dest); in add_binding() 199 errx(1, "Bad value for <writable>: %s", flags); in add_binding() 201 errx(1, "minijail_bind failed"); in add_binding() 212 errx(1, "Bad rlimit '%s'", arg); in add_rlimit() 222 errx(1, "Bad soft limit: '%s'", cur); in add_rlimit() 230 errx(1, "Bad hard limit: '%s'", max); in add_rlimit() 236 errx(1, "Bad rlimit: '%s'", type); in add_rlimit() 239 errx(1, "minijail_rlimit '%s,%s,%s' failed", type, cur, max); in add_rlimit() [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 235 errx(1, "root privilege required."); in test2() 243 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 247 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 255 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 263 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 274 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 282 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 287 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 296 errx(1, "ERROR: %s", ipsec_strerror()); in test2() 304 errx(1, "ERROR: %s", ipsec_strerror()); in test2() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | main.c | 149 errx(1, "must be root to invoke this program."); 161 errx(1, "could not set umask"); 190 errx(1, "something error happened " 197 errx(1, "could not initialize ISAKMP mode config structures"); 202 errx(1, "could not initialize libldap"); 212 errx(1, "failed to parse configuration file."); 226 errx(1, "could not initialize libradius"); 237 errx(1, "something error happened " 245 errx(1, "failed to be daemon. (%s)",
|
D | racoonctl.c | 269 errx(1, "Incompatible racoonctl interface"); 339 errx(1, "Cannot make combuf"); in evt_poll() 347 errx(1, "Cannot send combuf"); in evt_poll() 406 errx(1, "not enough core"); 439 errx(1, "too many arguments"); 443 errx(1, "not enough core"); 464 errx(1, "not enough core"); 486 errx(1, "insufficient arguments"); 489 errx(1, "unknown protocol %s", *av); 493 errx(1, "not enough core"); [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 122 errx(1, "couldn't parse `%s'", files[0]); in load_glsl() 180 errx(1, "unhandled shader stage: %d", stage); in load_glsl() 215 errx(1, "couldn't stat `%s'", filename); in read_file() 220 errx(1, "couldn't map `%s'", filename); in read_file() 329 errx(1, "in TGSI mode, only a single file may be specified"); in main() 333 errx(1, "in SPIR-V mode, only a single file may be specified"); in main() 338 errx(1, "in SPIR-V mode, an entry point must be specified"); in main() 343 errx(1, "cannot mix GLSL/TGSI/SPIRV"); in main() 345 errx(1, "too many GLSL files"); in main() 349 errx(1, "cannot mix GLSL/TGSI/SPIRV"); in main() [all …]
|
/external/libepoxy/test/ |
D | glx_gles2.c | 82 errx(77, "Test requires GLX_EXT_create_context_es2_profile"); in main() 94 errx(1, "GLES2 context creation made a desktop context\n"); in main() 98 errx(1, "GLES2 context creation made a version %f context\n", in main() 105 errx(1, "glCreateShader() failed\n"); in main() 113 errx(1, "glGenQueries() failed\n"); in main()
|
D | egl_epoxy_api.c | 103 errx(77, "Test requires EGL_KHR_surfaceless_context"); in init_egl() 106 errx(77, "Couldn't initialize EGL with desktop GL\n"); in init_egl() 109 errx(77, "Couldn't get an EGLConfig\n"); in init_egl() 113 errx(77, "Couldn't create a GL context\n"); in init_egl() 140 errx(1, "Implementation reported absence of %s", an_extension); in main()
|
D | egl_gl.c | 96 errx(77, "Test requires EGL_KHR_surfaceless_context"); in init_egl() 99 errx(77, "Couldn't initialize EGL with desktop GL\n"); in init_egl() 102 errx(77, "Couldn't get an EGLConfig\n"); in init_egl() 106 errx(77, "Couldn't create a GL context\n"); in init_egl()
|
D | egl_common.c | 43 errx(77, "couldn't open display\n"); in get_egl_display_or_skip() 47 errx(1, "Couldn't get EGL display for X11 Display.\n"); in get_egl_display_or_skip() 51 errx(1, "eglInitialize() failed\n"); in get_egl_display_or_skip()
|
D | egl_without_glx.c | 146 errx(77, "Test requires EGL_KHR_surfaceless_context"); in main() 151 errx(77, "Couldn't get an EGLConfig\n"); in main() 155 errx(77, "Couldn't create a GLES%d context\n", GLES_VERSION); in main()
|
D | glx_has_extension_nocontext.c | 50 errx(1, "Implementation reported absence of GLX_ARB_get_proc_address"); in main() 53 errx(1, "Implementation reported presence of GLX_ARB_ham_sandwich"); in main()
|
D | glx_glxgetprocaddress_nocontext.c | 50 errx(77, "GLX version 1.4 required for glXGetProcAddress().\n"); in main() 54 errx(1, "glXGetProcAddress() returned NULL\n"); in main()
|
D | egl_has_extension_nocontext.c | 67 errx(1, "Implementation reported absence of %s", an_extension); in main() 72 errx(1, "Implementation reported presence of GLX_ARB_ham_sandwich"); in main()
|
/external/elfutils/tests/ |
D | allfcts.c | 51 errx (1, "dwelf_dwarf_gnu_debugaltlink: %s", dwarf_errmsg (-1)); in setup_alt() 60 errx (1, "dwarf_begin (%s): %s", alt_name, dwarf_errmsg (-1)); in setup_alt() 62 errx (1, "elf_cntl (%s, ELF_C_FDREAD): %s", alt_name, elf_errmsg (-1)); in setup_alt() 96 errx (1, "dwarf_getfuncs (%s): %s", in main() 108 errx (1, "dwarf_begin (%s): %s", argv[i], dwarf_errmsg (-1)); in main()
|
/external/newfs_msdos/ |
D | newfs_msdos.c | 69 errx(EXIT_FAILURE, "Can't parse timestamp '%s'", b); in get_tstamp() 108 errx(1, "%s: bad FAT type", optarg); in main() 183 errx(1, "align (-A) is incompatible with -r"); in main() 206 errx(1, "%s: bad %s", arg, msg); in argtou() 223 errx(1, "%s: bad %s", arg, msg); in argtooff() 227 errx(1, "%s: bad %s", arg, msg); in argtooff() 254 errx(1, "%s: not supported yet %s", arg, msg); in argtooff()
|
/external/ltp/testcases/kernel/controllers/memcg/control/ |
D | mem_process.c | 39 errx(2, "invalid -m usage"); in process_options() 42 errx(2, "invalid option specified"); in process_options() 47 errx(3, "invalid usage"); in process_options() 103 errx(1, "Error creating named pipe"); in main()
|
/external/selinux/policycoreutils/secon/ |
D | secon.c | 337 errx(EXIT_FAILURE, "No argument given"); in cmd_line() 344 errx(EXIT_FAILURE, "SELinux is not enabled"); in cmd_line() 659 errx(EXIT_FAILURE, "Couldn't determine colors for: %s", in disp_con() 664 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() 667 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() 671 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() 674 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() 678 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() 681 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() 685 errx(EXIT_FAILURE, "Invalid color string"); in disp_con() [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_bios_dumper.c | 68 errx(1, "Couldn't find graphics card"); in main() 78 errx(1, "Graphics card is non-intel"); in main() 87 errx(1, "Couldn't allocate memory for BIOS data\n"); in main()
|
D | intel_stepping.c | 185 errx(1, "Couldn't find graphics card"); in main() 195 errx(1, "Graphics card is non-intel"); in main() 199 errx(1, "Couldn't bridge"); in main()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | transhuge-stress.c | 38 errx(2, "mmap transhuge"); in allocate_transhuge() 76 errx(1, "usage: %s [size in MiB]", argv[0]); in main() 101 errx(2, "map malloc"); in main() 123 errx(2, "map realloc"); in main()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
D | cpuset_syscall_test.c | 89 errx(1, "wrong -s argument!"); in process_options() 98 errx(1, "wrong -s argument!"); in process_options() 104 errx(1, "wrong -s argument!"); in process_options() 110 errx(1, "unknown option!\n"); in process_options()
|
/external/ltp/testcases/kernel/controllers/memcg/stress/ |
D | memcg_process_stress.c | 43 errx(1, "calloc failed"); in sigusr_handler() 67 errx(1, "wrong argument num"); in main() 71 errx(1, "wrong memsize"); in main()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_cmdline.c | 77 errx(1, "couldn't stat `%s'", filename); in read_file() 82 errx(1, "couldn't map `%s'", filename); in read_file() 151 errx(1, "could not parse `%s'", filename); in main()
|
/external/libdrm/intel/ |
D | test_decode.c | 56 errx(1, "couldn't open `%s'", filename); in read_file() 60 errx(1, "couldn't stat `%s'", filename); in read_file() 65 errx(1, "couldn't map `%s'", filename); in read_file()
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_latency_test.c | 76 errx(EINVAL, "TBROK\t Invalid #args received from script" in main() 83 errx(EINVAL, in main()
|