Searched defs:function (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/stdlib/
H A Dassert.c48 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { argument
50 __libc_android_log_print(ANDROID_LOG_FATAL, "libc", fmt, file, line, function, failed_expression);
51 fprintf(stderr, fmt, file, line, function, failed_expression);
/bionic/libc/bionic/
H A Ddlmalloc.c21 static void __bionic_heap_error(const char* msg, const char* function, void* p);
51 static void __bionic_heap_error(const char* msg, const char* function, void* p) argument
60 if (function != NULL) {
62 strlcat(buffer, function, sizeof(buffer));
H A Dstubs.cpp348 passwd* getpwuid(uid_t uid) { // NOLINT: implementing bad function.
361 passwd* getpwnam(const char* login) { // NOLINT: implementing bad function.
383 char* getlogin() { // NOLINT: implementing bad function.
384 passwd *pw = getpwuid(getuid()); // NOLINT: implementing bad function in terms of bad function.
388 group* getgrgid(gid_t gid) { // NOLINT: implementing bad function.
402 group* getgrnam(const char* name) { // NOLINT: implementing bad function.
415 static void unimplemented_stub(const char* function) { argument
417 __libc_android_log_print(ANDROID_LOG_WARN, "libc", fmt, function);
418 fprintf(stderr, fmt, function);
[all...]
/bionic/libc/kernel/common/linux/
H A Dtimer.h30 void (*function)(unsigned long); member in struct:timer_list
35 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dmod_devicetable.h136 __u8 function; member in struct:pcmcia_device_id
H A Dncp.h36 __u8 function; member in struct:ncp_request_header

Completed in 165 milliseconds