Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 25 of 187) sorted by relevance

12345678

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h46 virtual bool accepts(uint8_t modRM) const = 0;
58 bool accepts(uint8_t modRM) const override { return true; } in accepts() function
77 bool accepts(uint8_t modRM) const override { in accepts() function
97 bool accepts(uint8_t modRM) const override { in accepts() function
119 bool accepts(uint8_t modRM) const override { in accepts() function
135 bool accepts(uint8_t modRM) const override { return (ModRM == modRM); } in accepts() function
/src/sys/contrib/openzfs/config/
H A Dkernel-setattr-prepare.m448 AC_MSG_CHECKING([whether setattr_prepare() is available and accepts struct mnt_idmap*])
53 [setattr_prepare() accepts mnt_idmap])
57 AC_MSG_CHECKING([whether setattr_prepare() is available and accepts struct user_namespace*])
62 [setattr_prepare() accepts user_namespace])
/src/tools/test/netfibs/
H A Dreflect.c48 static int accepts; variable
79 if (accepts == 0 && nostart == 0) { in reflect_conn()
119 accepts++; in reflect_conn()
/src/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4358 AC_MSG_CHECKING([whether fopen accepts "b" mode])
371 [fopen(3) accepts a 'b' in the mode flag])
374 [fopen(3) accepts a 'b' in the mode flag])
381 AC_MSG_CHECKING([whether fopen accepts "t" mode])
394 [fopen(3) accepts a 't' in the mode flag])
397 [fopen(3) accepts a 't' in the mode flag])
439 # Check to see if fopen accepts "b" mode.
442 # Check to see if fopen accepts "t" mode.
/src/crypto/openssl/exporters/cmake/
H A DOpenSSLConfigVersion.cmake.in7 # mean that the caller accepts whatever they get.
/src/crypto/openssl/demos/quic/server/
H A DREADME.md4 This is a simple example of a QUIC server that accepts and handles one
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFOptions.td3 // link.exe accepts options starting with either a dash or a slash.
/src/crypto/openssh/m4/
H A Dopenssh.m461 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
93 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
125 dnl Check that $LD accepts a flag 'check_flag'. If it is supported append
/src/contrib/dma/
H A DREADME.markdown5 office use. It accepts mails from locally installed Mail User Agents (MUA)
/src/contrib/ntp/sntp/m4/
H A Drealpath.m49 # function that accepts NULL as the 2nd argument.
/src/contrib/sendmail/cf/cf/
H A Dvangogh.cs.mc22 # set up (to stress sendmail) and accepts mail for some other machines.
/src/crypto/openssl/doc/designs/ddd/
H A DWINDOWS.md15 platforms select() accepts a bitmask of FDs, on Windows select() accepts a
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def88 // in that it accepts its arguments as a va_list rather than
93 // in that it accepts its arguments as a va_list rather than
/src/sys/netpfil/ipfilter/netinet/
H A DIPFILTER.LICENCE4 The author accepts no responsibility for the use of this software and
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td102 // (Only accepts r16-r31)
227 // (Only accepts even registers)
245 // (Only accepts r16-r31)
289 // (Only accepts r25:24 r27:26 r29:28 r31:30)
/src/sys/contrib/device-tree/Bindings/media/
H A Drenesas,drif.txt28 two, one of them needs to act as a primary device that accepts common
34 the zeroth channel is selected as primary-bond. This channels accepts
/src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td3 // lib.exe accepts options starting with either a dash or a slash.
/src/contrib/sendmail/contrib/
H A Detrn.021 name for which sendmail(1M) accepts email and, for each
/src/crypto/openssl/doc/man3/
H A DX509_get_serialNumber.pod32 accepts a const parameter and returns a const result.
H A DSSL_CTX_set_new_pending_conn_cb.pod19 handshake processing may occur independently from the thread which accepts the
/src/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt6 and accepts clock requests, aggregates the requests and turns
/src/sys/contrib/device-tree/Bindings/dma/
H A Dst_fdma.txt4 supporting 16 independent DMA channels. It accepts up to 32 DMA requests.
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmips-gic.txt28 It accepts 2 values, the 1st is the starting interrupt and the 2nd is the size
/src/tools/regression/sockets/unix_cmsg/
H A DREADME67 it sends N messages. Server accepts two connections and receives N
74 Client connects to Server. Server accepts connection and sets the
/src/tools/pkgbase/
H A DREADME.md5 the script accepts an mtree file in a format that's returned by

12345678