Home
last modified time | relevance | path

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

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86ModRMFilters.h45 virtual bool accepts(uint8_t modRM) const = 0;
58 bool accepts(uint8_t modRM) const override { in accepts() function
81 bool accepts(uint8_t modRM) const override { in accepts() function
104 bool accepts(uint8_t modRM) const override { in accepts() function
129 bool accepts(uint8_t modRM) const override { in accepts() function
148 bool accepts(uint8_t modRM) const override { in accepts() function
/freebsd-12-stable/tools/test/netfibs/
Dreflect.c50 static int accepts; variable
81 if (accepts == 0 && nostart == 0) { in reflect_conn()
121 accepts++; in reflect_conn()
/freebsd-12-stable/contrib/libgnuregex/
Dregexec.c3569 bitset_t accepts; /* Characters a node can accept. */ in group_nodes_into_DFAstates() local
3571 bitset_empty (accepts); in group_nodes_into_DFAstates()
3583 bitset_set (accepts, node->opr.c); in group_nodes_into_DFAstates()
3586 bitset_merge (accepts, node->opr.sbcset); in group_nodes_into_DFAstates()
3592 bitset_merge (accepts, dfa->sb_char); in group_nodes_into_DFAstates()
3595 bitset_set_all (accepts); in group_nodes_into_DFAstates()
3597 bitset_clear (accepts, '\n'); in group_nodes_into_DFAstates()
3599 bitset_clear (accepts, '\0'); in group_nodes_into_DFAstates()
3604 memset (accepts, '\xff', sizeof (bitset_t) / 2); in group_nodes_into_DFAstates()
3606 bitset_clear (accepts, '\n'); in group_nodes_into_DFAstates()
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libopts/m4/
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.
/freebsd-12-stable/crypto/openssh/m4/
Dopenssh.m45 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
56 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append
95 dnl Check that $LD accepts a flag 'check_flag'. If it is supported append
/freebsd-12-stable/contrib/ipfilter/
DLICENCE4 * The author accepts no responsibility for the use of this software and
/freebsd-12-stable/contrib/dma/
DREADME.markdown5 office use. It accepts mails from locally installed Mail User Agents (MUA)
/freebsd-12-stable/contrib/ntp/sntp/m4/
Drealpath.m49 # function that accepts NULL as the 2nd argument.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
DOptions.td3 // lib.exe accepts options starting with either a dash or a slash.
/freebsd-12-stable/contrib/sendmail/cf/cf/
Dvangogh.cs.mc22 # set up (to stress sendmail) and accepts mail for some other machines.
/freebsd-12-stable/sys/mips/conf/
DBERI_TPAD.hints27 # I/O differ: the frame buffer accepts 16-bit I/O, and the touch input device
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRInstrFormats.td119 // (Only accepts r16-r31)
248 // (Only accepts even registers)
267 // (Only accepts r16-r31)
314 // (Only accepts r25:24 r27:26 r29:28 r31:30)
/freebsd-12-stable/crypto/openssl/doc/man3/
DX509_get_serialNumber.pod25 accepts a const parameter and returns a const result.
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
DIPFILTER.LICENCE5 The author accepts no responsibility for the use of this software and
/freebsd-12-stable/contrib/sendmail/contrib/
Detrn.021 name for which sendmail(1M) accepts email and, for each
/freebsd-12-stable/contrib/file/magic/Magdir/
Drevision27 # test for major version. Git 2017 accepts version number 2 or 3
/freebsd-12-stable/tools/regression/sockets/unix_cmsg/
DREADME68 it sends N messages. Server accepts two connections and receives N
75 Client connects to Server. Server accepts connection and sets the
/freebsd-12-stable/lib/libc/isc/
Deventlib_p.h228 LIST(evAccept) accepts;
/freebsd-12-stable/sys/contrib/libsodium/m4/
Dax_check_link_flag.m463 AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
Dax_check_compile_flag.m463 AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
/freebsd-12-stable/contrib/libucl/doc/
Dapi.md97 Register new macro with name .`macro` parsed by handler `handler` that accepts opaque data pointer …
104 Handler function accepts macro text `data` of length `len` and the opaque pointer `ud`. If macro is…
297 This function is similar to the previous with the exception that it accepts the additional argument…
390 This function accepts opaque iterator pointer `iter`. In the first call this iterator *must* be ini…
/freebsd-12-stable/contrib/binutils/gas/
DNEWS155 * The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for
166 * The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated
462 format accepts it; SPARC CPU accepts it. It's the default only for OS "elf"
/freebsd-12-stable/etc/mail/
DREADME7 accepts command line mail and relays it to a full mail transfer agent via
/freebsd-12-stable/contrib/binutils/binutils/
DNEWS77 * objcopy for MIPS targets now accepts "-M no-aliases" as an option to the
87 * objdump now accepts --debugging-tags to print the debug information in a
96 * objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
/freebsd-12-stable/contrib/libxo/doc/
Dxo.rst19 The `xo` utility accepts a format string suitable for `xo_emit` and

123456789