• Home
  • Raw
  • Download

Lines Matching full:then

178 	if [ -n "$x" ]; then
185 if [ -e "$x" ]; then
196 if [ -z "$BUILD" ]; then
202 if [ -z "$OS" ]; then
207 if [ "$CPU" != "$REST" ]; then
210 if [ "$VENDOR" != "$REST" ]; then
250 if [ -n "$CC" ]; then
257 if [ -n "$HOSTCC" -a "$BUILD" != "$HOST" ]; then
260 if [ -x "$_CC" ]; then
266 if ! type "$CC" >/dev/null 2>&1; then
269 if [ -x "$_CC" ]; then
276 # Set to blank, then append user config
278 if [ -n "$CFLAGS" ]; then
282 if [ -n "$CPPFLAGS" ]; then
286 if [ -n "$LDFLAGS" ]; then
293 if [ -e "$LDELF" ]; then
299 if [ -z "$PREFIX" -o "$PREFIX" = / ]; then
309 then
316 if [ "$STATIC" = yes ]; then
323 if [ -z "$DEBUG" -a -f .fslckout ]; then
327 if [ -n "$DEBUG" -a "$DEBUG" != no -a "$DEBUG" != false ]; then
351 if [ -z "$EMBEDDED" -o "$EMBEDDED" = yes ]; then
360 if [ -n "$FORK" -a "$FORK" != yes -a "$FORK" != true ]; then
403 if [ -z "$INET" -o "$INET" = yes ]; then
407 if [ -z "$INET6" -o "$INET6" = yes ]; then
412 if [ "$DBUS" = yes ]; then
421 if [ -z "$HOOKSCRIPTS" ]; then
441 if $XCC _test.c -o _test >/dev/null 2>&3; then
445 if ! $_CC; then
452 if [ "$OS" = linux ]; then
460 if $XCC _nl80211.c -o _nl80211 2>&3; then
486 if $XCC _getifaddrs.c -o _getifaddrs 2>&3; then
488 elif $XCC _getifaddrs.c -o _getifaddrs -lsocket 2>&3; then
507 if $XCC _clock_gettime.c -o _clock_gettime 2>&3; then
509 elif $XCC _clock_gettime.c -lrt -o _clock_gettime 2>&3; then
530 if $XCC _inet_ntoa.c -o _inet_ntoa 2>&3; then
532 elif $XCC _inet_ntoa.c -lnsl -o _inet_ntoa 2>&3; then
535 elif $XCC _inet_ntoa.c -lsocket -o _inet_ntoa 2>&3; then
546 if [ -z "$ARC4RANDOM" ]; then
555 if $XCC _arc4random.c -o _arc4random 2>&3; then
563 if [ "$ARC4RANDOM" = no ]; then
568 if [ -z "$ARC4RANDOM_UNIFORM" ]; then
577 if $XCC _arc4random_uniform.c -o _arc4random_uniform 2>&3; then
585 if [ "$ARC4RANDOM_UNIFORM" = no ]; then
590 if [ -z "$CLOSEFROM" ]; then
599 if $XCC _closefrom.c -o _closefrom 2>&3; then
607 if [ "$CLOSEFROM" = no ]; then
612 if [ -z "$GETLINE" ]; then
623 if $XCC _getline.c -o _getline 2>&3; then
631 if [ "$GETLINE" = no ]; then
636 if [ -z "$STRLCPY" ]; then
647 if $XCC _strlcpy.c -o _strlcpy 2>&3; then
655 if [ "$STRLCPY" = no ]; then
660 if [ -z "$STRTOI" ]; then
671 if $XCC _strtoi.c -o _strtoi 2>&3; then
679 if [ "$STRTOI" = no ]; then
684 if [ -z "$DPRINTF" ]; then
692 if $XCC _dprintf.c -o _dprintf 2>&3; then
700 if [ "$DPRINTF" = no ]; then
705 if [ -z "$TAILQ_FOREACH_SAFE" ]; then
716 if $XCC _queue.c -o _queue 2>&3; then
726 if [ -z "$TAILQ_CONCAT" ]; then
737 if $XCC _queue.c -o _queue 2>&3; then
747 if [ -z "$TAILQ_FOREACH" ]; then
758 if $XCC _queue.c -o _queue 2>&3; then
767 if [ "$TAILQ_FOREACH_SAFE" = no -o "$TAILQ_CONCAT" = no ]; then
768 # If we don't include sys/queue.h then clang analyser finds
773 if [ "$TAILQ_FOREACH" = yes ]; then
781 if [ -z "$POSIX_SPAWN" ]; then
799 if $XCC _posix_spawn.c -o _posix_spawn 2>&3; then
807 if [ "$POSIX_SPAWN" = no ]; then
813 if [ -z "$POLL" ]; then
822 if $XCC _kqueue.c -o _kqueue 2>&3; then
830 if [ -z "$POLL" ]; then
839 if $XCC _kqueue.c -o _kqueue 2>&3; then
847 if [ -z "$POLL" ]; then
865 if $XCC _epoll.c -o _epoll 2>&3; then
874 if [ -z "$POLL" ]; then
884 if $XCC _ppoll.c -o _ppoll 2>&3; then
892 if [ -z "$POLL" ]; then
902 if $XCC _pselect.c -o _pselect 2>&3; then
934 if [ -z "$BE64ENC" ]; then
943 if $XCC _be64enc.c -o _be64enc 2>&3; then
951 if [ "$BE64ENC" = no ]; then
955 if [ -z "$MD5" ]; then
969 if $ALLOW_USR_LIBS; then
974 if $XCC _md5.c -o _md5 2>&3; then
976 elif [ -e "$1" ] && $XCC _md5.c -lmd -o _md5 2>&3; then
985 if [ "$MD5" = no ]; then
993 if [ -z "$SHA2_H" -a -z "$SHA2" -o "$SHA2" != no ]; then
995 if [ -e /usr/include/sha2.h ]; then
997 elif [ -e /usr/include/sha256.h ]; then
1000 if [ -n "$SHA2_H" ]; then
1007 if [ -z "$SHA2" ]; then
1024 if $ALLOW_USR_LIBS; then
1029 if $XCC _sha256.c -o _sha256 2>&3; then
1031 elif [ -e "$1" ] && $XCC _sha256.c -lmd -o _sha256 2>&3; then
1039 if [ "$SHA2" = no ]; then
1055 if $ALLOW_USR_LIBS; then
1060 if $XCC _sha256.c -o _sha256 2>&3; then
1064 then
1075 if [ "$SHA2" = no ]; then
1080 if [ "$SHA2_RENAMED" = yes ]; then
1089 if [ "$DEV" != no -a "$UDEV" != no ]; then
1091 if type pkg-config >/dev/null 2>&1; then
1096 if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then
1100 if [ -n "$LIBUDEV_CFLAGS" ]; then
1115 then
1133 then
1140 elif [ "$DEV" != no -a "$UDEV" != no ]; then
1144 if [ "$DEV" = yes ]; then
1158 if $XCC _dlopen.c -o _dlopen 2>&3; then
1160 elif $XCC _dlopen.c -ldl -o _dlopen 2>&3; then
1192 if ! $HOOKSET; then
1195 if [ -n "$NTPD" ]; then
1204 if [ -n "$YPBIND" ]; then
1206 if strings "$YPBIND" | $GREP -q yp\\.conf; then
1209 elif strings "$YPBIND" | $GREP -q \\.ypservers; then
1213 elif strings "$YPBIND" | $GREP -q /etc/yp; then
1229 if cd dhcpcd-hooks; then
1238 if [ ! -e "$h" ]; then