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
2490
int doit = 0;
sys/kern/tty.c
2493
doit |= ncts ? ISSET(tp->t_flags, TS_TSTAMPCTSSET) :
sys/kern/tty.c
2496
doit |= ndcd ? ISSET(tp->t_flags, TS_TSTAMPDCDSET) :
sys/kern/tty.c
2499
if (doit)
sys/nfs/nfs_vnops.c
2559
int error = 0, tlen, more_dirs = 1, blksiz = 0, doit, bigenough = 1, i;
sys/nfs/nfs_vnops.c
2692
doit = fxdr_unsigned(int, *tl);
sys/nfs/nfs_vnops.c
2693
if (doit) {
sys/nfs/nfs_vnops.c
2706
doit = 0;
sys/nfs/nfs_vnops.c
2711
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
1121
int doit[ALGOR_NUM];
usr.bin/openssl/speed.c
1162
doit[i] = 0;
usr.bin/openssl/speed.c
1198
doit[D_EVP] = 1;
usr.bin/openssl/speed.c
1241
doit[D_MD4] = 1;
usr.bin/openssl/speed.c
1246
doit[D_MD5] = 1;
usr.bin/openssl/speed.c
1251
doit[D_HMAC] = 1;
usr.bin/openssl/speed.c
1256
doit[D_SHA1] = 1;
usr.bin/openssl/speed.c
1258
doit[D_SHA1] = 1,
usr.bin/openssl/speed.c
1259
doit[D_SHA256] = 1,
usr.bin/openssl/speed.c
1260
doit[D_SHA512] = 1;
usr.bin/openssl/speed.c
1264
doit[D_SHA256] = 1;
usr.bin/openssl/speed.c
1269
doit[D_SHA512] = 1;
usr.bin/openssl/speed.c
1275
doit[D_RMD160] = 1;
usr.bin/openssl/speed.c
1277
doit[D_RMD160] = 1;
usr.bin/openssl/speed.c
1279
doit[D_RMD160] = 1;
usr.bin/openssl/speed.c
1284
doit[D_RC4] = 1;
usr.bin/openssl/speed.c
1289
doit[D_CBC_DES] = 1;
usr.bin/openssl/speed.c
1291
doit[D_EDE3_DES] = 1;
usr.bin/openssl/speed.c
1296
doit[D_CBC_128_AES] = 1;
usr.bin/openssl/speed.c
1298
doit[D_CBC_192_AES] = 1;
usr.bin/openssl/speed.c
1300
doit[D_CBC_256_AES] = 1;
usr.bin/openssl/speed.c
1302
doit[D_IGE_128_AES] = 1;
usr.bin/openssl/speed.c
1304
doit[D_IGE_192_AES] = 1;
usr.bin/openssl/speed.c
1306
doit[D_IGE_256_AES] = 1;
usr.bin/openssl/speed.c
1311
doit[D_CBC_128_CML] = 1;
usr.bin/openssl/speed.c
1313
doit[D_CBC_192_CML] = 1;
usr.bin/openssl/speed.c
1315
doit[D_CBC_256_CML] = 1;
usr.bin/openssl/speed.c
1341
doit[D_CBC_RC2] = 1;
usr.bin/openssl/speed.c
1343
doit[D_CBC_RC2] = 1;
usr.bin/openssl/speed.c
1348
doit[D_CBC_IDEA] = 1;
usr.bin/openssl/speed.c
1350
doit[D_CBC_IDEA] = 1;
usr.bin/openssl/speed.c
1355
doit[D_CBC_BF] = 1;
usr.bin/openssl/speed.c
1357
doit[D_CBC_BF] = 1;
usr.bin/openssl/speed.c
1359
doit[D_CBC_BF] = 1;
usr.bin/openssl/speed.c
1364
doit[D_CBC_CAST] = 1;
usr.bin/openssl/speed.c
1366
doit[D_CBC_CAST] = 1;
usr.bin/openssl/speed.c
1368
doit[D_CBC_CAST] = 1;
usr.bin/openssl/speed.c
1373
doit[D_CBC_DES] = 1;
usr.bin/openssl/speed.c
1374
doit[D_EDE3_DES] = 1;
usr.bin/openssl/speed.c
1379
doit[D_CBC_128_AES] = 1;
usr.bin/openssl/speed.c
1380
doit[D_CBC_192_AES] = 1;
usr.bin/openssl/speed.c
1381
doit[D_CBC_256_AES] = 1;
usr.bin/openssl/speed.c
1383
doit[D_GHASH] = 1;
usr.bin/openssl/speed.c
1385
doit[D_AES_128_GCM]=1;
usr.bin/openssl/speed.c
1387
doit[D_AES_256_GCM]=1;
usr.bin/openssl/speed.c
1392
doit[D_CBC_128_CML] = 1;
usr.bin/openssl/speed.c
1393
doit[D_CBC_192_CML] = 1;
usr.bin/openssl/speed.c
1394
doit[D_CBC_256_CML] = 1;
usr.bin/openssl/speed.c
1399
doit[D_CHACHA20_POLY1305]=1;
usr.bin/openssl/speed.c
1555
doit[i] = 1;
usr.bin/openssl/speed.c
1569
if (doit[i])
usr.bin/openssl/speed.c
1630
if (doit[D_MD4]) {
usr.bin/openssl/speed.c
1643
if (doit[D_MD5]) {
usr.bin/openssl/speed.c
1656
if (doit[D_HMAC]) {
usr.bin/openssl/speed.c
1691
if (doit[D_SHA1]) {
usr.bin/openssl/speed.c
1702
if (doit[D_SHA256]) {
usr.bin/openssl/speed.c
1715
if (doit[D_SHA512]) {
usr.bin/openssl/speed.c
1729
if (doit[D_RMD160]) {
usr.bin/openssl/speed.c
1741
if (doit[D_RC4]) {
usr.bin/openssl/speed.c
1754
if (doit[D_CBC_DES]) {
usr.bin/openssl/speed.c
1765
if (doit[D_EDE3_DES]) {
usr.bin/openssl/speed.c
1779
if (doit[D_CBC_128_AES]) {
usr.bin/openssl/speed.c
1791
if (doit[D_CBC_192_AES]) {
usr.bin/openssl/speed.c
1803
if (doit[D_CBC_256_AES]) {
usr.bin/openssl/speed.c
1815
if (doit[D_IGE_128_AES]) {
usr.bin/openssl/speed.c
1827
if (doit[D_IGE_192_AES]) {
usr.bin/openssl/speed.c
1839
if (doit[D_IGE_256_AES]) {
usr.bin/openssl/speed.c
1851
if (doit[D_GHASH]) {
usr.bin/openssl/speed.c
1865
if (doit[D_AES_128_GCM]) {
usr.bin/openssl/speed.c
1893
if (doit[D_AES_256_GCM]) {
usr.bin/openssl/speed.c
1922
if (doit[D_CHACHA20_POLY1305]) {
usr.bin/openssl/speed.c
1951
if (doit[D_CBC_128_CML]) {
usr.bin/openssl/speed.c
1963
if (doit[D_CBC_192_CML]) {
usr.bin/openssl/speed.c
1975
if (doit[D_CBC_256_CML]) {
usr.bin/openssl/speed.c
1989
if (doit[D_CBC_IDEA]) {
usr.bin/openssl/speed.c
2003
if (doit[D_CBC_RC2]) {
usr.bin/openssl/speed.c
2017
if (doit[D_CBC_BF]) {
usr.bin/openssl/speed.c
2031
if (doit[D_CBC_CAST]) {
usr.bin/openssl/speed.c
2045
if (doit[D_EVP]) {
usr.bin/openssl/speed.c
2547
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: