Searched refs:same (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dif.c60 #define same(a1, a2) \ macro
67 if (same(&ifp->int_addr, addr))
70 same(&ifp->int_broadaddr, addr))
88 if (same(&ifp->int_dstaddr, addr))
140 if (same(&ifp->int_addr, addr))
143 same(&ifp->int_broadaddr, addr))
/freebsd-9.3-release/lib/libc/i386/string/
H A Dwcscmp.S46 jz same
51 jz same
56 jz same
65 same: xorl %eax,%eax label
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.h110 virtual int same(node *) = 0;
156 int same(node *);
196 int same(node *);
225 int same(node *);
240 int same(node *);
261 int same(node *);
275 int same(node *);
288 int same(node *);
303 int same(node *);
333 int same(nod
[all...]
H A Dnode.cpp1851 int same(node *);
1878 int same(node *);
1905 int same(node *);
1935 int same(node *);
2391 int same(node *);
2407 int hyphen_inhibitor_node::same(node *) function in class:hyphen_inhibitor_node
2595 int same(node *);
2746 int same(node *);
3844 int special_node::same(node *n) function in class:special_node
3921 int suppress_node::same(nod function in class:suppress_node
3974 int tag_node::same(node *nd) function in class:tag_node
4448 int draw_node::same(node *n) function in class:draw_node
5067 int extra_size_node::same(node *nd) function in class:extra_size_node
5087 int vertical_size_node::same(node *nd) function in class:vertical_size_node
5112 int hmotion_node::same(node *nd) function in class:hmotion_node
5153 int space_char_hmotion_node::same(node *nd) function in class:space_char_hmotion_node
5189 int vmotion_node::same(node *nd) function in class:vmotion_node
5210 int hline_node::same(node *nd) function in class:hline_node
5230 int vline_node::same(node *nd) function in class:vline_node
5250 int dummy_node::same(node * /*nd*/) function in class:dummy_node
5270 int transparent_dummy_node::same(node * /*nd*/) function in class:transparent_dummy_node
5295 int zero_width_node::same(node *nd) function in class:zero_width_node
5315 int italic_corrected_node::same(node *nd) function in class:italic_corrected_node
5407 int left_italic_corrected_node::same(node *nd) function in class:left_italic_corrected_node
5503 int overstrike_node::same(node *nd) function in class:overstrike_node
5537 int bracket_node::same(node *nd) function in class:bracket_node
5557 int composite_node::same(node *nd) function in class:composite_node
5578 int glyph_node::same(node *nd) function in class:glyph_node
5601 int ligature_node::same(node *nd) function in class:ligature_node
5623 int kern_pair_node::same(node *nd) function in class:kern_pair_node
5645 int dbreak_node::same(node *nd) function in class:dbreak_node
5667 int break_char_node::same(node *nd) function in class:break_char_node
5689 int line_start_node::same(node * /*nd*/) function in class:line_start_node
5709 int space_node::same(node *nd) function in class:space_node
5721 int word_space_node::same(node *nd) function in class:word_space_node
5757 int unbreakable_space_node::same(node *nd) function in class:unbreakable_space_node
5783 int diverted_space_node::same(node *nd) function in class:diverted_space_node
5803 int diverted_copy_file_node::same(node *nd) function in class:diverted_copy_file_node
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
53 * We don't want to use the chill() action in the same enabling
/freebsd-9.3-release/crypto/openssh/
H A Ddeattack.c108 u_int32_t l, same; local
145 for (c = buf, same = j = 0; c < (buf + len); c += SSH_BLOCKSIZE, j++) {
149 if (++same > MAX_IDENTICAL)
/freebsd-9.3-release/contrib/binutils/binutils/
H A DMakefile.am25 # these two are almost the same program
29 # objcopy and strip should be the same program
37 # These should all be the same program too.
449 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
454 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
460 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
464 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
467 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
470 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
475 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk65 # ... and the same for ipfilter
68 # ... and the same for pf
71 # ... and the same for ath
74 # ... and the same for the NgATM stuff
77 # ... and the same for twa
80 # ... and the same for XFS
83 # ... and the same for cxgb and cxgbe
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-qic.c180 /* use same buffer for in and out */
183 bool same; local
185 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
205 SM_TEST(!same);
206 if (same)
/freebsd-9.3-release/tools/tools/ath/athdecode/
H A Dmain.c62 int fd, i, nrecs, same; local
81 same = 0;
86 same++;
89 if (same)
90 printf("\t\t+%u time%s", same, same == 1 ? "" : "s");
104 same = 0;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmacrotab.c183 /* Compare two source locations (from the same compilation unit).
223 /* If the two files are not the same, find their common ancestor in
228 chain until the two files are at least at the same *depth*.
229 Then, walk up both files in synchrony until they're the same
251 /* Now both file1 and file2 are at the same depth. Walk toward
267 same compilation unit, then they should both be part of
268 the same tree, and this shouldn't happen. */
273 /* Now we've got two line numbers in the same file. */
281 with the same line number in the #including file. */
297 Sort definitions by name; for two definitions with the same nam
677 int same = 1; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind.inc125 /* Update cur_context to describe the same frame as fs. */
187 /* Update cur_context to describe the same frame as fs, and discard
306 /* Update context to describe the same frame as fs. */
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dcurses.priv.h919 * ncurses/ncursesw are the same up to this point.
923 * UTF-8, but do not permit ACS at the same time (see tty_update.c).
1203 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */
/freebsd-9.3-release/contrib/llvm/tools/lli/ChildTarget/Unix/
H A DChildTarget.inc113 // be on the same page. The RemoteTarget interface should be changed to
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c335 * Look for strings that are marked cancelled, which happen to be the same name
392 bool same; local
405 for (n = 0, same = TRUE; n < na; n++) {
407 same = FALSE;
411 if (same)
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm300 B<[@modules]> is an array ref, same as additional arguments mentioned above.
394 are picked up from the B<extralibs.ld> file in the same directory.
400 This will do the same as the above example, along with printing additional arguments for linking with the B<Socket> extension.
442 This function simply returns a string defining the same B<EXTERN_C> macro as
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c576 * Returns: same as EmitRange
584 int i, j, same; local
591 for (j = first, same = 0; j <= last; j++) {
592 if (!same && isWidecExt(otext[j]))
595 same++;
597 if (same > SP->_inline_cost) {
598 EmitRange(ntext + first, j - same - first);
601 same = 0;
604 i = EmitRange(ntext + first, j - same - first);
609 return (same
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dman.mk17 # set this to .0 for same behavior as bsd.man.mk
H A Dmeta.stage.mk57 # the same file
203 # one could achieve the same with SYMLINKS
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com90 so that this run-time library resides in the same location as gcc's
/freebsd-9.3-release/share/mk/
H A Dbsd.subdir.mk18 # Each of the targets will execute the same target in the
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc227 // If stdout and stderr should go to the same place, redirect stderr
278 // If stdout and stderr should go to the same place, redirect stderr
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl45 * included with this distribution is covered by the same copyright terms
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl77 * included with this distribution is covered by the same copyright terms
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog114 # format, so that packets from the same source will always show the same
423 # Isn't it cool that we can use the same hash for both?
778 # Convert all unrecognized high ports to the same value so they are treated
1018 are presented in a tabular form, where all packets with the same source and
1021 as a "high" port; all high ports are coalesced into the same entry. The fields
1034 be in the same format as /etc/services. Any service name not found

Completed in 245 milliseconds

12345