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

1234

/freebsd-10.2-release/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-10.2-release/lib/libc/mips/string/
H A Dstrcmp.S52 lbu t0, 0(a0) # get two bytes and compare them
/freebsd-10.2-release/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-10.2-release/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-10.2-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S47 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
48 # BTX client can see them
202 * Copy the boot[12] args to where the BTX client can see them
/freebsd-10.2-release/share/mk/
H A Dbsd.symver.mk42 # them to the symbol version generator.
H A Dbsd.test.mk24 # installed under /usr/tests/ and that Kyua won't be able to run them.
H A Dbsd.dep.mk34 # them in the file ${DEPENDFILE}.
H A Dsuite.test.mk116 @echo "*** tests into their final location and run them from ${TESTSBASE}"
/freebsd-10.2-release/contrib/bmake/mk/
H A Ddep.mk61 # some of the rules involve .h sources, so remove them from mkdep line
67 # so do them one at a time.
H A Dmeta.autodep.mk96 # but do not want to consider them for dependencies
123 # so we provide a means of suppressing them.
216 # If we have META_XTRAS we most likely did not create them
H A Dsys.clean-env.mk109 # otherwise the environment will be ruined when we evaluate them below.
H A Ddpadd.mk46 # Convert DPADD into -I and -L options and add them to CPPFLAGS and LDADD
51 # and use them.
H A Dwarnings.mk51 # If you add sets, besure to list them (you don't have to touch this list).
/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
H A DProgram.inc180 // process. We have to concatenate them all, while quoting the args that
227 // an environment block by concatenating them.
/freebsd-10.2-release/sys/conf/
H A Dkern.mk16 # 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.
41 # External compilers may not support our format extensions. Allow them
H A Dkern.post.mk9 # override or augment them.
236 # .depend needs include links so we remove them only together.
/freebsd-10.2-release/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-10.2-release/tools/tools/sysdoc/
H A Dsysdoc.sh73 implemented them.
188 them in the
/freebsd-10.2-release/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-10.2-release/sys/boot/i386/cdboot/
H A Dcdboot.S47 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
48 # BTX client can see them
268 # Copy the boot[12] args to where the BTX client can see them
/freebsd-10.2-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh460 # filtering them into the reference dictionary; discard incomplete 'groff' output
478 # let's make sure we have a GhostScript interpreter to convert them!
/freebsd-10.2-release/crypto/openssl/util/
H A Dmkerr.pl73 sure to escape those to prevent the shell from expanding them
79 instead renumber all of them starting from 100. (Note that
248 # Scan function and reason codes and store them: keep a note of the
/freebsd-10.2-release/sys/boot/pc98/cdboot/
H A Dcdboot.S48 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
49 # BTX client can see them
513 # Copy the boot[12] args to where the BTX client can see them

Completed in 212 milliseconds

1234