/external/bluetooth/glib/gio/fen/ |
fen-dump.c | 43 g_printf ("[%s] < 0x%p : 0x%p > %s\n", __func__, node, node->user_data, NODE_NAME(node)); 67 g_printf ("[%s] < 0x%p : 0x%p >\n", __func__, key, value); 87 g_printf ("[%s] < 0x%p : 0x%p > [ %10s ] %s\n", __func__, ev, ev->user_data, _event_string (ev->e), FN_NAME(data));
|
fen-missing.c | 95 FM_W ("%s is ALREADY added %s\n", __func__, FN_NAME(f)); 98 FM_W ("%s is added %s\n", __func__, FN_NAME(f)); 119 FM_W ("%s %s\n", __func__, FN_NAME(f));
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_common.c | 273 __func__, (unsigned long) rsn_ie_len); 283 __func__); 295 "cipher", __func__); 303 __func__, left); 314 "count %u left %u", __func__, count, left); 325 "pairwise cipher", __func__); 331 __func__); 342 "count %u left %u", __func__, count, left); 352 __func__); 369 __func__, (unsigned long) data->num_pmkid [all...] |
/system/extras/ext4_utils/ |
ext4_utils.h | 58 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0) 59 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0) 61 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
|
/external/chromium/third_party/libevent/ |
signal.c | 83 event_err(1, "%s: read", __func__); 110 event_warn("%s: socketpair", __func__); 112 event_err(1, "%s: socketpair", __func__); 158 __func__, evsignal, sig->sh_old_max)); 211 event_errx(1, "%s: EV_SIGNAL incompatible use", __func__); 215 event_debug(("%s: %p: changing signal handler", __func__, ev)); 281 event_debug(("%s: %p: restoring signal handler", __func__, ev)); 294 __func__, sig);
|
/external/expat/ |
expat_config.h.in | 82 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ 83 #undef __func__
|
/external/openssh/ |
authfile.c | 188 error("%s: BIO_new failed", __func__); 252 error("%s: cannot save key type %d", __func__, key->type); 329 error("%s: fstat of key file %.200s%sfailed: %.100s", __func__, 338 error("%s: key file %.200s%stoo large", __func__, 349 __func__, filename == NULL ? "" : filename, 366 __func__, filename == NULL ? "" : filename, 506 error("%s: RSA_blinding_on failed", __func__); 529 error("%s: BIO_new_mem_buf failed", __func__); 536 debug("%s: PEM_read_PrivateKey failed", __func__); 548 error("%s: RSA_blinding_on failed", __func__); [all...] |
auth-pam.c | 266 fatal("%s: setreuid failed: %s", __func__, strerror(errno)); 269 fatal("%s: setreuid failed: %s", __func__, strerror(errno)); 278 debug3("%s %d", __func__, reqd); 280 fatal("%s: PAM authctxt not initialized", __func__); 301 debug3("PAM: %s entering", __func__); 312 __func__, num_env); 349 debug3("PAM: %s entering, %d messages", __func__, n); 461 fatal("%s: PAM authctxt not initialized", __func__); 533 debug3("PAM: %s entering", __func__); 548 debug3("PAM: %s entering, %d messages", __func__, n) [all...] |
cipher-3des1.c | 150 fatal("%s: bad 3des iv length: %d", __func__, len); 152 fatal("%s: no 3des context", __func__); 154 debug3("%s: Installed 3DES IV", __func__); 159 debug3("%s: Copying 3DES IV", __func__);
|
/external/openssh/openbsd-compat/ |
xmmap.c | 75 fatal("%s: ftruncate: %s", __func__, strerror(errno)); 84 __func__);
|
/external/webkit/Source/WebKit/android/ |
AndroidLog.h | 61 #define TRACE_METHOD() android::ScopedTrace __st(ATRACE_TAG_WEBVIEW, __func__); 63 #define TIME_METHOD() MethodTimer __method_timer(__func__)
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_nl80211.c | 138 wpa_printf(MSG_ERROR, "%s: drv is NULL. Exiting", __func__); 142 wpa_printf(MSG_ERROR, "%s: drv->ctx is NULL. Exiting", __func__); 147 wpa_printf(MSG_ERROR, "%s: wpa_s->conf is NULL. Exiting", __func__); 271 wpa_printf(MSG_ERROR, "%s: failed to issue private commands\n", __func__); 281 wpa_printf(MSG_DEBUG, "%s %s len = %d, %d", __func__, buf, ret, strlen(buf)); 292 wpa_printf(MSG_DEBUG, "%s: Entry", __func__); 308 wpa_printf(MSG_DEBUG, "%s: Entry", __func__); 333 wpa_printf(MSG_DEBUG, "%s: Entry", __func__);
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
osmemapi.c | 122 printk("%s: NULL\n",__func__); 133 printk("%s: NULL\n",__func__); 138 printk("%s: NULL\n",__func__); 222 printk("%s: NULL\n",__func__); 272 printk("%s: NULL\n",__func__); 310 printk("%s: NULL\n",__func__); 356 printk("%s: NULL\n",__func__); 399 printk("%s: NULL\n",__func__);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | 207 __func__, drv->iface, op, 228 "(%s) arg %d)", __func__, drv->iface, op, 279 wpa_printf(MSG_DEBUG, "%s: group key cipher=%d", __func__, v); 300 wpa_printf(MSG_DEBUG, "%s: pairwise key ciphers=0x%x", __func__, v); 307 __func__, params->wpa_key_mgmt); 327 __func__, params->rsn_preauth); 333 wpa_printf(MSG_DEBUG, "%s: enable WPA=0x%x", __func__, params->wpa); 346 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __func__, params->enabled); 381 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __func__, enabled); 394 __func__, ether_sprintf(addr), authorized) [all...] |
/bionic/libc/kernel/common/linux/ |
kernel.h | 45 #define __FUNCTION__ (__func__)
|
/device/samsung/crespo/libhwcomposer/ |
SecHWCUtils.cpp | 47 ALOGE("%s::id(%d) is weird", __func__, id); 56 __func__, strerror(errno), device_template); 97 __func__, win->rect_info.w, win->rect_info.h); 106 __func__, window.x, window.y); 136 __func__, lcd_info->yres, win->buf_index, lcd_info->yres_virtual, 147 ALOGE("%s: FBIOBLANK failed : (%d:%s)", __func__, win->fd, 161 __func__, win->fd, strerror(errno)); 441 ALOGE("%s format error (format=0x%x)", __func__, 446 ALOGE("%s mem_type error (mem_type=%d)", __func__, src_img->mem_type); 461 ALOGE("%s::get_dst_phys_addr fail ", __func__); [all...] |
/external/chromium/third_party/libevent/sample/ |
signal-test.c | 37 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
|
time-test.c | 39 printf("%s: called at %d: %d\n", __func__, newtime,
|
/external/chromium/third_party/libevent/test/ |
test-eof.c | 44 printf("%s: read %d%s\n", __func__,
|
test-weof.c | 46 printf("%s: write %d%s\n", __func__,
|
/external/clang/test/CodeGen/ |
blocks.c | 22 void *Q = __func__;
|
/external/clang/test/Coverage/ |
objc-language-features.inc | 39 const char *s0 = __func__;
|
/external/clang/test/PCH/ |
stmts.h | 73 const char* what_is_my_name(void) { return __func__; }
|
/external/wpa_supplicant_8/src/crypto/ |
tls_schannel.c | 55 __func__, (unsigned int) GetLastError()); 64 __func__); 74 __func__, (unsigned int) GetLastError()); 227 wpa_printf(MSG_DEBUG, "%s: Generating ClientHello", __func__); 251 __func__, (unsigned int) status); 296 __func__, (int) status); 484 __func__); 488 __func__, 536 wpa_printf(MSG_DEBUG, "%s: SEC_E_OK", __func__); 543 __func__, (int) status) [all...] |
/frameworks/compile/libbcc/helper/ |
DebugHelper.h | 69 #define BCC_FUNC_LOGGER() bcc::FuncLogger XX__FuncLogger(__func__)
|