Home
last modified time | relevance | path

Searched refs:them (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dragonfly/crypto/libressl/crypto/bio/
HDbss_conn.c87 struct sockaddr_in them; member
187 memset((char *)&c->them, 0, sizeof(c->them)); in conn_state()
188 c->them.sin_family = AF_INET; in conn_state()
189 c->them.sin_port = htons((unsigned short)c->port); in conn_state()
195 c->them.sin_addr.s_addr = htonl(l); in conn_state()
237 (struct sockaddr *)&c->them, in conn_state()
238 sizeof(c->them)); in conn_state()
309 memset((char *)&ret->them, 0, sizeof(ret->them)); in BIO_CONNECT_new()
/dragonfly/lib/libc/db/hash/
HDREADME7 All test programs which need key/data pairs expect them entered
34 Reads the key/data pairs in the file hashtest and writes them
39 Reads key/data pairs from standard in and looks them up
42 Reads key/data pairs from standard in, looks them up
/dragonfly/contrib/cvs-1.12/src/
HDwatch.c445 char *them; in watchers_fileproc() local
448 them = fileattr_get0 (finfo->file, "_watchers"); in watchers_fileproc()
449 if (them == NULL) in watchers_fileproc()
454 p = them; in watchers_fileproc()
488 free (them); in watchers_fileproc()
HDedit.h42 void editors_output (const char *fullname, const char *them);
/dragonfly/test/test/
HDREADME23 He'd march them up the hill
24 and march them down again.
43 everything written on them was unrepeatable since time immemorial and forever
/dragonfly/games/fortune/
HDREADME5 sure that your user community might not want them installed, edit the Makefile
18 ... on them."
21 people nowadays are casting aside the pietistic attitude that has led them
/dragonfly/games/gomoku/
HDpickmove.c178 int them, s, s1; in better() local
193 them = !us; in better()
200 if (sp->s_combo[them].s < sp1->s_combo[them].s) in better()
202 if (sp->s_combo[them].s != sp1->s_combo[them].s) in better()
204 if (sp->s_level[them] < sp1->s_level[them]) in better()
206 if (sp->s_level[them] != sp1->s_level[them]) in better()
208 if (sp->s_nforce[them] > sp1->s_nforce[them]) in better()
210 if (sp->s_nforce[them] != sp1->s_nforce[them]) in better()
/dragonfly/contrib/gcc-4.7/gcc/doc/include/
HDfunding.texi23 it from them. So when you compare distributors, judge them partly by
45 contribute little, since someone else would surely do them; difficult
/dragonfly/sys/dev/disk/isp/
HDHardware.txt61 to the role you're using them for- otherwise things don't
151 can see them very clearly from 50 feet away.
188 typically have had few problems with them. These are the bare
199 on the JBOD you put them to carry this dual port to the outside
274 want them to- and this makes for a much more reliable, if more expensive,
299 fabric login policy is simplistic (log them in as you find them). If
/dragonfly/usr.sbin/cron/doc/
HDREADME41 source, and since I'd love to see them use it, I'll offer some rediculously
42 low license fee just to have them take it. In the unlikely event that they
61 (either put them all in "root"'s crontab, or divide it up
HDCONVERSION28 COPIES them into a protected directory (CRONDIR/SPOOL_DIR in cron.h), named
31 various `crontab.src' (my suggested name for them) files are just source
68 your crontab commands, you don't need them anymore: just find a good place
/dragonfly/games/fish/
HDfish.instr7 value if you don't have one of them in your hand! If I have any cards of
8 the value you ask for, I have to give them to you. As long as I have one
/dragonfly/contrib/cvs-1.12/contrib/
HDintro.doc26 the files, you can 'commit' them into the central repository.
61 are displayed with a U before them), and which have been modified
89 To see the commit messages for files, and who made them, use:
/dragonfly/etc/mtree/
HDREADME6 system into. Some notes about working with them are placed here to try
7 and keep them in good working order.
/dragonfly/share/examples/drivers/
HDREADME22 to make them interactive. (and ask what kernel tree to use as well as
31 Give them a single argument: the name of the driver.
/dragonfly/contrib/gcc-4.7/libobjc/
HDaccessors.m37 /* Properties can be "atomic", which requires protecting them from
68 implemented here, but we need to declare them so we can compile the
253 both. One of them is most likely a temporary buffer in the
257 accessor lock at once, we need to always lock them in the
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
HDREADME4 them.
/dragonfly/share/zoneinfo/
HDREADME4 "Oh that--you can set them any place you want." -- Frank Baxter as The Scientist
46 None of them are responsible for remaining errors.
/dragonfly/sbin/init/
HDNOTES35 waiting on them is called "init" and has a process ID of 1.'
97 maybe now we can consider replacements? maintain them in parallel
107 on lines that are now 'off', starting them on lines newly 'on')
/dragonfly/contrib/binutils-2.27/binutils/
HDREADME6 (gprof) each of which have their own sub-directory named after them.
63 besides the default. List them as the argument to --enable-targets,
92 linked against them. If you have static versions of the system
180 reports about bugs, but we do not promise to fix them, particularly so
210 interested developers need to download them, or offer to email them on
/dragonfly/contrib/tcsh-6/nls/finnish/
HDset309 7 There are %d %s, list them anyway? [n/y]
/dragonfly/contrib/gcc-4.7/gcc/common/
HDcommon-target.def20 provided by the including file, and how to use them here. */
102 components should be preserved and directory names containing them passed\
/dragonfly/contrib/gcc-8.0/gcc/common/
HDcommon-target.def19 provided by the including file, and how to use them here. */
101 components should be preserved and directory names containing them passed\
/dragonfly/tools/regression/bin/sh/parser/
HDnul1.03 # we ignore them.
/dragonfly/sys/vfs/ufs/
HDREADME28 them. Thus you will be able to ensure that your other hooks have
30 that wish to use them. Please report problems back to me with
109 directory block that references them. If there were data in the
111 before their inodes claimed them.
141 feel free to contact me with them and we can try to resolve any
208 only a few lines of changes in them. However, four files have
317 you can get an insight into how best to tune them. If you get

12345678910>>...16