Searched refs:doit (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-9.3-release/contrib/openpam/
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"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/freebsd-9.3-release/contrib/tcsh/
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"; } &&
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
[all...]
/freebsd-9.3-release/crypto/heimdal/
H A Dinstall-sh51 doit="${DOITPROG-}"
52 if test -z "$doit"; then
55 doit_exec=$doit
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
464 && { test -z "$stripcmd" || $doit
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
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"; } &&
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
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A Dmenu3.c77 static dialogMenuItem doit[] = { variable
101 -1, -1, 3, -3, doit + 2, (char *)TRUE, NULL, NULL);
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dpropdelay.c122 static void doit (double, double, double, double, double, char *);
196 doit(lat1, long1, lat2, long2, height, "");
198 doit(lat1, long1, lat2, long2, (double)SUMMERHEIGHT,
200 doit(lat1, long1, lat2, long2, (double)WINTERHEIGHT,
212 doit(lat1, long1, lat2, long2, height, "WWV ");
214 doit(lat1, long1, lat2, long2, (double)SUMMERHEIGHT,
216 doit(lat1, long1, lat2, long2, (double)WINTERHEIGHT,
226 doit(lat1, long1, lat2, long2, height, "WWVH ");
228 doit(lat1, long1, lat2, long2, (double)SUMMERHEIGHT,
230 doit(lat
275 doit( function
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Difdef.c116 format_group (doit, format, endchar, groups)
117 int doit;
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, forma
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DValue.h367 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
374 static inline bool doit (const Value &Val) { function in struct:llvm::isa_impl
380 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
386 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
392 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
398 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
404 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
410 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
416 static inline bool doit(const Value &Val) { function in struct:llvm::isa_impl
423 static inline bool doit(cons function in struct:llvm::isa_impl
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c42 doit (int af, function
108 return doit (AF_INET6, &sin6->sin6_addr, sizeof(sin6->sin6_addr),
118 return doit (AF_INET, &sin4->sin_addr, sizeof(sin4->sin_addr),
H A Dgetaddrinfo-test.c68 doit (const char *nodename, const char *servname) function
141 doit (nodename, argv[i+1]);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c754 int doit[ALGOR_NUM]; local
810 doit[i] = 0;
848 doit[D_EVP] = 1;
895 doit[D_MD2] = 1;
900 doit[D_MDC2] = 1;
905 doit[D_MD4] = 1;
910 doit[D_MD5] = 1;
915 doit[D_HMAC] = 1;
920 doit[D_SHA1] = 1;
922 doit[D_SHA
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Db-strcmp.c51 bool doit = false; local
64 doit = true;
72 if (!doit)
H A Db-strl.c66 bool doit = false;
78 doit = true;
86 if (!doit)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh37 doit() function
104 doit $file $ofile $errfile &
/freebsd-9.3-release/usr.bin/finger/
H A Dutil.c109 char doit = 0; local
114 doit = 1;
117 for (; !doit && w != NULL; w = w->next)
120 doit = 1;
126 for (w = pn->whead; doit && w != NULL; w = w->next)
129 doit = 0;
131 if (ut != NULL && doit) {
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c151 unsigned doit = _nc_tracing; local
163 || (doit & TRACE_ICALLS) != 0)
164 doit &= (TRACE_CALLS | TRACE_CCALLS);
166 doit = 0;
170 if (doit != 0) {
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dtcp_server.c156 doit (int port, const char *service) function
167 return doit (port, service);
H A Duu_server.c173 doit (int port, const char *service) function
209 return doit (port, service);
/freebsd-9.3-release/tools/regression/ia64/emulated/
H A Dtest.c130 doit(void *addr) function
142 return doit(src);
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dop-4.h250 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \
255 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \
256 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \
257 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \
258 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \
259 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \
260 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \
279 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \
280 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \
281 doit(_d_f
[all...]
H A Dop-1.h152 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \
155 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \
203 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \
209 doit(_q, _r, X##_f, Y##_f); \
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1655 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1659 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1667 static const ToTy *doit(const DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1671 static ToTy *doit(DeclContext *Val) { function in struct:clang::cast_convert_decl_context
1684 static bool doit(const ::clang::DeclContext &Val) { function in struct:llvm::isa_impl
1693 static const ToTy &doit(const ::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1694 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1699 static ToTy &doit(::clang::DeclContext &Val) { function in struct:llvm::cast_convert_val
1700 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1706 static const ToTy *doit(cons function in struct:llvm::cast_convert_val
1712 static ToTy *doit(::clang::DeclContext *Val) { function in struct:llvm::cast_convert_val
1720 static ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1727 static ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
1734 static const ::clang::DeclContext &doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
1741 static const ::clang::DeclContext *doit(const FromTy *Val) { function in struct:llvm::cast_convert_val
[all...]
/freebsd-9.3-release/tools/tools/cxgbtool/
H A Dcxgbtool.c128 doit(const char *iff_name, unsigned long cmd, void *data) function
163 if (doit(iff_name, CHELSIO_GETREG, &reg) < 0)
176 if (doit(iff_name, CHELSIO_SETREG, &ch_reg) < 0)
232 if (doit(iff_name, cmd, &p) < 0)
502 if (doit(iff_name, CHELSIO_IFCONF_GETREGS, &regs))
621 if (doit(iff_name, CHELSIO_IFCONF_GETREGS, &regs))
639 if (doit(iff_name, CHELSIO_GETMTUTAB, &m) < 0)
660 if (doit(iff_name, CHELSIO_SETMTUTAB, &m) < 0)
758 if (doit(iff_name, CHELSIO_GET_SGE_CONTEXT, &ctx) < 0)
798 if (doit(iff_nam
[all...]
/freebsd-9.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c141 #define doit(x, y) real_doit(x, y, #x) macro
168 rc = doit(CHELSIO_T4_GETREG, &reg);
184 return doit(CHELSIO_T4_SETREG, &reg);
417 rc = doit(CHELSIO_T4_REGDUMP, &regs);
828 rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode);
834 rc = doit(CHELSIO_T4_GET_FILTER, &t);
854 rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode);
949 return doit(CHELSIO_T4_SET_FILTER_MODE, &mode);
959 return doit(CHELSIO_T4_DEL_FILTER, &t);
1156 return doit(CHELSIO_T4_SET_FILTE
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c46 doit(const char *fn) function
186 return doit (argv[0]);

Completed in 242 milliseconds

1234