| /openbsd-src/gnu/lib/libiberty/ |
| 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 …]
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| 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 …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| 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 …]
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| 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 …]
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| 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 …]
|
| /openbsd-src/usr.sbin/nsd/ |
| 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 …]
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | install-sh | 18 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 && 227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
| /openbsd-src/gnu/share/ |
| 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 …]
|
| /openbsd-src/gnu/lib/libreadline/support/ |
| H A D | install.sh | 27 doit="${DOITPROG-}" 191 $doit $instcmd $dst && 193 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 194 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 195 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 196 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 224 $doit $instcmd $src $dsttmp && 234 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 235 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && 236 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | install-sh | 32 doit="${DOITPROG-}" 196 $doit $instcmd $dst && 198 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 199 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 200 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 201 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 229 $doit $instcmd $src $dsttmp && 239 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 240 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && 241 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
| /openbsd-src/gnu/lib/libstdc++/ |
| 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 …]
|
| /openbsd-src/gnu/usr.bin/gcc/ |
| 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 …]
|
| /openbsd-src/usr.sbin/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 [all...] |
| /openbsd-src/usr.bin/openssl/ |
| H A D | speed.c | 1127 int doit[ALGOR_NUM]; in speed_main() 1169 doit[i] = 0; in speed_main() 1203 doit[D_EVP] = 1; in speed_main() 1246 doit[D_MD4] = 1; in speed_main() 1251 doit[D_MD5] = 1; in speed_main() 1256 doit[D_HMAC] = 1; in speed_main() 1261 doit[D_SHA1] = 1; in speed_main() 1263 doit[D_SHA1] = 1, in speed_main() 1264 doit[D_SHA256] = 1, in speed_main() 1265 doit[D_SHA51 in speed_main() 428 int doit[ALGOR_NUM]; speed_main() local [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p3708b.C | 11 virtual void xx(int doit) { printf ("A is destructed.\n"); } in xx() argument 17 virtual void xx(int doit) { printf ("A1 is destructed.\n"); } in xx() argument 23 virtual void xx(int doit) { in xx() argument 26 if (doit) A::xx (1); in xx() 36 virtual void xx(int doit) { in xx() argument 38 if (doit) A::xx (1); in xx() 47 virtual void xx(int doit) { in xx() argument
|
| H A D | p3708a.C | 11 virtual void xx(int doit) { printf ("A is destructed.\n"); } in xx() argument 17 virtual void xx(int doit) { printf ("A1 is destructed.\n"); } in xx() argument 23 virtual void xx(int doit) { in xx() argument 26 if (doit) A::xx (1); in xx() 37 virtual void xx(int doit) { in xx() argument 43 if (doit) A::xx (1); in xx()
|
| H A D | p3708.C | 11 virtual void xx(int doit) { printf ("A is destructed.\n"); } in xx() argument 17 virtual void xx(int doit) { printf ("A1 is destructed.\n"); } in xx() argument 23 virtual void xx(int doit) { in xx() argument 26 if (doit) A::xx (1); in xx() 37 virtual void xx(int doit) { in xx() argument 43 if (doit) A::xx (1); in xx()
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | ifdef.c | 116 format_group (doit, format, endchar, groups) in format_group() argument 117 int doit; in format_group() 162 thendoit = doit, elsedoit = 0; 164 thendoit = 0, elsedoit = doit; 177 print_ifdef_lines (doit, line_format[OLD], &groups[0]); 182 print_ifdef_lines (doit, line_format[UNCHANGED], &groups[0]); 187 print_ifdef_lines (doit, line_format[NEW], &groups[1]); 214 if (doit) 231 if (doit) 267 print_ifdef_lines (doit, format, group) in print_ifdef_lines() argument [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 991016-1.c | 10 doit(int sel, int n, void *p) in doit() function 46 v0 = 1; doit(0, 5, &v0); in main() 47 v1 = 1; doit(1, 5, &v1); in main() 48 v2 = 1; doit(2, 5, &v2); in main()
|
| H A D | 980526-1.c | 3 static int doit(int x){ in doit() function 22 if (doit(0) != expect_do1) in do1() 27 if (doit(1) != expect_do2) in do2()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | cleanup-3.c | 23 static void doit(int x, int y) in doit() function 39 doit (1, 2); in main() 42 doit (2, 1); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/ |
| H A D | gcov-3.c | 9 static int doit(int x){ in doit() function 28 if (doit(0) != expect_do1) in do1() 33 if (doit(1) != expect_do2) in do2()
|
| H A D | bprob-2.c | 8 static int doit(int x){ in doit() function 27 if (doit(0) != expect_do1) in do1() 32 if (doit(1) != expect_do2) in do2()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | cvt11.C | 17 class Bar{ public: void doit(void); }; 19 void Bar::doit(void) in doit() function 29 int main(){ Bar x; x.doit(); } in main()
|