Searched refs:equiv (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/usr.bin/tr/
H A Dextern.h44 wint_t equiv[NCHARS_SB]; /* equivalence set */ member in struct:__anon932
H A Dstr.c148 case '=': /* "[=equiv=]" */
194 s->equiv[0] = backslash(s, NULL);
202 s->equiv[0] = wc;
217 src[0] = (char)s->equiv[0];
225 s->equiv[p++] = i;
227 s->equiv[p] = OOBCH;
232 s->set = s->equiv;
/freebsd-current/share/man/man5/
H A DMakefile24 hosts.equiv.5 \
60 MLINKS+=hosts.equiv.5 rhosts.5
/freebsd-current/crypto/openssh/.github/
H A Drun_test.sh12 hostname | $SUDO tee $sshconf/shosts.equiv >/dev/null
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc90 // [concept.equiv], concept equivalence_relation
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c136 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); member in struct:tdesc_ops
348 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *);
383 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL)
384 return (equiv(ctdp, mtdp, ed));
/freebsd-current/contrib/llvm-project/libunwind/src/
H A Dassembly.h153 .equiv SYMBOL_NAME(aliasname), SYMBOL_NAME(name)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1048 // Determine whether equiv is the 16-bit equivalent of orig (32-bit or 64-bit).
1049 static bool is16BitEquivalent(const char *orig, const char *equiv) { argument
1051 if (orig[i] == '\0' && equiv[i] == '\0')
1053 if (orig[i] == '\0' || equiv[i] == '\0')
1055 if (orig[i] != equiv[i]) {
1056 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W')
1058 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1')
1060 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6')
/freebsd-current/lib/libc/net/
H A DMakefile.inc5 CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols
/freebsd-current/contrib/ncurses/
H A Ddist.mk129 @echo '<meta http-equiv="Content-Type" content="text\/html; charset=iso-8859-1">' >> subst.sed
/freebsd-current/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 *);
434 equiv(sfile[0], slen[0], sfile[1], slen[1], member);
594 equiv(struct line *a, int n, struct line *b, int m, int *c) function
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp386 int equiv = 1; local
389 while (equiv != 0 && *ne) {
393 equiv = SWIG_TypeNameComp(nb, ne, tb, te);
396 return equiv;
79991 swig_cast_info *equiv; local
[all...]

Completed in 305 milliseconds