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

1234567891011

/openbsd-current/lib/libc/arch/mips64/string/
H A Dstrcmp.S42 lbu t0, 0(a0) # get two bytes and compare them
/openbsd-current/sys/lib/libkern/arch/mips64/
H A Dstrcmp.S43 lbu t0, 0(a0) # get two bytes and compare them
/openbsd-current/lib/libcrypto/bio/
H A Dbss_conn.c87 struct sockaddr_in them; member in struct:bio_connect_st
187 memset((char *)&c->them, 0, sizeof(c->them));
188 c->them.sin_family = AF_INET;
189 c->them.sin_port = htons((unsigned short)c->port);
195 c->them.sin_addr.s_addr = htonl(l);
237 (struct sockaddr *)&c->them,
238 sizeof(c->them));
309 memset((char *)&ret->them, 0, sizeof(ret->them));
[all...]
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dfixfonts54 run Metafont on them."
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dvars.pm65 in the list, allowing you to use them under C<use strict>, and
66 disabling any typo warnings for them.
H A Dsubs.pm20 in the list, allowing you to use them without parentheses (as list operators)
H A DEnglish.pm25 which get triggered just by accessing them (like $0) will still
49 all applications which use them.>
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DParent.pm57 I<To get the actual events you need to get them from the parent event directly>
64 them yet).
H A DInfo.pm26 This facet represents messages intended for humans that will help them either
98 not STDERR, but should show them even in non-verbose mode.
/openbsd-current/regress/
H A DMakefile46 echo If you want them to be also logged locally, you can set the
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dwatch.c433 char *them; local
436 them = fileattr_get0 (finfo->file, "_watchers");
437 if (them == NULL)
442 p = them;
476 free (them);
/openbsd-current/gnu/llvm/llvm/utils/vim/syntax/
H A Dmachine-ir.vim17 " Opcodes. Matching instead of listing them because individual targets can add
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc76 // If this is darwin, it has some funky issues, try to solve them here. Some
78 // SearchForAddressOfSymbol to find them. As such, we special case them here,
79 // there is only a small handful of them.
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dexpand-macro.pl66 # macros. So no need to include them.
149 -k keep them after generating (for handy inspection)
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A Dtml102 expand the patterns, or you can quote/escape the patterns and let them be
/openbsd-current/regress/sys/net/rdomains/
H A Difalocal.sh77 please destroy them before running this test.
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DFormatter.pm71 This is what takes events and turns them into TAP.
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dsccs2rcs.in146 echo -n "Do you want to change them [n] ?"
/openbsd-current/gnu/usr.bin/perl/cpan/experimental/lib/
H A Dstable.pm73 warnings associated with them go away. When that happens, they can generally
138 change, but significant bugs makes them unsafe to use before 5.22.
/openbsd-current/games/gomoku/
H A Dpickmove.c163 int them, s, s1; local
178 them = !us;
185 if (sp->s_combo[them].s < sp1->s_combo[them].s)
187 if (sp->s_combo[them].s != sp1->s_combo[them].s)
189 if (sp->s_level[them] < sp1->s_level[them])
191 if (sp->s_level[them] != sp1->s_level[them])
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DLiblist.pm31 ExtUtils::Liblist - determine libraries to use and how to use them
119 prefixes, since the Unix-OS/2 version of ext() requires them.
145 names, and filter them out or convert them to their VMS equivalents, as
182 names, one more attempt is made to find them using either C<foo.a> or
194 prefixes, since the Unix-OS/2 version of ext() requires them.
224 distinguish between them.
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dlib2funcs.S132 src a0, a8, a3 # combine them with a funnel shift
/openbsd-current/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dlib2funcs.S132 src a0, a8, a3 # combine them with a funnel shift
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Drunperl.pl45 run them; since the wrapper is generic, you can use symbolic

Completed in 249 milliseconds

1234567891011