| /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/krb5/src/config/ |
| H A D | install-sh | 48 doit="${DOITPROG-}" 223 $doit $instcmd "$dst" \ 224 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ 225 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ 226 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ 227 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } 250 $doit $instcmd "$src" "$dsttmp" && 258 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ 259 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ 260 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ [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 …]
|
| H A D | getnameinfo.c | 39 doit (int af, in doit() function 105 return doit (AF_INET6, &sin6->sin6_addr, sizeof(sin6->sin6_addr), in getnameinfo() 115 return doit (AF_INET, &sin4->sin_addr, sizeof(sin4->sin_addr), in getnameinfo()
|
| /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/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/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/unbound/ |
| 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 | 58 doit=${DOITPROG-} 59 doit_exec=${doit:-exec} 452 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 455 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 470 if test -z "$doit"; then 473 $doit touch "$dsttmp" 483 # errors from the above "$doit $cpprog $src $dsttmp" command. 485 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && 486 { 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/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/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/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/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 156 #define doit(x, y) real_doit(x, y, #x) macro 183 rc = doit(CHELSIO_T4_GETREG, ®); in read_reg() 199 return doit(CHELSIO_T4_SETREG, ®); in write_reg() 552 rc = doit(CHELSIO_T4_REGDUMP, ®s); in do_show_info_header() 988 rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode); in get_filter_mode() 999 rc = doit(CHELSIO_T4_GET_FILTER, &t); in get_filter_mode() 1018 rc = doit(CHELSIO_T4_GET_FILTER, &t); in get_filter_mode() 1040 rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode); in set_filter_mode() 1148 return doit(CHELSIO_T4_SET_FILTER_MASK, &mode); in set_filter() 1150 return doit(CHELSIO_T4_SET_FILTER_MOD in set_filter() [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 103 Error doit(const CVTypeArray &Types); 247 return doit(Types); in mergeTypeRecords() 257 return doit(Ids); in mergeIdRecords() 266 auto Err = doit(IdsAndTypes); in mergeTypesAndIds() 279 auto Err = doit(Types); in mergeTypeRecords() 293 return doit(Ids); in mergeIdRecords() 304 auto Err = doit(IdsAndTypes); in mergeTypesAndIds() 309 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit() function in TypeStreamMerger
|