Home
last modified time | relevance | path

Searched refs:good (Results 1 – 25 of 84) sorted by relevance

1234

/glibc-2.36/support/
Dtst-support_descriptors.c90 static bool good = true; variable
105 good = good && !support_record_failure_is_failed (); in test_run()
107 good = good && support_record_failure_is_failed (); in test_run()
120 good = good && !support_record_failure_is_failed (); in test_run()
122 good = good && support_record_failure_is_failed (); in test_run()
136 good = good && !support_record_failure_is_failed (); in test_run()
138 good = good && support_record_failure_is_failed (); in test_run()
195 return !good; in do_test()
/glibc-2.36/scripts/
Dcheck-wrapper-headers.py57 good = True
65 good = False
66 return good
70 good = True
87 good = False
88 return good
103 good = (args.root == '.') == (args.subdir == '.')
104 if not good:
108 good &= check_sysdeps_bits(args)
109 good &= check_headers_root(args)
[all …]
Ddocumented.sh42 starting to work. It might also be good to let me know in
Dpylintrc138 good-names=f,i,j,k,ex,Run,_
/glibc-2.36/stdlib/
Dtest-canon.c101 int good; in check_path() local
110 good = (strncmp (result, cwd, cwd_len) == 0 in check_path()
113 good = (strcmp (expected, result) == 0); in check_path()
115 return good; in check_path()
/glibc-2.36/localedata/locales/
Det_EE76 % there is a good reason for this, but let’s keep it for the moment.
Dro_RO120 % Transliteration is _currently_ a good idea as most fonts/applications do not
/glibc-2.36/iconvdata/testdata/
Dsuntzus223 to shatter and destroy it is not so good. So, too, it is
323 1. Sun Tzu said: The good fighters of old first put
330 3. Thus the good fighter is able to secure himself against defeat,
454 14. Therefore the good fighter will be terrible
495 23. Thus the energy developed by good fighting men
1165 thought is to protect his country and do good service
1260 to hinder the good troops from rescuing the bad,
1551 plans well ahead; the good general cultivates his resources.
1572 and the good general full of caution. This is the way
1598 4. Thus, what enables the wise sovereign and the good
/glibc-2.36/manual/
Dfreemanuals.texi8 the software---it is the lack of good free documentation that we can
Dsetjmp.texi179 misuse and is not really good programming style.
311 register variables. This is a good situation to define variables with
Dlang.texi29 When you're writing a program, it's often a good idea to put in checks
47 checking is good no matter who is running the program. A wise user
192 These are good reasons to define a @dfn{variadic} function which can
389 safely omit declaring them. Usually it is a good idea to declare the
Dinstall.texi750 It is a good idea to verify that the problem has not already been
761 good way to do this is to see if @theglibc{} behaves the same way
Dmessage.texi12 certainly not a good solution since extending the set of languages is
1130 the @code{gettext} API. This name is as good as any other name. No
1709 examples above used @code{|} which is a quite good choice because it
1810 good choice for the domain name in the program code is a string which is
Dintro.texi841 @code{FTW_CHDIR}), avoiding the option may be a good alternative to
960 precondition for getting the Unix brand chances are good that the
1032 some comments explaining what the code in the file does (a good idea),
Dsysinfo.texi118 truncated host name is good enough. If it is, you can ignore the
345 @c It would be good to mention NFS mounts here.
Dstdio.texi725 This was a beginning but it is still not good enough. Not always is it
794 It is generally a good idea to orient a stream as early as possible.
843 just another good reason to orient the stream explicitly as soon as
2260 is more useful than crashing. But it's not good practice to pass a null
4358 For this reason it is a good idea to prefer @code{ftello} whenever it is
4773 is not a good idea unless you close the file before exiting the block
4809 The value of this macro is an integer constant expression that is good
4814 I/O efficient. So it is a good idea to use @code{BUFSIZ} as the size
5206 good documentation. But it's pretty complex and deals with lots
Dlgpl-2.1.texi192 is invoked, then you must make a good faith effort to ensure that,
Dmaint.texi640 @c This section might be a good idea if it is finished,
/glibc-2.36/timezone/
Dasia12 # A good source for time zone historical data outside the U.S. is
16 # Gwillim Law writes that a good source
295 # There seems to be a good chance China switched to a single time zone in 1949
1115 # This single one might be good enough, (2009-03-24, Arabic):
1435 # is good enough for our purposes.
1765 # there is a good chance next year's end date will be around two weeks
1969 # adminsitrators. In my opinion SLT may not be a good choice because the
Dafrica12 # A good source for time zone historical data outside the U.S. is
16 # Gwillim Law writes that a good source
Dsouthamerica11 # A good source for time zone historical data outside the U.S. is
15 # Gwillim Law writes that a good source
712 # past years experience with the elections, there was a good chance that
Daustralasia544 # A good source for time zone historical data outside the U.S. is
548 # Gwillim Law writes that a good source
/glibc-2.36/
DMakeconfig255 # relative to $(zonedir). It is a good idea to put this somewhere
1051 # This one should always stay like this unless there is a very good reason.
1057 # This one should always stay like this unless there is a very good reason.
DINSTALL687 It is a good idea to verify that the problem has not already been
696 good way to do this is to see if the GNU C Library behaves the same way
/glibc-2.36/ChangeLog.old/
DChangeLog.3371 old method of using a union constructor expression was not good
1594 returning, not after (lot of good that did).

1234