Lines Matching refs:avoid

183 	to avoid any side effects from content of command line.
189 o use unsigned consistently for line numbers, avoid the need for %z
202 * cast gn->lineno to avoid %z
321 o buf.c: avoid memory leak
335 condense RegexReplace for the modifier ':C' and avoid strlen
529 o rework varmod-order tests to avoid qsort instability
568 (avoid need for %zu)
605 o hash.c: avoid allocating memory for simple variable names
608 rename PrintOutput to PrintFilteredOutput to avoid confusion
609 o main.c: avoid double slash in name of temporary directory
619 avoid unnecessary calls to strlen when evaluating modifiers
642 o var.c: avoid evaluating many modifiers in parse only mode
645 avoid side effects and wasted effort to the extent possible.
688 o unit-tests: use private TMPDIR to avoid errors from other users
694 o avoid strdup in mkTempFile
863 * avoid %zu
865 * lst.c: avoid anonymous union
1518 o optimize some buffer operations - avoid strlen
1696 o modified dollar tests to avoid shell dependencies
1781 o meta.c: avoid passing NULL to filemon_*() when meta_needed()
1814 * configure.in: add --without-makefile to avoid generating
1841 o var.c: avoid SEGFAULT in .unexport-env
1878 o parse.c: avoid calling sysconf for every call to loadfile
2059 o var.c: allow :_=var and avoid use of special context.
2087 o parse.c: avoid coredump from (var)=val
2153 o cached_realpath(): avoid hitting filesystem more than necessary.
2194 * Makefile (_MAKE_VERSION): rename variable to avoid interference
2251 o cond.c: CondCvtArg: avoid access beyond end of empty buffer.
2254 o var.c: avoid calling brk_string and Var_Export1 with empty
2373 to avoid spurious warning from gcc5
2449 * lose the const from arg to systcl to avoid problems on older BSDs.
2521 to avoid leaking descriptors.
2700 * meta.c: avoid nested externs
2701 * bsd.after-import.mk: avoid ${.CURDIR}/Makefile as target
2707 o make_malloc.c: avoid including make_malloc.h again
2709 * Makefile.in: avoid bmake only syntax or protect with
2783 * meta.c (fgetLine): avoid %z - not portable.
3207 to avoid the need for a native make when bootstrapping.
3310 o util.c: avoid use of putenv() - christos
3410 o avoid calling ParseTrackInput too often - dsl
3651 o avoid use of -e in shell scripts in jobs mode, use '|| exit $?'
3654 o avoid use of asprintf.
3701 * unit-tests/Makefile.in: use single quotes to avoid problems from
3751 * machine.sh: avoid A-Z with tr as it is bound to lose.
3797 use them, also clear MAKEFLAGS when invoking bmake.boot to avoid