HomeSort by relevance Sort by last modified time
    Searched defs:skip (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
HiRes.t 71 # with (say) 10% slosh, "skip - system may have been busy?" if the test
77 sub skip { subroutine
93 skip 2..6;
112 skip 7..8;
123 skip 8;
141 skip 10;
150 skip 11;
160 skip 12..13;
181 skip 14
203 print "ok $_ # Skip: no gettimeofday or no ualarm or no usleep\n"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
libnet_t.pl 25 sub skip { subroutine
32 print "ok $number # skip $reason\n";
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Test.pm 20 $TestLevel = 0; # how many extra stack frames to skip
28 @EXPORT = qw(&plan &ok &skip);
76 skip(
77 $^O eq 'MSWin' ? "Skip unless MSWin" : 0, # whether to skip
80 skip(
81 $^O eq 'MSWin' ? 0 : "Skip if MSWin", # whether to skip
102 and C<skip(...)>. By default, all three are exported by
127 This means all ok() and skip() calls
518 sub skip ($;$$$) { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
magic.t 30 sub skip { subroutine
71 skip('SIGINT not safe on this platform') for 1..4;
169 skip('$? + system are broken on MacPerl') for 1..2;
269 skip("%ENV manipulations fail or aren't safe on $^O") for 1..4;
273 skip("clearing \%ENV is not safe when running under valgrind");
324 skip("\$0 check only on Linux and FreeBSD") for 0, 1;
348 skip('no caseless %ENV support') for 1..4;
352 skip ("miniperl can't rely on loading %Errno") for 1..2;
369 skip ("miniperl can't rely on loading %Errno");
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
head.c 54 "[s:skip?Skip \askip\a characters or lines from each file before "
55 "copying.]#[skip]"
78 register off_t skip = 0; local
107 skip = opt_info.number;
140 if (skip > 0)
141 sfmove(fp, NiL, skip, delim);
wclib.c 310 /* skip over word characters */
333 int skip=0; local
401 if(skip && (c&7))
403 if(!skip)
407 skip=1;
410 skip = (c&7);
411 adjust += skip;
413 if(skip==2 && (cp[-1]&0xc)==0 && (state=(cp[-1]&0x3)))
423 skip--;
439 if(skip)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/oeu/
genparse.c 53 skip(fp, p) function
76 if (type == SKIP)
  /onnv/onnv-gate/usr/src/lib/libast/common/disc/
sfdcprefix.c 38 int skip; /* this line already prefixed */ member in struct:__anon32
62 int skip; local
64 skip = 0;
73 skip = 1;
77 if (pfx->skip)
78 pfx->skip = 0;
85 pfx->skip = skip;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
getttyent.c 61 * Skip over the current field, removing quotes,
65 skip(char *p) function
132 p = skip(p);
134 p = skip(p);
136 p = skip(p);
139 for (; *p; p = skip(p)) {
  /onnv/onnv-gate/usr/src/cmd/bc/
bc.y 505 goto skip;
509 goto skip;
513 goto skip;
517 goto skip;
521 goto skip;
525 goto skip;
529 goto skip;
533 goto skip;
537 goto skip;
541 goto skip;
565 skip: \/* skip over rest of word *\/ label
    [all...]
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_nswparse.c 51 static char *skip(char **, char);
143 skip(char **cur, char key) function
162 p++; /* skip the key */
230 if (tokenp = skip(&linep, '[')) { /* got criteria */
247 if ((tokenp = skip(&linep, '=')) == NULL) {
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap_seq.c 48 int skip; local
51 skip = a->opts.skip;
59 if (mask(c) & skip)
119 * skip the disconnect command since
123 a->opts.skip |= mask(CMD_DISCONNECT);
218 int skip; local
229 skip = a->opts.skip;
237 skip |= mask(CMD_UNASSIGN)
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
sun4vpi.c 185 int skip; local
189 * make sure we are not supposed to skip the graph.
191 skip = pi_skip_node(mod, pi.mdp, components[idx]);
192 if (skip == 0) {
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
signing.c 81 uint8_t skip[2]; /* not used - just alignment */ member in struct:__anon8::__anon9
85 uint8_t skip[2]; /* not used - just alignment */ member in struct:__anon8::__anon10
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_sign.c 102 uint8_t skip[2]; /* not used - just alignment */ member in struct:__anon11::__anon12
106 uint8_t skip[2]; /* not used - just alignment */ member in struct:__anon11::__anon13
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regrexec.c 43 register size_t* skip; local
65 skip = e->re.bm.skip;
75 while ((index += skip[buf[index]]) < mid);
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
tokscan.c 177 char* skip = 0; local
195 skip = s;
337 if (skip) num = onum;
341 skip = s;
348 if ((*s++ != c) && !skip)
350 skip = s - 1;
358 if (nxt) *nxt = skip ? skip : s;
  /onnv/onnv-gate/usr/src/cmd/bnu/
pk0.c 132 int bad,accept,skip,t,cc; local
136 bad = accept = skip = 0;
183 skip++;
230 skip++;
241 if (skip) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
More.pm 26 skip todo todo_skip
80 SKIP: {
81 skip $why, $how_many unless $have_some_feature;
120 facilities to skip tests, test future features and compare complicated
141 In some cases, you'll want to completely skip an entire testing script.
145 Your script will declare a skip with the reason why you skipped and
746 necessary to skip tests, or declare that they are supposed to fail
749 For more details on the mechanics of skip and todo tests see
758 =item B<SKIP: BLOCK>
760 SKIP:
798 sub skip { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
test.pl 57 # escape out '#' or it will interfere with '# skip' and such
275 # be compatible with Test::More::skip().
276 sub skip { subroutine
280 print STDOUT "ok $test # skip: $why\n";
284 last SKIP;
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/util/
util.c 200 * If separator is whitespace, then skip all consecutive
351 size_t skip; local
365 * compute how many bytes we need to skip over in the mmap()'d
368 skip = srcoff % PAGESIZE;
369 srcoff -= skip;
377 validsize = MIN(chunksize, nbytes - nwritten + skip);
378 if (pnwrite(dstfd, &buf[skip], validsize - skip, dstoff)
385 nwritten += validsize - skip;
386 dstoff += validsize - skip;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
advfs.c 128 unsigned int skip; local
130 skip = (1 + record_key->key_length + 1) & ~1;
132 (((uint8_t *) record_key) + skip)));
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_xattr.c 369 int error, skip, used, nmlen; local
394 * Copy the string, but skip the first char (":")
428 * Skip padding until next offset
431 skip = next - used;
432 md_get_mem(mdp, NULL, skip, MB_MSYSTEM);
452 * which we will skip here.
459 * skip past any non-matching names.
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sftable.c 58 int v, n, skip, dollar, decimal, thousand; local
91 if(*form == '*' && type > 0) /* skip in scanning */
92 { skip = 1;
97 { skip = 0;
310 if(skip)
  /onnv/onnv-gate/usr/src/cmd/acct/
diskusg.c 238 char *skip();
240 for( ; *str && igncnt < MAXIGN; str = skip(str), igncnt++)
385 skip(str) function

Completed in 660 milliseconds

1 2 3 4 5