Searched refs:good (Results 1 - 25 of 62) sorted by path

123

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1124 int *good; local
1145 if ((good = zfs_alloc(zhp->zpool_hdl,
1154 good[i] = 1;
1164 if (good[i] && zfs_share(cb.cb_handles[i]) != 0)
1168 free(good);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex770 % good page breaking, for example.) However, I could not construct an
2397 \vadjust{\penalty 1200}}% not good to break after first line of item.
2419 % This is a good thing, since \splitoff doesn't work given nothing at
4731 % it's not a good place to break if the last penalty was \nobreak
6213 % text after an @example or the like (not that this is good style).
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dconfigure2651 # Find a good install program. We prefer a C program (faster),
2652 # so one script is as good as another. But avoid the broken or
5705 # Some flags need to be propagated to the compiler or linker for good
10339 # FIXME - insert some real tests, host_os isn't really good enough
11113 # Find a good install program. We prefer a C program (faster),
11114 # so one script is as good as another. But avoid the broken or
13985 # Lacking a good header? Test size of everything and deduce all types.
22635 /* system headers have good uint64_t and int64_t */
/freebsd-9.3-release/contrib/binutils/
H A Dconfigure1609 # Find a good install program. We prefer a C program (faster),
1610 # so one script is as good as another. But avoid the broken or
4791 # Add "good" languages from enable_stage1_languages to stage1_languages,
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh512 # good, it works
554 : good, it works
567 # good, it works
605 : good, it works
622 # good, it works
646 # good, it works
694 : good, it works
702 : good, it works
710 : good, it works
742 # good, i
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c2700 is no good. Even trickier is:
10057 int good = 0;
10102 good += try_one_overload (tparms, targs, tempargs, parm,
10115 good += try_one_overload (tparms, targs, tempargs, parm,
10127 if (good == 1)
10134 if (good)
10056 int good = 0; local
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex794 % good page breaking, for example.) However, I could not construct an
1206 % interpreted as a newline (\n), followed by o, d, e. Not good.
2092 % There is no good (free) typewriter version, to my knowledge.
2571 \vadjust{\penalty 1200}}% not good to break after first line of item.
2593 % This is a good thing, since \splitoff doesn't work given nothing at
4927 % it's not a good place to break if the last penalty was \nobreak
6414 % text after an @example or the like (not that this is good style).
/freebsd-9.3-release/contrib/gcc/
H A Drecog.c1933 int good;
1939 good = (*addressp) (QImode, y);
1943 return good;
1923 int good; local
H A Dreload.c672 int good = 0;
678 good = 1;
685 if (bad || !good)
2426 /* This could be more precise, but it's good enough. */
668 int good = 0; local
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A Dconfigure4818 # Lacking a good header? Test size of everything and deduce all types.
8686 /* system headers have good uint64_t and int64_t */
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dconfigure1564 # Find a good install program. We prefer a C program (faster),
1565 # so one script is as good as another. But avoid the broken or
3400 # Find a good install program. We prefer a C program (faster),
3401 # so one script is as good as another. But avoid the broken or
4348 # Some flags need to be propagated to the compiler or linker for good
7153 # Lacking a good header? Test size of everything and deduce all types.
12739 /* system headers have good uint64_t and int64_t */
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex771 % good page breaking, for example.) However, I could not construct an
1991 % There is no good (free) typewriter version, to my knowledge.
2470 \vadjust{\penalty 1200}}% not good to break after first line of item.
2492 % This is a good thing, since \splitoff doesn't work given nothing at
4803 % it's not a good place to break if the last penalty was \nobreak
6285 % text after an @example or the like (not that this is good style).
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl144 (this does not look good, formatted)
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dbasic_ios.h120 * users will call one of the interpreting wrappers, e.g., good().
166 good() const function in class:basic_ios
H A Dostream_insert.h97 if (__out.good())
99 if (__left && __out.good())
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h129 good() const throw() function in class:encoding_state
320 if (__state.good())
387 if (__state.good())
424 if (__state.good())
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp95 if (!In.good()) {
H A DLoopExtractor.cpp199 if (!In.good()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp37 struct good {}; struct in namespace:clang::comments::__anon2984
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
42 return good();
52 (void) good(implements_child_begin_end(function))
151 // Defaults are should be good for declarations we don't handle explicitly.
H A DStmt.cpp126 struct good {}; struct in namespace:__anon3013
132 static inline good is_good(good) { return good(); }
135 template <class T> good implements_children(children_t T::*) {
136 return good();
144 template <class T> good implements_getLocStart(getLocStart_t T::*) {
145 return good();
153 template <class T> good implements_getLocEnd(getLocEnd_t T::*) {
154 return good();
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp40 while (Input.good()) {
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_shm.c116 int good; /* number of valid samples */ member in struct:shmunit
637 up->good++;
655 up->ticks, up->good, up->notready,
658 up->ticks = up->good = up->notready = up->bad = up->clash = 0;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmci.c790 sm_dprintf("mci_lock_host: Sanity check -- lock is good\n");
1548 bool good = false; local
1551 good = true;
1555 good = true;
1557 if (!good)
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dutility.c202 char *good; local
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
233 memmove(good, thisitem, length);
234 good += length;
242 nfrontp = good; /* next byte to be sent */
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c2182 char *good;
2194 good = netobuf; /* where the good bytes go */
2205 memmove(good, thisitem, length);
2206 good += length;

Completed in 624 milliseconds

123