Home
last modified time | relevance | path

Searched refs:__progname (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_common.cpp259 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 …]
Derr.c37 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()
Dlibc_init_common.cpp53 const char* __progname; variable
99 __progname = args.argv[0] ? args.argv[0] : "<unknown>"; in __libc_init_common()
Dpthread_debug.cpp117 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/
Dsyslog.c49 extern const char *__progname; /* Program name, from crt0. */
172 data->log_tag = __progname; in vsyslog_r()