• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/

Lines Matching refs:use

24 # Override this in cfg.mk if you use a non-standard build-aux directory.
110 # use this macro. The shell variables "re" and "msg" must be defined.
112 dummy=; : so we do not need a semicolon before each use; \
143 # Don't use *scanf or the old ato* functions in `real' code.
145 # Instead, use strto* functions.
148 msg='do not use *scan''f, ato''f, ato''i, ato''l, ato''ll or ato''q' \
156 { echo '$(ME): use STREQ in place of the above uses of str''cmp' \
171 { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \
191 msg='found use of "file''system"; spell it "file system"' \
194 # Don't use cpp tests of this symbol. All code assumes config.h is included.
197 { echo '$(ME): found use of HAVE''_CONFIG_H; remove' \
231 @re='\bHAVE_MBRTOWC\b' msg="do not use $$re; it is always defined" \
234 # To use this "command" macro, you must first define two shell variables:
238 dummy=; : so we do not need a semicolon before each use; \
244 { echo "$(ME): the above files include $$h but don't use it" \
250 # Prohibit the inclusion of assert.h without an actual use of assert.
254 # Prohibit the inclusion of getopt.h without an actual use.
258 # Don't include quotearg.h unless you use one of its functions.
262 # Don't include quote.h unless you use one of its functions.
266 # Don't include this header unless you use one of its functions.
271 # Don't include this header unless you use one of its functions.
276 # Don't include this header unless you use one of its functions.
296 # Prohibit the inclusion of c-ctype.h without an actual use.
333 # Prohibit the inclusion of signal.h without an actual use.
341 msg='do not use HAVE''_FCNTL_H or O'_NDELAY \
388 ignore_case=1 msg='found use of "the ''the";' \
433 msg='do not use CVS keyword expansion' \
436 # Make sure we don't use st_blocks. Use ST_NBLOCKS instead.
437 # This is a bit of a kludge, since it prevents use of the string
440 @re='[.>]st_blocks' msg='do not use st_blocks; use ST_NBLOCKS' \
500 # Ensure that we use only the standard $(VAR) notation,
503 # We use perl rather than "grep -nE ..." to exempt a single
504 # use of an @...@-delimited variable name in src/Makefile.am.
509 && { echo '$(ME): use $$(...), not @...@' 1>&2; exit 1; } || :
566 # in Makefiles. When doing so, it's better not to use the Unix-centric
568 msg = '$(ME): Do not use `:'\'' above; use $$(PATH_SEPARATOR) instead'