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

/freebsd-13-stable/usr.bin/tr/
H A Dextern.h47 wint_t equiv[NCHARS_SB]; /* equivalence set */ member in struct:__anon16418
H A Dstr.c154 case '=': /* "[=equiv=]" */
200 s->equiv[0] = backslash(s, NULL);
208 s->equiv[0] = wc;
223 src[0] = (char)s->equiv[0];
231 s->equiv[p++] = i;
233 s->equiv[p] = OOBCH;
238 s->set = s->equiv;
/freebsd-13-stable/share/man/man5/
H A DMakefile31 hosts.equiv.5 \
78 MLINKS+=hosts.equiv.5 rhosts.5
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dassembly.h82 .equiv SYMBOL_NAME(aliasname), SYMBOL_NAME(name)
/freebsd-13-stable/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-13-stable/lib/libc/net/
H A DMakefile.inc7 CONFS+= net/hosts net/hosts.equiv net/networks net/nsswitch.conf net/protocols
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp984 // Determine whether equiv is the 16-bit equivalent of orig (32-bit or 64-bit).
985 static bool is16BitEquivalent(const char *orig, const char *equiv) { argument
987 if (orig[i] == '\0' && equiv[i] == '\0')
989 if (orig[i] == '\0' || equiv[i] == '\0')
991 if (orig[i] != equiv[i]) {
992 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W')
994 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1')
996 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6')
/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c111 * Subroutine equiv replaces the value of each line in
114 * To save space equiv squeezes file1 into a single
193 static void equiv(struct line *, int, struct line *, int, int *);
397 equiv(sfile[0], slen[0], sfile[1], slen[1], member);
561 equiv(struct line *a, int n, struct line *b, int m, int *c) function
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk129 @echo '<meta http-equiv="Content-Type" content="text\/html; charset=iso-8859-1">' >> subst.sed
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp406 int equiv = 1; local
409 while (equiv != 0 && *ne) {
413 equiv = SWIG_TypeNameComp(nb, ne, tb, te);
416 return equiv;
72059 swig_cast_info *equiv; local
[all...]

Completed in 330 milliseconds