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

1234

/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Dwarning.sh3 # Tell them not to be alarmed.
13 Report them to <bug-gnu-utils@gnu.org>,
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrcmp.S52 lbu t0, 0(a0) # get two bytes and compare them
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_socket.c247 struct sockaddr_in them; local
253 memset((char *)&them, 0, sizeof(them));
254 them.sin_family = AF_INET;
255 them.sin_port = htons((unsigned short)port);
260 them.sin_addr.s_addr = htonl(addr);
283 if (connect(s, (struct sockaddr *)&them, sizeof(them)) == -1) {
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c85 struct sockaddr_in them; member in struct:bio_connect_st
188 memset((char *)&c->them, 0, sizeof(c->them));
189 c->them.sin_family = AF_INET;
190 c->them.sin_port = htons((unsigned short)c->port);
195 c->them.sin_addr.s_addr = htonl(l);
238 (struct sockaddr *)&c->them, sizeof(c->them));
308 memset((char *)&ret->them, 0, sizeof(ret->them));
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk40 # so make sure the optimizer doesn't interfere with them.
/freebsd-11-stable/share/mk/
H A Dbsd.symver.mk42 # them to the symbol version generator.
H A Dlocal.gendirdeps.mk7 # local.dirdeps.mk will put them in if necessary
H A Dbsd.progs.mk95 # Find common sources among the PROGS to depend on them before building
96 # anything. This allows parallelization without them each fighting over
H A Dmeta.autodep.mk115 # but do not want to consider them for dependencies
144 # so we provide a means of suppressing them.
237 # If we have META_XTRAS we most likely did not create them
H A Dbsd.opts.mk21 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
H A Dbsd.test.mk36 # installed under /usr/tests/ and that Kyua won't be able to run them.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
77 // SearchForAddressOfSymbol to find them. As such, we special case them here,
78 // there is only a small handful of them.
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S46 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
47 # BTX client can see them
201 * Copy the boot[12] args to where the BTX client can see them
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk57 # them. If you need to enable them on an experimental basis, you
80 # for them.
H A Dkern.mk17 # kernel where fixing them is more trouble than it is worth, or where there is
29 # enough to error out the whole kernel build. Display them anyway, so there is
30 # some incentive to fix them eventually.
78 # External compilers may not support our format extensions. Allow them
/freebsd-11-stable/contrib/bmake/mk/
H A Ddep.mk55 # some of the rules involve .h sources, so remove them from mkdep line
61 # so do them one at a time.
H A Dmeta.autodep.mk114 # but do not want to consider them for dependencies
143 # so we provide a means of suppressing them.
236 # If we have META_XTRAS we most likely did not create them
H A Dsys.mk92 # if you want objdirs make them automatic
H A Dsys.clean-env.mk110 # otherwise the environment will be ruined when we evaluate them below.
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk162 # we shouldn't be expanding them here but who cares. At least we get
163 # to check that the program does nothing stupid (like crash) with them.
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl25 ## while bounce messages can go to this script, which will bounce them
96 and have them correct their From or Sender address.
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh73 implemented them.
188 them in the
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc111 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
117 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh143 them against the existing \`\`gdb-events.[hc]''. Any differences
242 /* When GDB_EVENTS are not being used, completely disable them. */
/freebsd-11-stable/stand/lua/
H A Dhook.lua42 -- with the name of the module that registered them. They would also ideally

Completed in 220 milliseconds

1234