Home
last modified time | relevance | path

Searched refs:reader (Results 76 – 100 of 163) sorted by relevance

1234567

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h135 archive_read_callback *reader; member
H A Darchive_read.c165 r = (self->archive->client.reader)(&self->archive->archive, in client_read_proxy()
319 a->client.reader = client_reader; in archive_read_set_read_callback()
470 if (a->client.reader == NULL) { in archive_read_open1()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py105 reader = DebugIoReader(IPFW_PATH)
106 ioctls = reader.get_records(in_data)
/freebsd/contrib/byacc/
H A Dvmsbuild.com72 $ write optf "reader.obj"
H A Ddefs.h564 extern void reader(void);
/freebsd/libexec/bootpd/
H A DToDo13 The reader implemented in readfile.c could use improvement. Some sort
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmicrowatt.dts160 reg-names = "phy", "core", "reader", "writer", "irq";
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih407-family.dtsi966 sti_uni_reader0: sti-uni-reader@8d83000 {
967 compatible = "st,stih407-uni-reader-pcm_in";
978 sti_uni_reader1: sti-uni-reader@8d84000 {
979 compatible = "st,stih407-uni-reader-hdmi";
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt122 There is some code in the CodeView reader that was extracted/adapted
132 There is some code in the CodeView reader that was extracted/adapted
/freebsd/usr.bin/dtc/
H A DHACKING30 as easily by the reader as by the compiler.
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h39 namespace reader {
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc295 vm_address_t zone_address, memory_reader_t reader,
300 vm_address_t zone_address, memory_reader_t reader,
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm632-fairphone-fp3.dts230 * 135-138: fingerprint reader (SPI)
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.txt5 (the local side) and a single reader (the remote side). Values are uniquely
H A Dqcom,smp2p.yaml17 writer (the local side) and a single reader (the remote side). Values are
/freebsd/contrib/lua/src/
H A Dluac.c126 static const char* reader(lua_State* L, void* ud, size_t* size) in reader() function
151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx50-kobo-aura.dts4 // The Kobo Aura e-book reader, model N514. The mainboard is marked as E606F0B.
/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c363 pthread_t writer, reader; in test_pipe() local
394 ATF_REQUIRE_EQ(0, pthread_create(&reader, NULL, test_pipe_reader, in test_pipe()
399 ATF_REQUIRE_EQ(0, pthread_join(reader, NULL)); in test_pipe()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c660 int (*reader) (UI *ui, UI_STRING *uis)) in UI_method_set_reader()
663 method->ui_read_string = reader; in UI_method_set_reader()
/freebsd/contrib/libpcap/doc/
H A DREADME.macos69 are left as an exercise for the reader.
/freebsd/crypto/openssl/include/openssl/
H A Dui.h342 int (*reader) (UI *ui, UI_STRING *uis));
/freebsd/stand/forth/
H A Dframes.4th32 \ XXX Filled boxes are left as an exercise for the reader... ;-/
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h346 void PushInputReader(lldb::SBInputReader &reader);
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst624 Reader is newly pushed onto the reader stack.
628 An async output event occurred; the reader may want to do something.
632 Reader is on top of the stack again after another reader was popped off.
636 Another reader was pushed on the stack.
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td26 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;

1234567