/src/sys/arch/hpc/stand/hpcboot/ |
file_manager.cpp | 199 size_t skipped = 0; local in function:FileManager::_skip_compressed 211 skipped += nread; 217 return skipped; 258 size_t skipped = _skip_compressed(toskip); local in function:FileManager::seek 260 if (skipped != toskip)
|
/src/usr.bin/make/unit-tests/ |
directive-elif.mk | 7 # cases, make skips over the skipped branch as fast as possible, looking only 21 # directive and is thus silently skipped. 36 # directive and is thus silently skipped. Since the .if condition evaluated 70 # Misspelling '.elsif' in a skipped branch below a branch that was taken. 116 # expect+1: What happens on misspelling in a skipped branch? 117 .info What happens on misspelling in a skipped branch?
|
dep-colon.mk | 16 # skipped when looking for the semicolon that separates the sources from
|
directive-for-lines.mk | 7 # messages inside .for loops had been wrong since ParseGetLine skipped empty
|
varmisc.exp | 8 :D skipped if var undef 10 :U skipped when var set
|
varparse-undef-partial.mk | 4 # initial '$' of the expression is skipped by the parser, while 14 # therefore the initial '$' of that whole expression is skipped by the parser 46 # Should the whole expression be skipped for now, or should the inner
|
deptgt-end-fail-all.mk | 8 # This was not intended since the .END node had already been skipped if a
|
deptgt-makeflags.mk | 54 # An empty command line is skipped. 61 # skipped since it is whitespace (see Parse_IsVar). 69 # literal newline now. This prevents the newline from being skipped during 110 # command line, the whole command line is skipped.
|
directive-export-literal.mk | 13 # .export-literal can be skipped, to avoid a setenv call, which may leak
|
directive-elif.exp | 9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch?
|
directive-for-errors.mk | 53 # XXX: This should not be reached. It should be skipped, as already done 62 # skipped instead.
|
compat-error.mk | 29 # The commit that skipped NULL commands for .ERROR_CMD:
|
directive-else.mk | 39 . info After an extra .else, everything is skipped.
|
var-recursive.mk | 29 # An expression with modifiers is skipped halfway. This can lead to wrong
|
deptgt-end-fail.mk | 67 # of 'all' failed, it was skipped. This inconsistency was not needed for
|
varmisc.mk | 22 @echo :U skipped when var set 26 @echo :D skipped if var undef
|
cond-short.mk | 92 # Irrelevant assignment modifiers are skipped as well. 125 # Unreachable nested conditions are skipped completely as well. These skipped
|
/src/usr.sbin/bootp/common/ |
dovend.c | 316 * too large to fit are skipped; any remaining tags are tried until they 326 int skipped = 0; 346 skipped += numbytes; 357 return (skipped); 324 int skipped = 0; local in function:insert_generic
|
/src/bin/pax/ |
buf_subs.c | 405 off_t skipped = 0; local in function:rd_skip 436 if (ar_fow(cnt, &skipped) < 0) 438 res += cnt - skipped; 439 rdcnt += skipped;
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mach64_dma.c | 421 int skipped = 0; local in function:mach64_dump_buf_info 451 skipped = 0; 453 if (!skipped) { 455 skipped = 1; 477 int i, skipped; local in function:mach64_dump_ring_info 485 skipped = 0; 501 skipped = 0; 503 if (!skipped) { 505 skipped = 1;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_pipe_crc.c | 642 pipe_crc->skipped = 0; 667 pipe_crc->skipped = 0; 681 pipe_crc->skipped = INT_MIN;
|
/src/sys/arch/x68k/stand/boot/ |
srt0.S | 111 moveq #0,%d0 | this is skipped on bus error
|
/src/usr.bin/tic/ |
tic.c | 412 size_t skipped, merged, memn; local in function:merge_use 420 skipped = merged = 0; 461 skipped++; 499 if (merged == 0 && skipped != 0)
|
/src/sys/dev/ |
vnd.c | 865 int bsize, error, flags, skipped; local in function:handle_with_strategy 881 skipped = 0; 915 skipped += resid; 969 KASSERT(skipped != 0 || nbp != NULL); 970 if (skipped) 971 nestiobuf_done(bp, skipped, error);
|
/src/sys/external/bsd/drm/dist/ |
configure.ac | 79 dnl skipped and all flags rechecked. So there's no need to do anything
|