Searched refs:testmode (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/compress/
H A Dmain.c55 static int cat, decomp, kflag, pipin, force, verbose, testmode, list, recurse; variable
293 testmode = 1;
324 testmode = 1;
347 if (cflag || testmode || (!oflag && argc == 0))
361 if ((cat && argc) + testmode + oflag > 1)
472 if (!cat && !pipin && !testmode && !kflag) {
713 if (testmode) {
795 if (name == NULL || cat || testmode)
956 if (testmode) {
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm82 $> PERL_CORE=1 ./perl ext/B/t/optree_check.t testmode=cross
161 pad-slot-assignments # for 5.8 compat, and testmode=cross
261 This tag is added if testmode=cross is passed in as argument.
307 testmode => [qw/ native cross both /],
402 : 1 + @{$modes{$gOpts{testmode}}}
414 foreach my $want (@{$modes{$gOpts{testmode}}}) {
800 =head2 testmode=cross
813 =head2 testmode=native
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_core.h1451 int dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode);
1487 int testmode)
1486 dwc2_hsotg_set_test_mode(struct dwc2_hsotg *hsotg, int testmode) argument
/openbsd-current/sys/nfs/
H A Dnfs_serv.c154 u_long testmode, nfsmode; local
187 testmode = (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND |
190 testmode = (NFSV3ACCESS_MODIFY | NFSV3ACCESS_EXTEND);
191 if ((nfsmode & testmode) &&
193 nfsmode &= ~testmode;
195 testmode = NFSV3ACCESS_LOOKUP;
197 testmode = NFSV3ACCESS_EXECUTE;
198 if ((nfsmode & testmode) &&
200 nfsmode &= ~testmode;
/openbsd-current/usr.sbin/makefs/
H A Dcd9660.c290 size_t length, char testmode, char * dest)
298 if (testmode == 'd')
309 fieldtitle, testmode);
289 cd9660_arguments_set_string(const char *val, const char *fieldtitle, size_t length, char testmode, char * dest) argument

Completed in 203 milliseconds