/freebsd/contrib/file/ |
H A D | install-sh | 32 doit="${DOITPROG-}" 215 $doit $mkdirprog "${pathcomp}" 216 if [ x"$chowncmd" != x ]; then $doit $chowncmd "${pathcomp}"; else true ; fi && 217 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "${pathcomp}"; else true ; fi && 218 … if [ x"$pathcompchmodcmd" != x ]; then $doit $pathcompchmodcmd "${pathcomp}"; else true ; fi 233 $doit $mkdirprog "$dstarg" && 235 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dstarg"; else true ; fi && 236 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dstarg"; else true ; fi && 237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dstarg"; else true ; fi 272 $doit $doinst $srcarg "$dsttmp" && [all …]
|
/freebsd/contrib/openbsm/config/ |
H A D | install-sh | 48 doit="${DOITPROG-}" 250 $doit $mkdircmd "$dst" \ 251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ 252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ 253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ 254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } 268 $doit $cpprog "$src" "$dsttmp" && 276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ 277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ 278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ [all …]
|
/freebsd/contrib/dialog/ |
H A D | install-sh | 48 doit="${DOITPROG-}" 213 $doit $instcmd "$dst" && 215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi && 216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi && 217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi && 218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi 252 $doit $instcmd "$src" "$dsttmp" && 260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi && 261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi && 262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi && [all …]
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | install-sh | 30 doit="${DOITPROG-}" 195 $doit $instcmd $dst && 197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 228 $doit $instcmd $src $dsttmp && 238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && 240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
/freebsd/contrib/openpam/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/byacc/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/crypto/openssh/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/ldns/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/ncurses/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/libpcap/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 448 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 463 if test -z "$doit"; then 466 $doit touch "$dsttmp" 476 # errors from the above "$doit $cpprog $src $dsttmp" command. 478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/libevent/build-aux/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 458 if test -z "$doit"; then 461 $doit touch "$dsttmp" 471 # errors from the above "$doit $cpprog $src $dsttmp" command. 473 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 474 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 if test -z "$doit"; then 55 doit_exec=$doit 447 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 448 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 450 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 467 # errors from the above "$doit $cpprog $src $dsttmp" command. 469 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 470 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && 471 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && [all …]
|
/freebsd/crypto/heimdal/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 if test -z "$doit"; then 55 doit_exec=$doit 439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 459 # errors from the above "$doit $cpprog $src $dsttmp" command. 461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && 463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/ldns/drill/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 if test -z "$doit"; then 55 doit_exec=$doit 439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 459 # errors from the above "$doit $cpprog $src $dsttmp" command. 461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && 463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && [all …]
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 443 # errors from the above "$doit $cpprog $src $dsttmp" command. 445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && 447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && 448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && [all …]
|
/freebsd/contrib/unbound/ |
H A D | install-sh | 51 doit=${DOITPROG-} 52 doit_exec=${doit:-exec} 423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 443 # errors from the above "$doit $cpprog $src $dsttmp" command. 445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && 447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && 448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && [all …]
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | propdelay.c | 122 static void doit (double, double, double, double, double, char *); 196 doit(lat1, long1, lat2, long2, height, ""); in main() 198 doit(lat1, long1, lat2, long2, (double)SUMMERHEIGHT, in main() 200 doit(lat1, long1, lat2, long2, (double)WINTERHEIGHT, in main() 212 doit(lat1, long1, lat2, long2, height, "WWV "); in main() 214 doit(lat1, long1, lat2, long2, (double)SUMMERHEIGHT, in main() 216 doit(lat1, long1, lat2, long2, (double)WINTERHEIGHT, in main() 226 doit(lat1, long1, lat2, long2, height, "WWVH "); in main() 228 doit(lat1, long1, lat2, long2, (double)SUMMERHEIGHT, in main() 230 doit(lat1, long1, lat2, long2, (double)WINTERHEIGHT, in main() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Casting.h | 64 static inline bool doit(const From &Val) { return To::classof(&Val); } 70 static inline bool doit(const From &) { return true; } 74 static inline bool doit(const From &Val) { 75 return isa_impl<To, From>::doit(Val); 80 static inline bool doit(const From &Val) { 81 return isa_impl<To, From>::doit(Val); 87 static inline bool doit(const std::unique_ptr<From> &Val) { 89 return isa_impl_cl<To, From>::doit(*Val); 94 static inline bool doit(const From *Val) { 96 return isa_impl<To, From>::doit(*Val); [all …]
|
/freebsd/tools/boot/ |
H A D | install-boot.sh | 20 doit() { function 244 doit gpart bootcode -b ${gpt0} -p ${gpt2} -i $idx $dev 264 doit gpart bootcode -b ${gpt0} -p ${gptzfs2} -i $idx $dev 280 doit gpart bootcode -b ${mbr0} ${dev} 285 doit gpart bootcode -p ${mbr2} ${dev}s${s} 312 doit gpart bootcode -b ${dst}/boot/mbr ${dev} 314 doit gpart bootcode -b /tmp/zfsboot1 ${dev}s${s} # Put boot1 into the start of part 316 doit dd if=${dst}/boot/zfsboot of=/dev/${dev}s${s}a skip=1 seek=1024
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 969 static inline bool doit(const Value &Val) { 976 static inline bool doit(const Value &Val) { 983 static inline bool doit(const Value &Val) { 990 static inline bool doit (const Value &Val) { 996 static inline bool doit(const Value &Val) { 1002 static inline bool doit(const Value &Val) { 1008 static inline bool doit(const Value &Val) { 1014 static inline bool doit(const Value &Val) { 1020 static inline bool doit(const Value &Val) { 1026 static inline bool doit(cons [all...] |
/freebsd/usr.bin/finger/ |
H A D | util.c | 102 char doit = 0; in enter_lastlog() local 107 doit = 1; in enter_lastlog() 110 for (; !doit && w != NULL; w = w->next) in enter_lastlog() 113 doit = 1; in enter_lastlog() 119 for (w = pn->whead; doit && w != NULL; w = w->next) in enter_lastlog() 122 doit = 0; in enter_lastlog() 124 if (ut != NULL && doit) { in enter_lastlog()
|
/freebsd/tools/tools/cxgbtool/ |
H A D | cxgbtool.c | 126 doit(const char *iff_name, unsigned long cmd, void *data) in doit() function 161 if (doit(iff_name, CHELSIO_GETREG, ®) < 0) in read_reg() 174 if (doit(iff_name, CHELSIO_SETREG, &ch_reg) < 0) in write_reg() 230 if (doit(iff_name, cmd, &p) < 0) in mdio_io() 500 if (doit(iff_name, CHELSIO_IFCONF_GETREGS, ®s)) in dump_regs() 619 if (doit(iff_name, CHELSIO_IFCONF_GETREGS, ®s)) in meminfo() 637 if (doit(iff_name, CHELSIO_GETMTUTAB, &m) < 0) in mtu_tab_op() 658 if (doit(iff_name, CHELSIO_SETMTUTAB, &m) < 0) in mtu_tab_op() 756 if (doit(iff_name, CHELSIO_GET_SGE_CONTEXT, &ctx) < 0) in get_sge_context() 796 if (doit(iff_name, CHELSIO_GET_SGE_DESC, &desc) < 0) in get_sge_desc() [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 1372 uint8_t doit[ALGOR_NUM] = { 0 }; in speed_main() 1519 if (doit[D_EVP]) { in speed_main() 1536 doit[D_EVP] = 1; in speed_main() 1545 doit[D_HMAC] = 1; in speed_main() 1554 doit[D_EVP_CMAC] = 1; in speed_main() 1649 doit[i] = 1; in speed_main() 1653 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main() 1657 doit[D_SHA1] = doit[D_SHA25 in speed_main() 1368 uint8_t doit[ALGOR_NUM] = { 0 }; speed_main() local [all...] |