Searched refs:good (Results 1 – 25 of 84) sorted by relevance
1234
/glibc-2.36/support/ |
D | tst-support_descriptors.c | 90 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/ |
D | check-wrapper-headers.py | 57 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 …]
|
D | documented.sh | 42 starting to work. It might also be good to let me know in
|
D | pylintrc | 138 good-names=f,i,j,k,ex,Run,_
|
/glibc-2.36/stdlib/ |
D | test-canon.c | 101 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/ |
D | et_EE | 76 % there is a good reason for this, but let’s keep it for the moment.
|
D | ro_RO | 120 % Transliteration is _currently_ a good idea as most fonts/applications do not
|
/glibc-2.36/iconvdata/testdata/ |
D | suntzus | 223 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/ |
D | freemanuals.texi | 8 the software---it is the lack of good free documentation that we can
|
D | setjmp.texi | 179 misuse and is not really good programming style. 311 register variables. This is a good situation to define variables with
|
D | lang.texi | 29 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
|
D | install.texi | 750 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
|
D | message.texi | 12 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
|
D | intro.texi | 841 @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),
|
D | sysinfo.texi | 118 truncated host name is good enough. If it is, you can ignore the 345 @c It would be good to mention NFS mounts here.
|
D | stdio.texi | 725 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
|
D | lgpl-2.1.texi | 192 is invoked, then you must make a good faith effort to ensure that,
|
D | maint.texi | 640 @c This section might be a good idea if it is finished,
|
/glibc-2.36/timezone/ |
D | asia | 12 # 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
|
D | africa | 12 # A good source for time zone historical data outside the U.S. is 16 # Gwillim Law writes that a good source
|
D | southamerica | 11 # 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
|
D | australasia | 544 # A good source for time zone historical data outside the U.S. is 548 # Gwillim Law writes that a good source
|
/glibc-2.36/ |
D | Makeconfig | 255 # 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.
|
D | INSTALL | 687 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/ |
D | ChangeLog.3 | 371 old method of using a union constructor expression was not good 1594 returning, not after (lot of good that did).
|
1234