Lines Matching full:or

16 		char			%d or %x
17 unsigned char %u or %x
18 short int %d or %x
19 unsigned short int %u or %x
20 int %d or %x
21 unsigned int %u or %x
22 long %ld or %lx
23 unsigned long %lu or %lx
24 long long %lld or %llx
25 unsigned long long %llu or %llx
26 size_t %zu or %zx
27 ssize_t %zd or %zx
28 s8 %d or %x
29 u8 %u or %x
30 s16 %d or %x
31 u16 %u or %x
32 s32 %d or %x
33 u32 %u or %x
34 s64 %lld or %llx
35 u64 %llu or %llx
39 blkcnt_t) or is architecture-dependent for its size (e.g., tcflag_t), use a
51 unsupported specifier or length qualifier results in a WARN and early
74 %p abcdef12 or 00000000abcdef12
97 format. They result in the symbol name with (S) or without (s)
118 %pK 01234567 or 0123456789abcdef
129 %px 01234567 or 0123456789abcdef
132 consider whether or not you are leaking sensitive information about the
134 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
143 %pr [mem 0x60000000-0x6fffffff flags 0x2200] or
145 %pR [mem 0x60000000-0x6fffffff pref] or
149 printed resource with (R) or without (r) a decoded flags member.
158 %pa[p] 0x01234567 or 0x0123456789abcdef
171 %pad 0x01234567 or 0x0123456789abcdef
241 specifiers result in a printed address with (M) or without (m) byte
264 specifiers result in a printed address with (i4) or without (I4) leading
268 host, network, big or little endian order addresses respectively. Where
283 specifiers result in a printed address with (I6) or without (i6)
297 %pIS 1.2.3.4 or 0001:0002:0003:0004:0005:0006:0007:0008
298 %piS 001.002.003.004 or 00010002000300040005000600070008
299 %pISc 1.2.3.4 or 1:2:3:4:5:6:7:8
300 %pISpc 1.2.3.4:12345 or [1:2:3:4:5:6:7:8]:12345
304 type AF_INET or AF_INET6. A pointer to a valid struct sockaddr,
305 specified through ``IS`` or ``iS``, can be passed to this format specifier.
314 case of additional specifiers ``p``, ``f`` or ``s`` as suggested by
325 %pISfc 1.2.3.4 or [1:2:3:4:5:6:7:8]/123456789
326 %pISsc 1.2.3.4 or [1:2:3:4:5:6:7:8]%1234567890
327 %pISpfc 1.2.3.4:12345 or [1:2:3:4:5:6:7:8]:12345/123456789
341 lower (l) or upper case (L) hex notation - and big endian order in lower (b)
342 or upper case (B) hex notation.
369 %pg sda, sda1 or loop0p1
458 (Common Clock Framework) or a unique 32-bit ID (legacy clock framework).
512 one or more test cases, if at all feasible.