Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/contrib/file/
H A Dinstall-sh32 doit="${DOITPROG-}"
215 $doit $mkdirprog "${pathcomp}"
233 $doit $mkdirprog "$dstarg" &&
237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dstarg"; else true ; fi
272 $doit $doinst $srcarg "$dsttmp" &&
282 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
283 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
285 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else true;fi &&
291 $doit $mvcmd "$dstfinal" "$dstbackup"
293 $doit $rmcmd -f "$dstfinal"
[all …]
/freebsd/contrib/openbsm/config/
H A Dinstall-sh48 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"; } \
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
[all …]
/freebsd/contrib/ncurses/
H A Dinstall-sh48 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 &&
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
274 $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
[all …]
/freebsd/contrib/dialog/
H A Dinstall-sh48 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 &&
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
274 $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dinstall-sh30 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 &&
245 $doit $rmcmd -f $dstdir/$dstfile &&
[all …]
/freebsd/contrib/libpcap/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
244 $doit $rmcmd -f $dstdir/$dstfile &&
[all …]
/freebsd/contrib/tcpdump/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
244 $doit $rmcmd -f $dstdir/$dstfile &&
[all …]
/freebsd/contrib/sqlite3/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
517 $doit $rmcmd "$dst" 2>/dev/null ||
518 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/crypto/openssh/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
517 $doit $rmcmd "$dst" 2>/dev/null ||
518 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/byacc/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
517 $doit $rmcmd "$dst" 2>/dev/null ||
518 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/ldns/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
517 $doit $rmcmd "$dst" 2>/dev/null ||
518 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/openpam/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
517 $doit $rmcmd "$dst" 2>/dev/null ||
518 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/libevent/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
458 if test -z "$doit"; then
461 $doit touch "$dsttmp"
492 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
505 $doit $rmcmd -f "$dst" 2>/dev/null ||
506 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
507 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/ldns/drill/
H A Dinstall-sh51 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"; } &&
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
483 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
496 $doit $rmcmd -f "$dst" 2>/dev/null ||
497 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
498 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/crypto/heimdal/
H A Dinstall-sh51 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"; } &&
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
483 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
496 $doit $rmcmd -f "$dst" 2>/dev/null ||
497 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
498 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh51 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"; } &&
469 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
491 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
504 $doit $rmcmd -f "$dst" 2>/dev/null ||
505 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
506 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/unbound/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd/contrib/ntp/clockstuff/
H A Dpropdelay.c196 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()
239 doit(lat1, long1, lat2, long2, height, "CHU "); in main()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h74 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);
94 static inline bool doit(const From *Val) {
96 return isa_impl<To, From>::doit(*Val);
103 return isa_impl<To, From>::doit(*Val);
110 return isa_impl<To, From>::doit(*Val);
118 return isa_impl<To, From>::doit(*Val);
126 static bool doit(const From &Val) {
[all …]
/freebsd/tools/boot/
H A Dinstall-boot.sh20 doit() { function
220 doit gpart bootcode -b ${gpt0} -p ${gpt2} -i $idx $dev
240 doit gpart bootcode -b ${gpt0} -p ${gptzfs2} -i $idx $dev
256 doit gpart bootcode -b ${mbr0} ${dev}
261 doit gpart bootcode -p ${mbr2} ${dev}s${s}
288 doit gpart bootcode -b ${dst}/boot/mbr ${dev}
290 doit gpart bootcode -b /tmp/zfsboot1 ${dev}s${s} # Put boot1 into the start of part
292 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 DValue.h969 static inline bool doit(const Value &Val) {
976 static inline bool doit(const Value &Val) {
983 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(const Value &Val) {
1032 static inline bool doit(const Value &Val) {
[all …]
/freebsd/usr.bin/finger/
H A Dutil.c102 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 Dcxgbtool.c161 if (doit(iff_name, CHELSIO_GETREG, &reg) < 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()
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()
840 if (doit(iff_name, CHELSIO_GET_MEM, &mr) < 0) in get_tcb2()
884 if (doit(iff_name, CHELSIO_GET_PM, &pm) < 0) in conf_pm()
903 if (doit(iff_name, CHELSIO_SET_PM, &pm) < 0) in conf_pm()
976 if (doit(iff_name, CHELSIO_GET_MEM, &mem) < 0) in dump_mc7()
1013 if (doit(iff_name, CHELSIO_LOAD_FW, &op) < 0) in load_fw()
[all …]
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c161 #define doit(x, y) real_doit(x, y, #x) macro
188 rc = doit(CHELSIO_T4_GETREG, &reg); in read_reg()
204 return doit(CHELSIO_T4_SETREG, &reg); in write_reg()
501 rc = doit(CHELSIO_T4_REGDUMP, &regs); in dump_regs()
943 rc = doit(CHELSIO_T4_GET_FILTER, &t); in show_filters()
962 rc = doit(CHELSIO_T4_GET_FILTER, &t); in show_filters()
1371 rc = doit(CHELSIO_T4_SET_FILTER, &t); in set_filter()
1968 rc = doit(CHELSIO_T4_LOAD_FW, &data); in loadfw()
2070 rc = doit(CHELSIO_T4_GET_MEM, &mr); in read_mem()
2134 rc = doit(CHELSIO_T4_LOAD_BOOT, &br); in loadboot()
[all …]

1234