Searched refs:doit (Results 176 - 200 of 231) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dgcc-dg.exp294 set doit 1
297 set doit 0
308 set doit 0
311 if { $doit } {
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dautopoint.in189 # - doit false if --dry-run was given, : otherwise
193 doit=:
199 doit=false ;;
502 if $doit; then
517 if $doit; then
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/soft-fp/
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); \
H A Dop-2.h261 #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit) \
265 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \
266 doit(_b_f1, _b_f0, X##_f0, Y##_f1); \
267 doit(_c_f1, _c_f0, X##_f1, Y##_f0); \
268 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \
291 #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit) \
301 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \
302 doit(_FP_FRAC_WORD_4(_z,2), _FP_FRAC_WORD_4(_z,1), _b_f0, _b_f1); \
303 doit(_c_f1, _c_f0, X##_f1, Y##_f1); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_task.c163 int doit(io_channel chan, SSL_CTX *s_ctx );
246 status = doit ( chan, s_ctx );
257 int doit(io_channel chan, SSL_CTX *s_ctx ) function
292 printf("Begin doit main loop\n");
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dpass5.c92 const char *doit = NULL; local
95 doit = "CREAT";
98 doit = "EXPAND";
100 if (doit) {
105 pwarn("CANNOT %s CLUSTER MAPS\n", doit);
111 doit);
/netbsd-6-1-5-RELEASE/libexec/rexecd/
H A Drexecd.c72 static void doit(struct sockaddr *) __dead;
140 doit((struct sockaddr *)&from);
144 doit(struct sockaddr *fromp) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_print.c273 doit (const char *filename) function
331 return doit (argv[0]);
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dtty.c267 * If doit is 0, the call is to check whether this option is
271 setspeed(arg, argv, doit)
274 int doit;
282 if (doit) {
292 * If doit is 0, the call is to check whether this option is
296 setdevname(cp, argv, doit)
299 int doit;
317 if (!doit)
323 if (doit)
328 if (doit) {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dgcc-dg.exp340 set doit 1
349 set doit 0
360 set doit 0
363 if { $doit } {
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dexpand.c239 goto doit;
243 doit:
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Di386lynx.c413 goto doit;
419 goto doit;
425 doit:
H A Dhp300hpux.c745 goto doit;
751 goto doit;
757 doit:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Di386lynx.c413 goto doit;
419 goto doit;
425 doit:
H A Dhp300hpux.c745 goto doit;
751 goto doit;
757 doit:
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inet6.c208 bool doit = false; local
211 if (!prop_dictionary_get_bool(env, "eui64", &doit) || !doit) {
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_subr.c350 int doit; local
354 doit = !(fs->lfs_flags & LFS_UNDIROP);
355 if (doit)
357 if (!doit) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Drwlock.c645 doit(isc_rwlock_t *rwl, isc_rwlocktype_t type, isc_boolean_t nonblock) { function
716 return (doit(rwl, type, ISC_FALSE));
721 return (doit(rwl, type, ISC_TRUE));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Drwlock.c538 doit(isc_rwlock_t *rwl, isc_rwlocktype_t type, isc_boolean_t nonblock) { function
609 return (doit(rwl, type, ISC_FALSE));
614 return (doit(rwl, type, ISC_TRUE));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c81 static struct coff_ofile *doit (void);
597 doit (void) function
742 p = doit ();
/netbsd-6-1-5-RELEASE/libexec/rlogind/
H A Drlogind.c127 __dead static void doit(int, struct sockaddr_storage *);
223 doit(0, &from);
237 doit(int f, struct sockaddr_storage *fromp) function
/netbsd-6-1-5-RELEASE/libexec/rshd/
H A Drshd.c140 __dead static void doit(struct sockaddr *);
235 doit((struct sockaddr *)&from);
241 doit(struct sockaddr *fromp) function
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dtelnetd.c127 static void doit(struct sockaddr *) __dead;
438 doit((struct sockaddr *)&from);
678 doit(struct sockaddr *who) function
734 } /* end of doit */
/netbsd-6-1-5-RELEASE/usr.bin/rlogin/
H A Drlogin.c108 __dead static void doit(sigset_t *);
291 doit(&smask);
299 doit(sigset_t *smask) function
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dlpd.c131 static void doit(void);
353 doit();
434 doit(void) function

Completed in 580 milliseconds

12345678910