Home
last modified time | relevance | path

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

12345

/freebsd-13.1/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-13.1/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-13.1/contrib/byacc/
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-13.1/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-13.1/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-13.1/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-13.1/contrib/opie/
H A Dinstall-sh18 doit="${DOITPROG-}"
182 $doit $instcmd $dst &&
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
215 $doit $instcmd $src $dsttmp &&
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
232 $doit $rmcmd -f $dstdir/$dstfile &&
[all …]
/freebsd-13.1/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-13.1/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-13.1/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-13.1/crypto/openssh/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
490 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
503 $doit $rmcmd -f "$dst" 2>/dev/null ||
504 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
505 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/sqlite3/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
430 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
431 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
452 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
471 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
484 $doit $rmcmd -f "$dst" 2>/dev/null ||
485 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
486 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd-13.1/contrib/openpam/
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-13.1/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-13.1/contrib/ldns/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
430 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
431 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
452 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
471 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
484 $doit $rmcmd -f "$dst" 2>/dev/null ||
485 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
486 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/freebsd-13.1/contrib/libevent/
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-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h57 static inline bool doit(const From &Val) {
69 static inline bool doit(const From &Val) {
70 return isa_impl<To, From>::doit(Val);
75 static inline bool doit(const From &Val) {
76 return isa_impl<To, From>::doit(Val);
91 return isa_impl<To, From>::doit(*Val);
98 return isa_impl<To, From>::doit(*Val);
105 return isa_impl<To, From>::doit(*Val);
112 return isa_impl<To, From>::doit(*Val);
120 static bool doit(const From &Val) {
[all …]
/freebsd-13.1/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-13.1/tools/boot/
H A Dinstall-boot.sh22 doit() { function
222 doit gpart bootcode -b ${gpt0} -p ${gpt2} -i $idx $dev
242 doit gpart bootcode -b ${gpt0} -p ${gptzfs2} -i $idx $dev
258 doit gpart bootcode -b ${mbr0} ${dev}
263 doit gpart bootcode -p ${mbr2} ${dev}s${s}
290 doit gpart bootcode -b ${dst}/boot/mbr ${dev}
292 doit gpart bootcode -b /tmp/zfsboot1 ${dev}s${s} # Put boot1 into the start of part
294 doit dd if=${dst}/boot/zfsboot of=/dev/${dev}s${s}a skip=1 seek=1024
362 doit gpart bootcode -p ${vtoc8} ${dev}
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h947 static inline bool doit(const Value &Val) {
954 static inline bool doit(const Value &Val) {
961 static inline bool doit(const Value &Val) {
974 static inline bool doit(const Value &Val) {
980 static inline bool doit(const Value &Val) {
986 static inline bool doit(const Value &Val) {
992 static inline bool doit(const Value &Val) {
998 static inline bool doit(const Value &Val) {
1004 static inline bool doit(const Value &Val) {
1010 static inline bool doit(const Value &Val) {
[all …]
/freebsd-13.1/crypto/openssl/apps/
H A Dspeed.c1668 doit[D_CBC_DES] = doit[D_EDE3_DES] = 1; in speed_main()
1673 doit[D_SHA1] = doit[D_SHA256] = doit[D_SHA512] = 1; in speed_main()
1701 doit[D_CBC_128_AES] = doit[D_CBC_192_AES] = doit[D_CBC_256_AES] = 1; in speed_main()
1706 doit[D_CBC_128_CML] = doit[D_CBC_192_CML] = doit[D_CBC_256_CML] = 1; in speed_main()
1843 if (doit[i]) in speed_main()
2153 if (doit[D_MD2]) { in speed_main()
2178 if (doit[D_MD4]) { in speed_main()
2191 if (doit[D_MD5]) { in speed_main()
2284 if (doit[D_RC4]) { in speed_main()
2604 if (doit[D_EVP]) { in speed_main()
[all …]
/freebsd-13.1/usr.bin/finger/
H A Dutil.c111 char doit = 0; in enter_lastlog() local
116 doit = 1; in enter_lastlog()
119 for (; !doit && w != NULL; w = w->next) in enter_lastlog()
122 doit = 1; in enter_lastlog()
128 for (w = pn->whead; doit && w != NULL; w = w->next) in enter_lastlog()
131 doit = 0; in enter_lastlog()
133 if (ut != NULL && doit) { in enter_lastlog()

12345