Lines Matching refs:more
81 While it extends the line a bit longer, the spaced version is more
83 excluding the spacing makes it more obvious that we are dealing with a
235 acceptable). Using underscores makes variable and function names more readable
334 whatsoever, making it much more error prone.
408 strings in Busybox. (There is surely more that could be added to this
438 The use of the "equals" (==) operator in the latter example makes it much more
440 "not" (!) operator makes it look like you are testing for an error. In a more
450 of some of the more notorious troublemakers:
547 - Emulating the GNU behavior is prohibitively expensive (lots more code
548 would be required, lots more memory would be used, etc.)
630 to more modern compilers and the old declaration syntax is neither necessary
713 For more info and examples, examine getopt32.c, tar.c, wget.c etc.