| /src/tests/usr.bin/xlint/lint1/ |
| msg_316.c | 4 // Test for message: __FUNCTION__/__PRETTY_FUNCTION__ is a GCC extension [316] 12 /* expect+1: warning: __FUNCTION__/__PRETTY_FUNCTION__ is a GCC extension [316] */ 13 println(__FUNCTION__); 14 /* expect+1: warning: __FUNCTION__/__PRETTY_FUNCTION__ is a GCC extension [316] */
|
| gcc.c | 10 // Before C99 introduced __func__, GCC already had __FUNCTION__ with the same 16 typedef int size[-(int)sizeof __FUNCTION__]; 18 return __FUNCTION__;
|
| /src/sys/arch/mips/ralink/ |
| ralink_debug.h | 105 RALINK_DEBUG(RALINK_DEBUG_FUNC, "%s() entry\n", __FUNCTION__) 107 RALINK_DEBUG(RALINK_DEBUG_FUNC, "%s() exit\n", __FUNCTION__)
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| host-mingw32.cc | 101 w32_error (__FUNCTION__, __FILE__, __LINE__, "VirtualAlloc"); 168 w32_error (__FUNCTION__, __FILE__, __LINE__, "CreateFileMapping"); 186 w32_error (__FUNCTION__, __FILE__, __LINE__, "MapViewOfFileEx");
|
| /src/sys/arch/arm/at91/ |
| at91pmc.c | 59 panic("%s: main oscillator not enabled (MOR=%#X)", __FUNCTION__, reg); 62 panic("%s: main oscillator not ready (MCFR=%#X)", __FUNCTION__, reg); 127 panic("%s: pid %d out of range", __FUNCTION__, pid); 137 __FUNCTION__, pid, pid_enable_count[pid]);
|
| at91spi.c | 247 __FUNCTION__, slave, mode, speed, csr)); 272 DPRINTFN(3, ("%s: sc=%p start=%d\n", __FUNCTION__, sc, start)); 277 DPRINTFN(3, ("%s: sc=%p start=%d sr=%"PRIX32"\n", __FUNCTION__, sc, start, sr)); 281 DPRINTFN(3, ("%s: sr=%"PRIX32"\n", __FUNCTION__, sr)); 333 __FUNCTION__, sc->sc_dmaoffs, len, sc->sc_wchunk, 358 DPRINTFN(3, ("%s: nothing to write anymore\n", __FUNCTION__)); 371 DPRINTFN(2, ("%s: st=%p\n", __FUNCTION__, st)); 396 DPRINTFN(2, ("%s: nothing to do anymore\n", __FUNCTION__)); 410 DPRINTFN(2, ("%s: st %p finished with error code %d\n", __FUNCTION__, st, err)); 427 DPRINTFN(4, ("%s: interrupts are not enabled\n", __FUNCTION__)); [all...] |
| at91rm9200bus.c | 80 default: panic("%s: pid %d not valid", __FUNCTION__, pid); 125 default: panic("%s: invalid pid %d", __FUNCTION__, pid);
|
| at91sam9260bus.c | 84 default: panic("%s: pid %d not valid", __FUNCTION__, pid); 123 default: panic("%s: invalid pid %d", __FUNCTION__, pid);
|
| /src/external/mit/expat/lib/libexpat/ |
| expat_config.h | 130 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ 132 # define __func__ __FUNCTION__
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| tspps.c | 422 LogDebug("%s", __FUNCTION__); 445 LogDebug("%s", __FUNCTION__); 457 LogDebug("%s", __FUNCTION__); 531 LogDebug("%s", __FUNCTION__); 537 LogDebug("%s", __FUNCTION__); 544 LogDebug("%s", __FUNCTION__); 552 LogDebug("%s", __FUNCTION__); 559 LogDebug("%s", __FUNCTION__); 566 LogDebug("%s", __FUNCTION__); 573 LogDebug("%s", __FUNCTION__); [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-log.h | 76 # define ERROR(fmt, ...) do { SRP_LOG_TIME; fprintf(stderr, "%s %s: " fmt "\n", srp_log_time_buf, __FUNCTION__, ##__VA_ARGS__); } while (0) 77 # define INFO(fmt, ...) do { SRP_LOG_TIME; fprintf(stderr, "%s %s: " fmt "\n", srp_log_time_buf, __FUNCTION__, ##__VA_ARGS__); } while (0) 82 # define DEBUG(fmt, ...) do { SRP_LOG_TIME; fprintf(stderr, "%s %s: " fmt "\n", srp_log_time_buf, __FUNCTION__, ##__VA_ARGS__); } while (0) 86 # define FAULT(fmt, ...) do { SRP_LOG_TIME; fprintf(stderr, "%s %s: " fmt "\n", srp_log_time_buf, __FUNCTION__, ##__VA_ARGS__); } while (0) 104 os_log_with_type((component), (type), ("%{public}s: " format), __FUNCTION__, ##__VA_ARGS__) 138 # define FAULT(fmt, ...) syslog(LOG_CRIT, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__) 139 # define ERROR(fmt, ...) syslog(LOG_ERR, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__) 147 syslog(LOG_INFO, "%s: %d " fmt, __FUNCTION__, foo, ##__VA_ARGS__); \ 150 # define INFO(fmt, ...) syslog(LOG_INFO, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__) 152 # define DEBUG(fmt, ...) syslog(LOG_DEBUG, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__ [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
| tcsps.c | 142 LogError("%s", __FUNCTION__); 192 LogError("%s", __FUNCTION__); 229 LogError("%s: Buf size too small. Needed %d bytes, passed %d", __FUNCTION__, 235 LogError("%s: error reading %d bytes", __FUNCTION__, c->blob_size); 268 LogError("%s: error reading %u bytes", __FUNCTION__, c->vendor_data_size); 341 LogError("%s", __FUNCTION__); 406 LogError("%s", __FUNCTION__); 476 LogError("%s", __FUNCTION__); 507 LogError("%s", __FUNCTION__); 602 LogError("%s", __FUNCTION__); [all...] |
| ps_utils.c | 163 LogError("%s", __FUNCTION__); 175 LogError("%s", __FUNCTION__); 203 LogError("%s", __FUNCTION__); 403 LogError("%s", __FUNCTION__); 409 LogError("%s", __FUNCTION__); 415 LogError("%s", __FUNCTION__); 424 LogError("%s", __FUNCTION__); 432 LogError("%s", __FUNCTION__); 439 LogError("%s", __FUNCTION__); 461 LogError("%s", __FUNCTION__); [all...] |
| /src/sys/external/bsd/drm/dist/shared-core/ |
| r128_irq.c | 71 DRM_ERROR("%s: bad crtc %d\n", __FUNCTION__, crtc); 82 DRM_ERROR("%s: bad crtc %d\n", __FUNCTION__, crtc);
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| async.h | 129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \ 136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \ 147 n->func = __FUNCTION__; \ 157 __FUNCTION__, __LINE__, (void *) mutex); \ 195 DEBUG_DARKRED "TRYLOCK: " DEBUG_NORM #mutex, status, __FUNCTION__, __LINE__, \ 205 DEBUG_RED "LOCK: " DEBUG_NORM #mutex, status, __FUNCTION__, __LINE__, (void *) mutex); \ 222 n->func = __FUNCTION__; \ 286 DEBUG_RED "RDLOCK: " DEBUG_NORM #rwlock, status, __FUNCTION__, __LINE__, (void *) rwlock); \ 298 DEBUG_RED "WRLOCK: " DEBUG_NORM #rwlock, status, __FUNCTION__, __LINE__, (void *) rwlock); \ 309 __FUNCTION__, __LINE__, (void *) rwlock); [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| async.h | 129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \ 136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \ 147 n->func = __FUNCTION__; \ 157 __FUNCTION__, __LINE__, (void *) mutex); \ 195 DEBUG_DARKRED "TRYLOCK: " DEBUG_NORM #mutex, status, __FUNCTION__, __LINE__, \ 205 DEBUG_RED "LOCK: " DEBUG_NORM #mutex, status, __FUNCTION__, __LINE__, (void *) mutex); \ 237 #advcond, __FUNCTION__, __LINE__, (void *) advcond); \ 246 #advcond, __FUNCTION__, __LINE__, (void *) advcond); \ 257 #advcond, __FUNCTION__, __LINE__, (void *)advcond); \
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| tcslog.h | 21 #ifndef __FUNCTION__ 22 #define __FUNCTION__ __func__ 38 #define LogDebugFn(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d %s: " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| host-mingw32.cc | 107 w32_error (__FUNCTION__, __FILE__, __LINE__, "VirtualAlloc"); 174 w32_error (__FUNCTION__, __FILE__, __LINE__, "CreateFileMapping"); 192 w32_error (__FUNCTION__, __FILE__, __LINE__, "MapViewOfFileEx");
|
| /src/share/examples/rump/virtual_ip_router/ |
| rumprouter.c | 71 DP("Entering %s\n", __FUNCTION__); 110 DP("Done with %s\n", __FUNCTION__); 126 DP("Entering %s\n", __FUNCTION__); 174 DP("Done with %s\n", __FUNCTION__);
|
| /src/external/bsd/zstd/dist/contrib/linux-kernel/test/ |
| static_test.c | 21 fprintf(stderr, "%s:%u: %s failed!\n", __FUNCTION__, __LINE__, #x); \
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-profiling.c | 136 gomp_debug (0, "%s: dlopen (\"%s\")\n", __FUNCTION__, acc_proflib); 145 __FUNCTION__, acc_proflib); 180 __FUNCTION__, (int) ev, (void *) cb, (int) reg); 364 __FUNCTION__, (int) ev, (void *) cb, (int) reg); 485 __FUNCTION__, name ?: "NULL"); 502 gomp_debug (0, "%s\n", __FUNCTION__); 515 gomp_debug (0, " %s: don't have any per-thread state yet\n", __FUNCTION__); 528 gomp_debug (0, " %s: disabled for this thread\n", __FUNCTION__); 539 gomp_debug (0, " %s: disabled globally\n", __FUNCTION__); 559 gomp_debug (0, "%s (%p)\n", __FUNCTION__, thr) [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-profiling.c | 136 gomp_debug (0, "%s: dlopen (\"%s\")\n", __FUNCTION__, acc_proflib); 145 __FUNCTION__, acc_proflib); 180 __FUNCTION__, (int) ev, (void *) cb, (int) reg); 364 __FUNCTION__, (int) ev, (void *) cb, (int) reg); 485 __FUNCTION__, name ?: "NULL"); 502 gomp_debug (0, "%s\n", __FUNCTION__); 515 gomp_debug (0, " %s: don't have any per-thread state yet\n", __FUNCTION__); 528 gomp_debug (0, " %s: disabled for this thread\n", __FUNCTION__); 539 gomp_debug (0, " %s: disabled globally\n", __FUNCTION__); 559 gomp_debug (0, "%s (%p)\n", __FUNCTION__, thr) [all...] |
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| TestUtils.m | 39 fprintf(stderr, "%s Test class %s not found\n", __FUNCTION__, classname);
|
| /src/sys/dev/cadence/ |
| if_cemac.c | 220 __FUNCTION__, bi, sc->TDSC[bi].Addr)); 222 __FUNCTION__, bi, sc->TDSC[bi].Info)); 229 __FUNCTION__, bi, sc->txq[bi].m, sc->txqc)); 282 DPRINTFN(2, ("%s: isr=0x%08X rsr=0x%08X imr=0x%08X\n", __FUNCTION__, 301 DPRINTFN(1,("%s: out of receive buffers\n", __FUNCTION__)); 308 DPRINTFN(1,("%s: receive overrun\n", __FUNCTION__)); 493 DPRINTFN(1,("%s: rbqlen=%i\n", __FUNCTION__, sc->rbqlen)); 499 DPRINTFN(1,("%s: -> bus_dmamem_map\n", __FUNCTION__)); 504 DPRINTFN(1,("%s: -> bus_dmamap_create\n", __FUNCTION__)); 510 DPRINTFN(1,("%s: -> bus_dmamap_load\n", __FUNCTION__)); [all...] |
| /src/sys/arch/arm/gemini/ |
| gemini_ipm.c | 75 DPRINTFN(2, ("%s: %p %p\n", __FUNCTION__, desc_dst, desc_src)); 92 DPRINTFN(2, ("%s: %p %p\n", __FUNCTION__, desc_dst, desc_src)); 169 DPRINTFN(1, ("%s:%d: %d %d %ld %p %p %p\n", __FUNCTION__, __LINE__, 249 __FUNCTION__, ix_read, ix_write)); 277 __FUNCTION__, __LINE__, descp, ndesc, descp->tag)); 307 __FUNCTION__, __LINE__, dst, ba, len));
|