Symbol: doit
lib/libcurses/trace/lib_trace.c
233
unsigned doit = _nc_tracing;
lib/libcurses/trace/lib_trace.c
252
|| (doit & TRACE_ICALLS) != 0)
lib/libcurses/trace/lib_trace.c
253
doit &= (TRACE_CALLS | TRACE_CCALLS);
lib/libcurses/trace/lib_trace.c
255
doit = 0;
lib/libcurses/trace/lib_trace.c
259
if (doit != 0 && fp != 0) {
libexec/ld.so/ldd/ldd.c
44
int doit(char *);
libexec/ld.so/ldd/ldd.c
80
ret |= doit(*argv);
regress/lib/libssl/ssl/ssltest.c
320
int doit(SSL *s_ssl, SSL *c_ssl, long bytes);
regress/lib/libssl/ssl/ssltest.c
723
ret = doit(s_ssl, c_ssl, bytes);
sbin/fsck_ffs/pass5.c
101
if (doit) {
sbin/fsck_ffs/pass5.c
106
pwarn("CANNOT %s CLUSTER MAPS\n", doit);
sbin/fsck_ffs/pass5.c
112
doit);
sbin/fsck_ffs/pass5.c
93
char *doit = 0;
sbin/fsck_ffs/pass5.c
96
doit = "CREAT";
sbin/fsck_ffs/pass5.c
99
doit = "EXPAND";
sbin/pdisk/partition_map.c
742
goto doit;
sbin/pdisk/partition_map.c
759
doit:
sys/dev/ic/fxp.c
1675
fxp_mc_setup(struct fxp_softc *sc, int doit)
sys/dev/ic/fxp.c
1703
if (doit == 0)
sys/dev/pci/if_bge.c
4129
goto doit;
sys/dev/pci/if_bge.c
4139
doit:
sys/kern/tty.c
2488
int doit = 0;
sys/kern/tty.c
2491
doit |= ncts ? ISSET(tp->t_flags, TS_TSTAMPCTSSET) :
sys/kern/tty.c
2494
doit |= ndcd ? ISSET(tp->t_flags, TS_TSTAMPDCDSET) :
sys/kern/tty.c
2497
if (doit)
sys/nfs/nfs_vnops.c
2538
int error = 0, tlen, more_dirs = 1, blksiz = 0, doit, bigenough = 1, i;
sys/nfs/nfs_vnops.c
2671
doit = fxdr_unsigned(int, *tl);
sys/nfs/nfs_vnops.c
2672
if (doit) {
sys/nfs/nfs_vnops.c
2685
doit = 0;
sys/nfs/nfs_vnops.c
2690
if (doit && bigenough) {
usr.bin/finger/util.c
191
char doit = 0;
usr.bin/finger/util.c
206
doit = 1;
usr.bin/finger/util.c
209
for (; !doit && w != NULL; w = w->next)
usr.bin/finger/util.c
211
doit = 1;
usr.bin/finger/util.c
217
for (w = pn->whead; doit && w != NULL; w = w->next)
usr.bin/finger/util.c
220
doit = 0;
usr.bin/finger/util.c
222
if (doit) {
usr.bin/openssl/speed.c
1108
int doit[ALGOR_NUM];
usr.bin/openssl/speed.c
1149
doit[i] = 0;
usr.bin/openssl/speed.c
1185
doit[D_EVP] = 1;
usr.bin/openssl/speed.c
1228
doit[D_MD4] = 1;
usr.bin/openssl/speed.c
1233
doit[D_MD5] = 1;
usr.bin/openssl/speed.c
1238
doit[D_HMAC] = 1;
usr.bin/openssl/speed.c
1243
doit[D_SHA1] = 1;
usr.bin/openssl/speed.c
1245
doit[D_SHA1] = 1,
usr.bin/openssl/speed.c
1246
doit[D_SHA256] = 1,
usr.bin/openssl/speed.c
1247
doit[D_SHA512] = 1;
usr.bin/openssl/speed.c
1251
doit[D_SHA256] = 1;
usr.bin/openssl/speed.c
1256
doit[D_SHA512] = 1;
usr.bin/openssl/speed.c
1262
doit[D_RMD160] = 1;
usr.bin/openssl/speed.c
1264
doit[D_RMD160] = 1;
usr.bin/openssl/speed.c
1266
doit[D_RMD160] = 1;
usr.bin/openssl/speed.c
1271
doit[D_RC4] = 1;
usr.bin/openssl/speed.c
1276
doit[D_CBC_DES] = 1;
usr.bin/openssl/speed.c
1278
doit[D_EDE3_DES] = 1;
usr.bin/openssl/speed.c
1283
doit[D_CBC_128_AES] = 1;
usr.bin/openssl/speed.c
1285
doit[D_CBC_192_AES] = 1;
usr.bin/openssl/speed.c
1287
doit[D_CBC_256_AES] = 1;
usr.bin/openssl/speed.c
1289
doit[D_IGE_128_AES] = 1;
usr.bin/openssl/speed.c
1291
doit[D_IGE_192_AES] = 1;
usr.bin/openssl/speed.c
1293
doit[D_IGE_256_AES] = 1;
usr.bin/openssl/speed.c
1298
doit[D_CBC_128_CML] = 1;
usr.bin/openssl/speed.c
1300
doit[D_CBC_192_CML] = 1;
usr.bin/openssl/speed.c
1302
doit[D_CBC_256_CML] = 1;
usr.bin/openssl/speed.c
1328
doit[D_CBC_RC2] = 1;
usr.bin/openssl/speed.c
1330
doit[D_CBC_RC2] = 1;
usr.bin/openssl/speed.c
1335
doit[D_CBC_IDEA] = 1;
usr.bin/openssl/speed.c
1337
doit[D_CBC_IDEA] = 1;
usr.bin/openssl/speed.c
1342
doit[D_CBC_BF] = 1;
usr.bin/openssl/speed.c
1344
doit[D_CBC_BF] = 1;
usr.bin/openssl/speed.c
1346
doit[D_CBC_BF] = 1;
usr.bin/openssl/speed.c
1351
doit[D_CBC_CAST] = 1;
usr.bin/openssl/speed.c
1353
doit[D_CBC_CAST] = 1;
usr.bin/openssl/speed.c
1355
doit[D_CBC_CAST] = 1;
usr.bin/openssl/speed.c
1360
doit[D_CBC_DES] = 1;
usr.bin/openssl/speed.c
1361
doit[D_EDE3_DES] = 1;
usr.bin/openssl/speed.c
1366
doit[D_CBC_128_AES] = 1;
usr.bin/openssl/speed.c
1367
doit[D_CBC_192_AES] = 1;
usr.bin/openssl/speed.c
1368
doit[D_CBC_256_AES] = 1;
usr.bin/openssl/speed.c
1370
doit[D_GHASH] = 1;
usr.bin/openssl/speed.c
1372
doit[D_AES_128_GCM]=1;
usr.bin/openssl/speed.c
1374
doit[D_AES_256_GCM]=1;
usr.bin/openssl/speed.c
1379
doit[D_CBC_128_CML] = 1;
usr.bin/openssl/speed.c
1380
doit[D_CBC_192_CML] = 1;
usr.bin/openssl/speed.c
1381
doit[D_CBC_256_CML] = 1;
usr.bin/openssl/speed.c
1386
doit[D_CHACHA20_POLY1305]=1;
usr.bin/openssl/speed.c
1542
doit[i] = 1;
usr.bin/openssl/speed.c
1556
if (doit[i])
usr.bin/openssl/speed.c
1617
if (doit[D_MD4]) {
usr.bin/openssl/speed.c
1630
if (doit[D_MD5]) {
usr.bin/openssl/speed.c
1643
if (doit[D_HMAC]) {
usr.bin/openssl/speed.c
1678
if (doit[D_SHA1]) {
usr.bin/openssl/speed.c
1689
if (doit[D_SHA256]) {
usr.bin/openssl/speed.c
1702
if (doit[D_SHA512]) {
usr.bin/openssl/speed.c
1716
if (doit[D_RMD160]) {
usr.bin/openssl/speed.c
1728
if (doit[D_RC4]) {
usr.bin/openssl/speed.c
1741
if (doit[D_CBC_DES]) {
usr.bin/openssl/speed.c
1752
if (doit[D_EDE3_DES]) {
usr.bin/openssl/speed.c
1766
if (doit[D_CBC_128_AES]) {
usr.bin/openssl/speed.c
1778
if (doit[D_CBC_192_AES]) {
usr.bin/openssl/speed.c
1790
if (doit[D_CBC_256_AES]) {
usr.bin/openssl/speed.c
1802
if (doit[D_IGE_128_AES]) {
usr.bin/openssl/speed.c
1814
if (doit[D_IGE_192_AES]) {
usr.bin/openssl/speed.c
1826
if (doit[D_IGE_256_AES]) {
usr.bin/openssl/speed.c
1838
if (doit[D_GHASH]) {
usr.bin/openssl/speed.c
1852
if (doit[D_AES_128_GCM]) {
usr.bin/openssl/speed.c
1880
if (doit[D_AES_256_GCM]) {
usr.bin/openssl/speed.c
1909
if (doit[D_CHACHA20_POLY1305]) {
usr.bin/openssl/speed.c
1938
if (doit[D_CBC_128_CML]) {
usr.bin/openssl/speed.c
1950
if (doit[D_CBC_192_CML]) {
usr.bin/openssl/speed.c
1962
if (doit[D_CBC_256_CML]) {
usr.bin/openssl/speed.c
1976
if (doit[D_CBC_IDEA]) {
usr.bin/openssl/speed.c
1990
if (doit[D_CBC_RC2]) {
usr.bin/openssl/speed.c
2004
if (doit[D_CBC_BF]) {
usr.bin/openssl/speed.c
2018
if (doit[D_CBC_CAST]) {
usr.bin/openssl/speed.c
2032
if (doit[D_EVP]) {
usr.bin/openssl/speed.c
2534
if (!doit[k])
usr.bin/pkill/pkill.c
494
int doit;
usr.bin/pkill/pkill.c
497
doit = askyn(kp);
usr.bin/pkill/pkill.c
501
doit = 1;
usr.bin/pkill/pkill.c
504
if (doit && kill(kp->p_pid, signum) == -1) {
usr.bin/rdist/expand.c
439
goto doit;
usr.bin/rdist/expand.c
444
doit:
usr.bin/xargs/xargs.c
612
int doit = 0;
usr.bin/xargs/xargs.c
619
doit = response != NULL && (*response == 'y' || *response == 'Y');
usr.bin/xargs/xargs.c
621
return (doit);
usr.sbin/arp/arp.c
623
goto doit;
usr.sbin/arp/arp.c
664
doit:
usr.sbin/lpr/lpd/lpd.c
107
static void doit(void);
usr.sbin/lpr/lpd/lpd.c
385
doit();
usr.sbin/ndp/ndp.c
740
goto doit;
usr.sbin/ndp/ndp.c
797
doit:
usr.sbin/rarpd/arptab.c
177
goto doit;
usr.sbin/rarpd/arptab.c
216
doit: