Home
last modified time | relevance | path

Searched refs:equiv (Results 1 – 24 of 24) sorted by relevance

/freebsd/usr.bin/tr/
H A Dstr.c194 s->equiv[0] = backslash(s, NULL); in genequiv()
202 s->equiv[0] = wc; in genequiv()
217 src[0] = (char)s->equiv[0]; in genequiv()
225 s->equiv[p++] = i; in genequiv()
227 s->equiv[p] = OOBCH; in genequiv()
232 s->set = s->equiv; in genequiv()
H A Dextern.h44 wint_t equiv[NCHARS_SB]; /* equivalence set */ member
/freebsd/contrib/ntp/sntp/libopts/
H A Dstreqvcmp.c244 unsigned char equiv = (unsigned char)*s; in strequate() local
246 charmap[(unsigned char)*(s++)] = equiv; in strequate()
/freebsd/share/man/man5/
H A DMakefile23 hosts.equiv.5 \
59 MLINKS+=hosts.equiv.5 rhosts.5
/freebsd/share/doc/smm/07.lpd/
H A Dspell.ok24 hosts.equiv
/freebsd/crypto/openssh/.github/
H A Drun_test.sh13 hostname | $SUDO tee $sshconf/shosts.equiv >/dev/null
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c136 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); member
348 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); in equiv_node() local
383 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL) in equiv_node()
384 return (equiv(ctdp, mtdp, ed)); in equiv_node()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.cppm
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1059 static bool is16BitEquivalent(const char *orig, const char *equiv) { in is16BitEquivalent() argument
1061 if (orig[i] == '\0' && equiv[i] == '\0') in is16BitEquivalent()
1063 if (orig[i] == '\0' || equiv[i] == '\0') in is16BitEquivalent()
1065 if (orig[i] != equiv[i]) { in is16BitEquivalent()
1066 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W') in is16BitEquivalent()
1068 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1') in is16BitEquivalent()
1070 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6') in is16BitEquivalent()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok197 hosts.equiv
/freebsd/share/examples/etc/
H A DREADME.examples27 hosts.equiv - defines system-wide trusted hosts (see ruserok(3))
/freebsd/lib/libc/net/
H A DMakefile.inc4 CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols
/freebsd/contrib/llvm-project/libunwind/src/
H A Dassembly.h168 .equiv SYMBOL_NAME(aliasname), SYMBOL_NAME(name)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dconcepts121 // [concept.equiv], concept equivalence_relation
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLNamedCharacterReferences.td165 def : NCR<"equiv", 0x02261>;
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok311 hosts.equiv
/freebsd/usr.bin/diff/
H A Ddiffreg.c105 * file1 together. Subroutine equiv replaces the value of each line in
107 * (the reordered) file1. To save space equiv squeezes file1 into a single
180 static void equiv(struct line *, int, struct line *, int, int *);
438 equiv(sfile[0], slen[0], sfile[1], slen[1], member); in diffreg_stone()
597 equiv(struct line *a, int n, struct line *b, int m, int *c) in equiv()
593 equiv(struct line *a, int n, struct line *b, int m, int *c) equiv() function
/freebsd/contrib/tcp_wrappers/
H A DREADME620 rexd is less secure than a wildcard in /etc/hosts.equiv.
732 systems it is even less secure than a wildcard in /etc/hosts.equiv.
810 systems it is even less secure than a wildcard in /etc/hosts.equiv.
/freebsd/contrib/ldns/
H A DChangelog1028 * ldns_pkt_push_rr_list: rr_list equiv for rr
1029 * ldns_pkt_safe_push_rr_list: rr_list equiv for rr
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh49 /usr/local/etc/csh.hosts /etc/hosts.equiv )
132 cond-mismatch dollars-in-identifiers enum-int-equiv no-asm no-builtin \
/freebsd/sbin/pfctl/
H A Dpf.os465 # there is an equiv similar generic sig w/o the quirk
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp416 int equiv = 1; in SWIG_TypeCmp() local
419 while (equiv != 0 && *ne) { in SWIG_TypeCmp()
423 equiv = SWIG_TypeNameComp(nb, ne, tb, te); in SWIG_TypeCmp()
426 return equiv; in SWIG_TypeCmp()
83387 swig_cast_info *equiv; in SWIG_PropagateClientData() local
83395 equiv = swig_module.types[i]->cast; in SWIG_PropagateClientData()
83396 while (equiv) { in SWIG_PropagateClientData()
83397 if (!equiv->converter) { in SWIG_PropagateClientData()
83398 if (equiv->type && !equiv->type->clientdata) in SWIG_PropagateClientData()
83399 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata); in SWIG_PropagateClientData()
[all …]
/freebsd/crypto/openssh/
H A Dconfigure.ac2470 # Check for missing getpeereid (or equiv) support
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src203 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
205 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
206 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)