Searched refs:expr (Results 1 – 9 of 9) sorted by relevance
346 #define _curl_is_any_ptr(expr) \ argument347 (sizeof(expr) == sizeof(void*))351 #define _curl_is_NULL(expr) \ argument352 (__builtin_types_compatible_p(__typeof__(expr), __typeof__(NULL)))355 #define _curl_is_ptr(expr, type) \ argument356 (_curl_is_NULL(expr) || \357 __builtin_types_compatible_p(__typeof__(expr), type *) || \358 __builtin_types_compatible_p(__typeof__(expr), const type *))361 #define _curl_is_arr(expr, type) \ argument362 (_curl_is_ptr((expr), type) || \[all …]
39 #define DEMOAssert(expr) ASSERT(expr) argument
22 #define DEMOAssert(expr) ASSERT(expr) argument
62 …#define NN_STATIC_ASSERT(expr) void NN_ASSERT_H_STRING_JOIN_##__FILE__##__LINE__(int arg[(exp…
55 if [ $(expr "$entry" : ".*zzz-boot1-.*") -eq 0 ]
1588 PCFS_SYNC_DATE=$(date +%F-%H-%M-%S-)$(expr substr $(date +%N), 1 4)1689 PCFS_SYNC_DATE=$(date +%F-%H-%M-%S-)$(expr substr $(date +%N), 1 4)
590 shift `expr "$OPTIND" - 1`