Lines Matching full:real
29 if (REAL(strnlen)) {
30 return REAL(strnlen)(s, maxlen);
67 return REAL(func)(__VA_ARGS__); \
90 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name)
140 REAL(pthread_attr_getdetachstate)(attr, &detached);
150 result = REAL(pthread_create)(thread, attr, memprof_thread_start, ¶m);
166 return REAL(pthread_join)(t, arg);
185 return REAL(strcat)(to, from);
198 return REAL(strncat)(to, from, size);
205 return REAL(strcpy)(to, from);
211 return REAL(strcpy)(to, from);
224 REAL(memcpy)(new_mem, s, length + 1);
238 REAL(memcpy)(new_mem, s, length + 1);
249 return REAL(strncpy)(to, from, size);
257 long result = REAL(strtol)(nptr, &real_endptr, base);
271 int result = REAL(strtol)(nptr, &real_endptr, 10);
282 long result = REAL(strtol)(nptr, &real_endptr, 10);
293 long long result = REAL(strtoll)(nptr, &real_endptr, base);
303 long long result = REAL(strtoll)(nptr, &real_endptr, 10);