Searched refs:them (Results 1 - 25 of 187) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dreturn.s1 ; Return-type insns. Keep a nop after them, in case a sane
H A Dregreg.s4 ; Note that sizes have to be tested by iterating over them; they
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dedit.h42 void editors_output (const char *fullname, const char *them);
H A Dwatch.c445 char *them; local
448 them = fileattr_get0 (finfo->file, "_watchers");
449 if (them == NULL)
454 p = them;
488 free (them);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dgot7.s2 ; entries for each of them.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug-big.mk3 # stage3, it generates dumps during stage2 and stage3, saving them all
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/mips/string/
H A Dstrcmp.S47 lbu t0, 0(a0) # get two bytes and compare them
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Drunall.sh41 I: "bin/tests/system/ifconfig.sh up" as root to configure them
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dcopy-3.d8 # cannot be changed. We skip it for them.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_conn.c90 struct sockaddr_in them; member in struct:bio_connect_st
201 memset((char *)&c->them,0,sizeof(c->them));
202 c->them.sin_family=AF_INET;
203 c->them.sin_port=htons((unsigned short)c->port);
209 c->them.sin_addr.s_addr=htonl(l);
256 (struct sockaddr *)&c->them,
257 sizeof(c->them));
337 memset((char *)&ret->them,0,sizeof(ret->them));
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ds_socket.c250 struct sockaddr_in them; local
255 memset((char *)&them,0,sizeof(them));
256 them.sin_family=AF_INET;
257 them.sin_port=htons((unsigned short)port);
263 them.sin_addr.s_addr=htonl(addr);
281 if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
H A DCA.com10 $! and the other the certificate) and cat them together and that is what
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dfixfonts54 run Metafont on them."
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dcrange5.s2 ! them unnecessarily. This can happen if .align handling and insn
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/xstormy16/
H A Dreloc-2.s18 ; check that global references work for those operands that support them
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d30v/
H A Dbittest.s6 # will fail in IU only occasionally. Thus GAS should pack them in MU for
H A Dbittest.l15 6 # will fail in IU only occasionally. Thus GAS should pack them in MU for
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_ldmstm_bad.s23 @ The following are technically UNDEFINED, but gas converts them to
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dx86call.asm49 dnl there's no great need to get them separately accounted, just let them
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dgeneral.s65 # these, and others like them should have no operand size prefix
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dconfigure.bat7 rem many people don't care, so we force them to care by refusing to go.
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.dep.mk14 # some of the rules involve .h sources, so remove them from mkdep line
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dpickmove.c180 int them, s, s1; local
195 them = !us;
202 if (sp->s_combo[them].s < sp1->s_combo[them].s)
204 if (sp->s_combo[them].s != sp1->s_combo[them].s)
206 if (sp->s_level[them] < sp1->s_level[them])
208 if (sp->s_level[them] != sp1->s_level[them])
[all...]

Completed in 304 milliseconds

12345678