Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dragonfly/contrib/dhcpcd/hooks/
H A D30-hostname25 if [ -z "${1+x}" ]; then
73 if [ -n "$old_fqdn" ]; then
74 if ${hfqdn} || ! ${hshort}; then
80 if ${hfqdn}; then
83 then
89 elif ${hshort}; then
103 if valid_domainname "$1"; then
123 if [ -n "$new_fqdn" ]; then
130 if ${hfqdn}; then
133 then
[all …]
H A D50-ypbind13 if [ -f "$i" ]; then
26 if [ -z "$ypdomain_dir" ]; then
30 if [ -n "$new_nis_servers" ]; then
45 if [ -n "$ypbind_restart_cmd" ]; then
58 if [ -z "$nd" ]; then
59 if [ -n "$ypbind_stop_cmd" ]; then
70 if ! $if_configured; then
72 elif [ "$reason" = PREINIT ]; then
74 elif $if_up || $if_down; then
75 if [ -n "$new_nis_domain" ]; then
[all …]
H A D29-lookup-hostname7 if command -v dig >/dev/null 2>&1; then
9 if [ $? = 0 ]; then
13 elif command -v host >/dev/null 2>&1; then
15 if [ $? = 0 ]; then
20 elif command -v getent >/dev/null 2>&1; then
22 if [ $? = 0 ]; then
32 if [ -z "${new_host_name}${new_fqdn_name}" ]; then
37 if $if_up; then
H A D10-wpa_supplicant8 if [ -z "$wpa_supplicant_conf" ]; then
15 if [ -s "$x" ]; then
44 if [ ! -s "$wpa_supplicant_conf" ]; then
51 if [ -z "$dir" ]; then
64 if [ $errn != 0 ]; then
75 if ! wpa_cli -p "$dir" -i "$interface" status >/dev/null 2>&1; then
82 if [ $errn != 0 ]; then
97 if [ $errn != 0 ]; then
107 then
H A D15-timezone16 if [ -d "$d" ]; then
22 if [ -z "$zoneinfo_dir" ]; then
28 if [ ! -e "$zone_file" ]; then
33 if copy_file "$zone_file" "$localtime"; then
45 if $if_configured && $if_up; then
/dragonfly/etc/
H A Drc.subr48 if [ -z "$_file" ]; then
101 if [ -z "$1" ]; then
245 then
350 if [ -z "$_pid" ]; then
392 if [ $# -ne 3 ]; then
502 if [ -n "$line" ]; then
708 if [ -z "$name" ]; then
1239 if [ $# -ne 1 ]; then
1244 if [ -n "$_re" ]; then
1253 if ! $_loaded; then
[all …]
H A Dnetwork.subr52 if wpaif $1; then
66 if dhcpif $1; then
104 if wpaif $1; then
108 if dhcpif $1; then
113 if ifexists $1; then
162 if [ -z "$_ifn" ]; then
188 if [ $? -eq 1 ]; then
457 if [ -n "$1" ]; then
522 if [ -n "$1" ]; then
560 if [ $? -eq 0 ]; then
[all …]
/dragonfly/contrib/lvm2/dist/
H A Dconfigure.in154 if test x$OWNER != x; then
167 if test x$GROUP != x; then
220 then AC_MSG_ERROR(
240 then AC_MSG_ERROR(
259 then AC_MSG_ERROR(
279 then AC_MSG_ERROR(
299 then AC_MSG_ERROR(
785 then exec_prefix="";
822 then AC_MSG_ERROR(
918 then AC_MSG_ERROR(
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dconfigure.ac79 if test x"$USE_NLS" = xyes; then
90 if test x"$STDINT_H" != x; then
324 if test -d $srcdir/mi; then
843 if test $? != 0; then
850 if test $? != 0; then
857 if test $? != 0; then
1059 && $development; then
1235 if test -n "$[5]"; then
1706 if $dynamic_list; then
1863 then
[all …]
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em4 if [ -z "$MACHINE" ]; then
64 if test -n "$EXTRA_EM_FILE" ; then
112 if test "x${USE_LIBPATH}" = xyes; then
116 if test "x${NATIVE}" = xyes; then
176 then
198 if test -n "$GENERATE_PIE_SCRIPT" ; then
210 if test -n "$GENERATE_RELRO_SCRIPT" ; then
221 if test -n "$GENERATE_RELRO_SCRIPT" ; then
230 if test -n "$GENERATE_RELRO_SCRIPT" ; then
240 if test -n "$GENERATE_RELRO_SCRIPT" ; then
[all …]
/dragonfly/tools/regression/bin/sh/expansion/
H A Darith14.04 if [ $((1<<16<<16)) = 0 ]; then
6 elif [ $((1<<32<<32)) = 0 ]; then
8 elif [ $((1<<64<<64)) = 0 ]; then
10 elif [ $((1<<64>>64)) = 1 ]; then
24 if [ "$((j << i))" != "$((j << (i + width)))" ]; then
33 if [ "$((k >> i))" != "$((k >> (i + width)))" ]; then
/dragonfly/contrib/cryptsetup/po/
H A DMakefile.in.in134 if test -f $(srcdir)/$(DOMAIN).pot; then \
158 if test -f "$(srcdir)/$${lang}.po"; then \
170 if test "$(PACKAGE)" = "gettext-tools"; then \
195 if test -n "$$lc"; then \
202 if test -f $$file; then \
244 if test -n "$$lc"; then \
251 if test -f $$file; then \
322 if test -f $(srcdir)/$(DOMAIN).pot; then \
325 if test -f $(srcdir)/ChangeLog; then \
329 if test -f $(srcdir)/ChangeLog.$$i; then \
[all …]
H A DRules-quot17 …if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/s…
23 …MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
27 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
/dragonfly/sbin/dump/
H A Dunctime.c51 struct tm then; in unctime() local
53 str = strptime(str, "%a %b %e %T %Y", &then); in unctime()
56 then.tm_isdst = -1; in unctime()
57 return (mktime(&then)); in unctime()
/dragonfly/contrib/bmake/
H A Daclocal.m412 if eval "test \"`echo x'$'$ac_has_hdr`\" = x"; then
15 if eval "test \"`echo '$'$ac_has_hdr`\" = yes"; then
23 if eval "test \"`echo '$'$ac_has_it`\" = yes"; then
42 if egrep "$1" $2 >/dev/null 2>&1; then
77 if test "$ac_cv___attribute__" = "yes"; then
H A Dinstall-sh129 if [ ! -d $1 ]; then
155 if [ "$mkdirs" ]; then
165 if [ $# -gt 2 ]; then
167 elif [ $# -eq 1 ]; then
183 if [ "$dest_dir" = yes -a ! -d $dest ]; then
191 if [ -d $dest ]; then
H A Dboot-strap28 # If 'configure' has not been done, do it, then
32 # If 'build' has not been done, do it, 'test' then
188 if [ -d $p/share ]; then
209 if [ $here = $Mydir ]; then
305 if [ $_t "./$want" ]; then
367 if [ -d "$1/../share" ]; then
389 if [ "$mksrc" ]; then
427 if [ -x bmake ]; then
431 elif [ $objdir != $srcdir ]; then
449 if [ -n "$INSTALL_PREFIX" ]; then
/dragonfly/contrib/binutils-2.34/ld/scripttempl/
H A Delf.sc106 if test -n "$NOP"; then
127 if test -z "$DATA_SEGMENT_ALIGN"; then
146 if test -z "$PLT"; then
152 if test -z "$GOT"; then
153 if test -z "$SEPARATE_GOTPLT"; then
178 if test -z "${NO_SMALL_DATA}"; then
337 if [ -z "$SEPARATE_CODE" ]; then
344 if [ -z "$EMBEDDED" ]; then
401 if [ "x$COMBRELOC" = x ]; then
446 if [ -n "$COMBRELOC" ]; then
[all …]
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em6 if [ -z "$MACHINE" ]; then
71 if [ "x${USE_LIBPATH}" = xyes ] ; then
86 if test -n "$EXTRA_EM_FILE" ; then
538 if [ "x${USE_LIBPATH}" = xyes ] ; then
1217 if [ "x${NATIVE}" = xyes ] ; then
1222 if [ "x${USE_LIBPATH}" = xyes ] ; then
1234 if [ "x${USE_LIBPATH}" = xyes ] ; then
1241 if [ "x${NATIVE}" = xyes ] ; then
1256 if [ "x${USE_LIBPATH}" = xyes ] ; then
1278 if [ "x${USE_LIBPATH}" = xyes ] ; then
[all …]
/dragonfly/contrib/binutils-2.27/ld/scripttempl/
H A Delf.sc105 if test -n "$NOP"; then
130 if test -n "${COMMONPAGESIZE}"; then
142 if test -z "$PLT"; then
148 if test -z "$GOT"; then
174 if test -z "${NO_SMALL_DATA}"; then
315 if [ -z "$SEPARATE_CODE" ]; then
322 if [ -z "$EMBEDDED" ]; then
379 if [ "x$COMBRELOC" = x ]; then
424 if [ -n "$COMBRELOC" ]; then
509 if test -n "${SEPARATE_CODE}"; then
[all …]
/dragonfly/bin/ps/
H A Dprint.c416 time_t then; in started() local
424 then = KI_PROC(k, start).tv_sec; in started()
425 if (then < btime.tv_sec) { in started()
426 then = btime.tv_sec; in started()
429 tp = localtime(&then); in started()
432 if (now - then < 24 * 3600) { in started()
435 } else if (now - then < 7 * 86400) { in started()
446 time_t then; in lstarted() local
449 then = KI_PROC(k, start).tv_sec; in lstarted()
450 strftime(buf, sizeof(buf) -1, "%c", localtime(&then)); in lstarted()
/dragonfly/contrib/bmake/mk/
H A Dinstall-mk38 # (that bmake will find) then no sys.mk will be put in "dest".
140 if [ -s $SYS_MK -a -d $dest ]; then
144 if [ $dest = $sys_mk_dir ]; then
150 if [ ! -d $dest/sys -a ! -s $dest/Generic.sys.mk ]; then
165 if [ $mksrc = $dest ]; then
184 if [ -z "$SKIP_BSD_MK" ]; then
/dragonfly/tools/regression/bin/sh/builtins/
H A Dtrap2.09 if [ "$teststring" != "-" ] && [ -z "$traps" ]; then
21 if [ "$traps" != "$traps2" ]; then
39 if [ $i -lt 48 ] || [ $i -gt 57 ]; then
/dragonfly/tools/regression/bin/sh/set-e/
H A Delif1.03 if false; then
5 elif false; then
H A Delif2.03 if false; then
5 elif false; false; then

12345678910>>...23