Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/netbsd/external/bsd/tcpdump/dist/tests/
H A Darp-oobr.out1 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng…
4 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng…
5 … length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.212.1 tell 192.168.1.104, leng…
6 …, length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.38 tell 192.168.0.31, lengt…
7 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng…
8 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng…
9 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.104, leng…
10 …), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 tell 192.168.0.30, lengt…
12 …), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 tell 192.168.0.33, lengt…
17 …, length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.37 tell 192.168.0.37, lengt…
[all …]
H A DQinQpacket.out1 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
4 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
11 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
12 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
13 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
14 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
15 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
18 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
25 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
26 …8a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length…
[all …]
H A Disakmp4.out1 ARP, Request who-has 192.1.2.23 tell 192.1.2.254, length 28
13 ARP, Request who-has 192.1.2.254 tell 192.1.2.23, length 28
26 ARP, Request who-has 192.1.2.23 tell 192.1.2.254, length 28
32 ARP, Request who-has 192.1.2.254 tell 192.1.2.23, length 28
H A Deapon2.out1 ARP, Request who-has 192.168.1.1 tell 192.168.1.249, length 28
30 ARP, Request who-has 169.254.67.194 tell 169.254.67.194, length 28
31 ARP, Request who-has 169.254.67.194 tell 169.254.67.194, length 28
32 ARP, Request who-has 169.254.67.194 tell 169.254.67.194, length 28
H A DQinQpacketv.out1 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
28 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
107 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
108 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
109 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
110 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
111 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
138 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
217 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
218 …ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.17.0.2 tell 172.17.0.20, length…
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp98 uint64_t end = cursor.tell() + length; in parseAttributeList()
99 while ((pos = cursor.tell()) < end) { in parseAttributeList()
125 uint64_t end = cursor.tell() - sizeof(length) + length; in parseSubsection()
137 while (cursor.tell() < end) { in parseSubsection()
152 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
174 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
218 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
222 utohexstr(cursor.tell() - 4)); in parse()
/netbsd/sys/arch/luna68k/stand/boot/
H A Dawaitkey.c54 awaitkey(const char *pfmt, int timeout, bool tell) in awaitkey() argument
62 if (tell) in awaitkey()
75 if (tell) in awaitkey()
81 if (tell) { in awaitkey()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp31 size_t tell() const { return NextOffset; } in tell() function in __anone21fd5270111::BlobAllocator
108 size_t BeginOffset = OS.tell(); in writeTo()
111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
124 size_t DataEnd = File.tell(); in layout()
162 size_t DataEnd = File.tell(); in layout()
165 DataEnd = File.tell(); in layout()
175 Result.Location.RVA = File.tell(); in layout()
208 DataEnd = File.tell(); in layout()
222 DataEnd.getValueOr(File.tell()) - Result.Location.RVA; in layout()
H A DDWARFEmitter.cpp190 const size_t RangesOffset = OS.tell(); in emitDebugRanges()
269 uint64_t EntryBegin = OS.tell(); in writeDIE()
273 return OS.tell() - EntryBegin; in writeDIE()
403 return OS.tell() - EntryBegin; in writeDIE()
727 uint64_t ExpressionBegin = OS.tell(); in writeDWARFExpression()
748 return OS.tell() - ExpressionBegin; in writeDWARFExpression()
755 uint64_t BeginOffset = OS.tell(); in writeListEntry()
809 return OS.tell() - BeginOffset; in writeListEntry()
816 uint64_t BeginOffset = OS.tell(); in writeListEntry()
906 return OS.tell() - BeginOffset; in writeListEntry()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp145 uint64_t Start = W.OS.tell(); in writeHeader()
181 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand()
231 uint64_t Start = W.OS.tell(); in writeSection()
255 assert(W.OS.tell() - Start == in writeSection()
265 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand()
288 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand()
410 uint64_t Start = W.OS.tell(); in writeLinkeditLoadCommand()
434 uint64_t Start = W.OS.tell(); in writeLinkerOptionsLoadCommand()
756 uint64_t StartOffset = W.OS.tell(); in writeObject()
999 unsigned Start = W.OS.tell(); in writeObject()
[all …]
H A DELFObjectWriter.cpp758 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable()
768 SecStart = W.OS.tell(); in computeSymbolTable()
773 SecEnd = W.OS.tell(); in computeSymbolTable()
1100 uint64_t SecEnd = W.OS.tell(); in writeObject()
1150 uint64_t SecEnd = W.OS.tell(); in writeObject()
1177 uint64_t SecEnd = W.OS.tell(); in writeObject()
1184 uint64_t SecEnd = W.OS.tell(); in writeObject()
1190 uint64_t SecStart = W.OS.tell(); in writeObject()
1196 uint64_t SecEnd = W.OS.tell(); in writeObject()
1201 uint64_t SecStart = W.OS.tell(); in writeObject()
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-bbedit.applescript11 tell application "BBEdit"
15 end tell
20 tell application "BBEdit"
27 end tell
/netbsd/sys/arch/landisk/stand/boot/
H A Dcons.c128 awaitkey(int timeout, int tell) in awaitkey() argument
136 if (tell && (i % POLL_FREQ) == 0) { in awaitkey()
163 if (tell) in awaitkey()
/netbsd/usr.bin/rpcgen/
H A Drpc_main.c445 long tell; in c_output() local
458 tell = ftell(fout); in c_output()
462 if (extend && tell == ftell(fout)) { in c_output()
560 long tell; in h_output() local
584 tell = ftell(fout); in h_output()
602 if (extend && tell == ftell(fout)) { in h_output()
766 long tell; in svc_output() local
782 tell = ftell(fout); in svc_output()
786 if (extend && tell == ftell(fout)) { in svc_output()
800 long tell; in clnt_output() local
[all …]
/netbsd/sys/stand/efiboot/
H A Dprompt.c74 awaitkey(int timeout, int tell) in awaitkey() argument
83 if (tell) { in awaitkey()
116 if (tell) { in awaitkey()
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp512 assert(OutFile.tell() == HeaderSize); in generateDsymCompanion()
517 assert(OutFile.tell() == HeaderSize + sizeof(UUIDCmd)); in generateDsymCompanion()
573 assert(OutFile.tell() == LoadCommandSize + HeaderSize); in generateDsymCompanion()
575 assert(OutFile.tell() == SymtabStart); in generateDsymCompanion()
580 assert(OutFile.tell() == StringStart); in generateDsymCompanion()
595 assert(OutFile.tell() == StringStart + NewStringsSize); in generateDsymCompanion()
599 assert(OutFile.tell() == EHFrameStart); in generateDsymCompanion()
604 assert(OutFile.tell() == EHFrameStart + EHFrameSize); in generateDsymCompanion()
608 assert(OutFile.tell() == DwarfSegmentStart); in generateDsymCompanion()
615 uint64_t Pos = OutFile.tell(); in generateDsymCompanion()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp67 uint64_t FileWriter::tell() { in tell() function in FileWriter
68 return OS.tell(); in tell()
72 off_t Offset = OS.tell(); in alignTo()
H A DFunctionInfo.cpp105 const uint64_t FuncInfoOffset = O.tell(); in encode()
117 const auto StartOffset = O.tell(); in encode()
121 const auto Length = O.tell() - StartOffset; in encode()
135 const auto StartOffset = O.tell(); in encode()
139 const auto Length = O.tell() - StartOffset; in encode()
/netbsd/sys/arch/zaurus/stand/zboot/
H A Dunixcons.c156 awaitkey(int timeout, int tell) in awaitkey() argument
169 if (tell) { in awaitkey()
191 if (tell) in awaitkey()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp46 Offset = C.tell() + NewSet.Length; in extract()
83 if (C.tell() != Offset) in extract()
89 SetOffset, C.tell() - OffsetSize, Offset - OffsetSize)); in extract()
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp85 uint64_t SectionStart = OutputStream->tell(); in markSectionStart()
129 OutputStream->tell() - SectionStart, LayoutIdx}); in addNewSection()
151 uint64_t Offset = OutputStream->tell(); in writeSample()
268 SecLBRProfileStart = OutputStream->tell(); in writeOneSection()
514 uint64_t FuncOffsetTableStart = OS.tell(); in writeFuncOffsetTable()
590 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
601 uint64_t Saved = OutputStream->tell(); in writeSecHdrTable()
645 FileStart = OS.tell(); in writeHeader()
660 TableOffset = OutputStream->tell(); in writeHeader()
737 uint64_t Offset = OutputStream->tell(); in writeSample()
/netbsd/sys/arch/i386/stand/lib/
H A Dpcio.c329 awaitkey(int timeout, int tell) in awaitkey() argument
337 if (tell && (i % POLL_FREQ) == 0) { in awaitkey()
367 if (tell) in awaitkey()
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell(); in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
/netbsd/games/fish/
H A Dfish.instr10 card of which I don't have any, then I'll tell you to "Go Fish!" This
15 Sometimes you get to ask first, sometimes I do. I'll tell you when it's
16 your turn to move, I'll draw cards from the deck for you, and I'll tell
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp119 uint64_t OldPos = OS.tell(); in printWithSpacePadding()
121 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
224 NamePos = StringTable.tell(); in printMemberHeader()
229 Insertion.first->second = StringTable.tell(); in printMemberHeader()
317 printBSDMemberHeader(Out, Out.tell(), Name, now(Deterministic), 0, 0, 0, in writeSymbolTableHeader()
342 uint64_t Pos = Out.tell() + Size; in writeSymbolTable()
397 Ret.push_back(SymNames.tell()); in getSymbols()
524 if (HasObject && SymNames.tell() == 0) in computeMemberData()

12345678910>>...45