Lines Matching refs:or
3 int %d or %x
4 unsigned int %u or %x
5 long %ld or %lx
6 unsigned long %lu or %lx
7 long long %lld or %llx
8 unsigned long long %llu or %llx
9 size_t %zu or %zx
10 ssize_t %zd or %zx
11 s32 %d or %x
12 u32 %u or %x
13 s64 %lld or %llx
14 u64 %llu or %llx
17 blkcnt_t) or is architecture-dependent for its size (e.g., tcflag_t), use a
28 unsupported specifier or length qualifier results in a WARN and early
45 result in the symbol name with ('S') or without ('s') offsets. Where
61 %pK 0x01234567 or 0x0123456789abcdef
69 %pr [mem 0x60000000-0x6fffffff flags 0x2200] or
71 %pR [mem 0x60000000-0x6fffffff pref] or
75 printed resource with ('R') or without ('r') a decoded flags member.
80 %pa[p] 0x01234567 or 0x0123456789abcdef
88 %pad 0x01234567 or 0x0123456789abcdef
145 specifiers result in a printed address with ('M') or without ('m') byte
165 specifiers result in a printed address with ('i4') or without ('I4')
169 host, network, big or little endian order addresses respectively. Where
181 specifiers result in a printed address with ('I6') or without ('i6')
192 %pIS 1.2.3.4 or 0001:0002:0003:0004:0005:0006:0007:0008
193 %piS 001.002.003.004 or 00010002000300040005000600070008
194 %pISc 1.2.3.4 or 1:2:3:4:5:6:7:8
195 %pISpc 1.2.3.4:12345 or [1:2:3:4:5:6:7:8]:12345
199 of type AF_INET or AF_INET6, a pointer to a valid 'struct sockaddr',
200 specified through 'IS' or 'iS', can be passed to this format specifier.
209 case of additional specifiers 'p', 'f' or 's' as suggested by
220 %pISfc 1.2.3.4 or [1:2:3:4:5:6:7:8]/123456789
221 %pISsc 1.2.3.4 or [1:2:3:4:5:6:7:8]%1234567890
222 %pISpfc 1.2.3.4:12345 or [1:2:3:4:5:6:7:8]:12345/123456789
233 lower ('l') or upper case ('L') hex characters - and big endian order
234 in lower ('b') or upper case ('B') hex characters.
279 (Common Clock Framework) or address (legacy clock framework) of the
313 one or more test cases, if at all feasible.