File: name_mask.ref0

package info (click to toggle)
postfix 3.10.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,968 kB
  • sloc: ansic: 134,721; makefile: 17,984; sh: 6,966; perl: 2,796; python: 1,448; awk: 158
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
zero -> 0x1 -> zero
one -> 0x2 -> one
two -> 0x4 -> two
three -> 0x8 -> three
four -> 0x0 -> 
zero one two three four -> 0xf -> zero one two three
0xff -> 0x0 -> 
0xffffffff -> 0x0 -> 
0xffffffffffffffff -> 0x0 ->