Searched refs:__progname (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_debug_common.cpp | 259 extern const char* __progname; 301 __progname, gMallocDebugLevel, prefix); in InitMalloc() 308 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); in InitMalloc() 314 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); in InitMalloc() 320 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); in InitMalloc() 326 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); in InitMalloc() 332 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); in InitMalloc() 376 if (!strstr(__progname, debug_program)) { in malloc_init_impl() 383 if (strcmp(__progname, "sh") == 0 || strcmp(__progname, "/system/bin/sh") == 0) { in malloc_init_impl() 396 info_log("%s: setting backlog length to %d\n", __progname, gMallocDebugBacklog); in malloc_init_impl() [all …]
|
D | err.c | 37 extern const char* __progname; 65 (void)fprintf(stderr, "%s: ", __progname); in verr() 78 (void)fprintf(stderr, "%s: ", __progname); in verrx() 111 (void)fprintf(stderr, "%s: ", __progname); in vwarn() 122 (void)fprintf(stderr, "%s: ", __progname); in vwarnx()
|
D | libc_init_common.cpp | 53 const char* __progname; variable 99 __progname = args.argv[0] ? args.argv[0] : "<unknown>"; in __libc_init_common()
|
D | pthread_debug.cpp | 117 extern const char* __progname; 372 LOGW("pid: %d, tid: %d >>> %s <<<", getpid(), gettid(), __progname); in traverseTree() 672 level, getpid(), __progname); in pthread_debug_init()
|
/bionic/libc/unistd/ |
D | syslog.c | 49 extern const char *__progname; /* Program name, from crt0. */ 172 data->log_tag = __progname; in vsyslog_r()
|