Lines Matching full:or

18 		char			%d or %x
19 unsigned char %u or %x
20 short int %d or %x
21 unsigned short int %u or %x
22 int %d or %x
23 unsigned int %u or %x
24 long %ld or %lx
25 unsigned long %lu or %lx
26 long long %lld or %llx
27 unsigned long long %llu or %llx
28 size_t %zu or %zx
29 ssize_t %zd or %zx
30 s8 %d or %x
31 u8 %u or %x
32 s16 %d or %x
33 u16 %u or %x
34 s32 %d or %x
35 u32 %u or %x
36 s64 %lld or %llx
37 u64 %llu or %llx
41 blkcnt_t) or is architecture-dependent for its size (e.g., tcflag_t), use a
53 unsupported specifier or length qualifier results in a WARN and early
76 %p abcdef12 or 00000000abcdef12
109 format. They result in the symbol name with (S) or without (s)
126 either kernel memory (k) or user memory (u). The subsequent ``s`` specifier
136 %pK 01234567 or 0123456789abcdef
147 %px 01234567 or 0123456789abcdef
150 consider whether or not you are leaking sensitive information about the
152 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
175 %pr [mem 0x60000000-0x6fffffff flags 0x2200] or
177 %pR [mem 0x60000000-0x6fffffff pref] or
181 printed resource with (R) or without (r) a decoded flags member.
190 %pa[p] 0x01234567 or 0x0123456789abcdef
203 %pad 0x01234567 or 0x0123456789abcdef
273 specifiers result in a printed address with (M) or without (m) byte
296 specifiers result in a printed address with (i4) or without (I4) leading
300 host, network, big or little endian order addresses respectively. Where
315 specifiers result in a printed address with (I6) or without (i6)
329 %pIS 1.2.3.4 or 0001:0002:0003:0004:0005:0006:0007:0008
330 %piS 001.002.003.004 or 00010002000300040005000600070008
331 %pISc 1.2.3.4 or 1:2:3:4:5:6:7:8
332 %pISpc 1.2.3.4:12345 or [1:2:3:4:5:6:7:8]:12345
336 type AF_INET or AF_INET6. A pointer to a valid struct sockaddr,
337 specified through ``IS`` or ``iS``, can be passed to this format specifier.
346 case of additional specifiers ``p``, ``f`` or ``s`` as suggested by
357 %pISfc 1.2.3.4 or [1:2:3:4:5:6:7:8]/123456789
358 %pISsc 1.2.3.4 or [1:2:3:4:5:6:7:8]%1234567890
359 %pISpfc 1.2.3.4:12345 or [1:2:3:4:5:6:7:8]:12345/123456789
373 lower (l) or upper case (L) hex notation - and big endian order in lower (b)
374 or upper case (B) hex notation.
401 %pg sda, sda1 or loop0p1
518 (Common Clock Framework) or a unique 32-bit ID (legacy clock framework).
572 one or more test cases, if at all feasible.