Searched refs:testmode (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/compress/ |
| H A D | main.c | 55 static int cat, decomp, kflag, pipin, force, verbose, testmode, list, recurse; variable 293 testmode = 1; in main() 324 testmode = 1; in main() 347 if (cflag || testmode || (!oflag && argc == 0)) in main() 361 if ((cat && argc) + testmode + oflag > 1) in main() 472 if (!cat && !pipin && !testmode && !kflag) { in main() 713 if (testmode) { in dodecompress() 795 if (name == NULL || cat || testmode) in setfile() 956 if (testmode) { in verbose_info()
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
| H A D | OptreeCheck.pm | 307 testmode => [qw/ native cross both /], 402 : 1 + @{$modes{$gOpts{testmode}}} 414 foreach my $want (@{$modes{$gOpts{testmode}}}) {
|
| /openbsd-src/sys/dev/usb/dwc2/ |
| H A D | dwc2_core.h | 1451 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode); 1487 int testmode) in dwc2_hsotg_set_test_mode() argument
|
| /openbsd-src/sys/nfs/ |
| H A D | nfs_serv.c | 152 u_long testmode, nfsmode; in nfsrv3_access() 185 testmode = (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND | in nfsrv3_access() 188 testmode = (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND); in nfsrv3_access() 189 if ((nfsmode & testmode) && in nfsrv3_access() 191 nfsmode &= ~testmode; in nfsrv3_access() 193 testmode = NFSV3ACCESS_LOOKUP; in nfsrv3_access() 195 testmode = NFSV3ACCESS_EXECUTE; in nfsrv3_access() 196 if ((nfsmode & testmode) && in nfsrv3_access() 198 nfsmode &= ~testmode; in nfsrv3_access() 154 u_long testmode, nfsmode; nfsrv3_access() local
|
| /openbsd-src/usr.sbin/makefs/ |
| H A D | cd9660.c | 290 size_t length, char testmode, char * dest) in cd9660_arguments_set_string() argument 298 if (testmode == 'd') in cd9660_arguments_set_string() 309 fieldtitle, testmode); in cd9660_arguments_set_string()
|