Searched refs:program_invocation_short_name (Results 1 – 25 of 33) sorted by relevance
12
/third_party/weston/shared/ |
D | xalloc.c | 36 #ifndef program_invocation_short_name 37 #define program_invocation_short_name __func__ macro 44 fprintf(stderr, "[%s] ", program_invocation_short_name); in fail_on_null()
|
/third_party/eudev/src/udev/ |
D | udevadm.c | 65 , program_invocation_short_name); in adm_help() 131 fprintf(stderr, "%s: missing or unknown command\n", program_invocation_short_name); in main()
|
D | udevadm-test-builtin.c | 42 , program_invocation_short_name); in help()
|
D | udevadm-control.c | 44 , program_invocation_short_name); in print_help()
|
D | udevadm-settle.c | 46 , program_invocation_short_name); in help()
|
D | udevadm-test.c | 42 , program_invocation_short_name); in help()
|
D | udevadm-trigger.c | 95 , program_invocation_short_name); in help()
|
D | udevadm-monitor.c | 75 , program_invocation_short_name); in help()
|
D | udevadm-info.c | 282 , program_invocation_short_name); in help()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | errno.h | 19 extern char *program_invocation_short_name, *program_invocation_name;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | errno.h | 19 extern char *program_invocation_short_name, *program_invocation_name;
|
/third_party/musl/ndk_musl_include/ |
D | errno.h | 19 extern char *program_invocation_short_name, *program_invocation_name;
|
/third_party/musl/include/ |
D | errno.h | 19 extern char *program_invocation_short_name, *program_invocation_name;
|
/third_party/musl/src/internal/ |
D | libc.c | 8 weak_alias(__progname, program_invocation_short_name);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | errno.h | 19 extern char *program_invocation_short_name, *program_invocation_name;
|
/third_party/eudev/hm_src/ |
D | config.h | 11 #define program_invocation_short_name "udev" macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | errno.h | 22 extern char *program_invocation_short_name, *program_invocation_name;
|
/third_party/musl/ |
D | dynamic.list | 42 program_invocation_short_name;
|
/third_party/eudev/src/v4l_id/ |
D | v4l_id.c | 52 , program_invocation_short_name); in main()
|
/third_party/eudev/src/shared/ |
D | log.c | 338 IOVEC_SET_STRING(iovec[2], program_invocation_short_name); in write_to_syslog() 386 IOVEC_SET_STRING(iovec[1], program_invocation_short_name); in write_to_kmsg()
|
/third_party/mesa3d/src/util/ |
D | u_process.c | 101 # define GET_PROGRAM_NAME() program_invocation_short_name
|
/third_party/libinput/tools/ |
D | ptraccel-debug.c | 176 printf("Usage: %s [options] [dx1] [dx2] [...] > gnuplot.data\n", program_invocation_short_name); in usage()
|
D | libinput-record.c | 2407 program_invocation_short_name, in usage() 2408 program_invocation_short_name, in usage() 2409 program_invocation_short_name, in usage() 2410 program_invocation_short_name, in usage() 2411 program_invocation_short_name); in usage()
|
/third_party/weston/clients/ |
D | touch-calibrator.c | 872 fprintf(stderr, "%s error: ", program_invocation_short_name); in pr_err() 884 program_invocation_short_name); in help()
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 227 device, program_invocation_short_name); in dump_execbuffer2() 491 device, program_invocation_short_name); in maybe_init()
|
12