/src/sys/arch/newsmips/stand/boot/ |
locore.S | 42 beq t0, ra, skip 58 skip: label
|
/src/usr.bin/hexdump/ |
hexsyntax.c | 55 off_t skip; /* bytes to skip */ variable in typeref:typename:off_t 98 if ((skip = strtol(optarg, &p, 0)) < 0) 99 errx(1, "%s: bad skip value", optarg); 102 skip *= 512; 105 skip *= 1024; 108 skip *= 1048576;
|
/src/lib/libskey/ |
skey.h | 34 int skip; member in struct:mc
|
/src/lib/libutil/ |
getdiskrawname.c | 117 int skip = 1; local in function:calc_name 129 skip = 2; 132 name, raw, dp + skip);
|
/src/lib/libc/gen/ |
getttyent.c | 65 static char *skip(char *, char *); 115 p = skip(p, &zapchar); 119 p = skip(p, &zapchar); 123 p = skip(p, &zapchar); 131 for (; *p; p = skip(p, &zapchar)) { 171 * Skip over the current field, removing quotes, and return a pointer to 175 skip(char *p, char *zapchar) function in typeref:typename:char *
|
/src/sys/arch/sgimips/gio/ |
gio.c | 200 /* skip slots that don't apply to us */ 233 * Be sure to skip any addresses to which a graphics device has 237 bool skip = false; local in function:gio_attach 239 /* skip slots that don't apply to us */ 249 skip = true; 253 if (skip) 327 /* Handled by direct configuration, so skip here */ 366 /* skip bases that don't apply to us */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_shadow.c | 36 u32 skip; member in struct:shadow 221 if (!mthd->skip || best->score < mthd->skip) {
|
/src/usr.bin/ctags/ |
C.c | 280 /* skip strings and character constants */ 284 /* skip comments */ 385 goto skip; 411 skip: if (c == '\n') { /* get rid of rest of define */ 466 * skip over comment 503 * skip to the end of a string or character constant. 509 skip; local in function:skip_string 511 for (skip = NO; GETC(!=, EOF); ) 514 skip = !skip; /* we toggle in case it's "\\" * 534 skip, local in function:skip_key [all...] |
/src/usr.bin/systat/ |
df.c | 78 int i, j, skip; local in function:showdf 87 skip = 0; 91 skip=1; 96 if (displayall || !skip) {
|
/src/common/dist/zlib/contrib/puff/ |
pufftest.c | 14 of input to skip before inflating (e.g. to skip a zlib or gzip header), and 91 unsigned skip = 0; local in function:main 105 skip = (unsigned)atoi(arg + 1); 128 if (skip >= len) { 129 fprintf(stderr, "skip request of %d leaves no input\n", skip); 134 /* test inflate data with offset skip */ 135 len -= skip; 137 ret = puff(NIL, &destlen, source + skip, &sourcelen) [all...] |
/src/sys/dev/pci/ |
genfb_pci.c | 105 bool skip; local in function:pci_genfb_attach 155 skip = false; 164 if (skip || (bar >= PCI_MAPREG_END && bar < PCI_MAPREG_ROM) || 168 * skip unimplemented, non-BAR registers, or 171 skip = false; 184 skip = true;
|
/src/sys/arch/hpc/hpc/ |
debug_subr.c | 343 int i, x, y, y_start, y_end, len, skip; local in function:__dbg_lcd_test8 360 skip = bootinfo->fb_line_bytes - w; 361 for (fb = fb_start, y = y_start; y < y_end; y++, fb += skip) { 378 skip = bootinfo->fb_line_bytes - 32; 379 for (y = y_start; y < y_end; y++, fb += skip) 390 skip /= 2; 391 for (y = y_start; y < y_end; y++, fb16 += skip) 404 skip /= 2; 405 for (y = y_start; y < y_end; y++, fb32 += skip) 423 int i, x, y, y_start, y_end, len, skip; local in function:__dbg_lcd_test16 [all...] |
/src/sys/fs/efs/ |
efs_vfsops.c | 109 bool skip = false; local in function:efs_mount_common 116 skip = true; 123 if (!skip) {
|
/src/usr.bin/uniq/ |
uniq.c | 61 static const char *skip(const char *, size_t *); 89 errx(1, "illegal field skip value: %s", optarg); 94 errx(1, "illegal character skip value: %s", 134 prevp = skip(prevline, &prevlen); 154 thisp = skip(thisline, &thislen); 202 skip(const char *str, size_t *linesize) function in typeref:typename:const char *
|
/src/bin/sh/ |
main.c | 319 enum skipstate skip; local in function:cmdloop 355 * Any SKIP* can occur here! SKIP(FUNC|BREAK|CONT) occur when 361 skip = current_skipstate(); 362 if (skip != SKIPNONE) { 363 if (skip == SKIPFILE)
|
/src/sys/ddb/ |
db_xxx.c | 260 int newl, skip, i; local in function:db_dmesg 281 for (newl = skip = i = 0, p = bufdata + mb.msg_bufx; 289 /* Skip "\n<.*>" syslog sequences. */ 290 if (skip) { 292 newl = skip = 0; 296 skip = 1;
|
/src/lib/libc/db/btree/ |
bt_split.c | 76 * skip: index to leave open 91 uint16_t skip; local in function:__bt_split 99 * skip set to the offset which should be used. Additionally, l and r 102 skip = argskip; 104 bt_root(t, sp, &l, &r, &skip, ilen) : 105 bt_page(t, sp, &l, &r, &skip, ilen); 115 h->linp[skip] = h->upper; 163 skip = parent->index + 1; 188 (h->prevpg != P_INVALID || skip > 1)) { 221 bt_root(t, h, &l, &r, &skip, nbytes) 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit [all...] |
/src/lib/libc/net/ |
hesiod.c | 415 int ancount, qdcount, i, j, n, skip, type, class, len; local in function:get_txt_records 447 * Skip questions, trying to get to the answer section 451 skip = dn_skipname(p, eom); 452 if (skip < 0 || p + skip + QFIXEDSZ > eom) { 456 p += skip + QFIXEDSZ; 469 skip = dn_skipname(p, eom); 470 if (skip < 0 || p + skip + 10 > eom) 472 type = p[skip + 0] << 8 | p[skip + 1] [all...] |
/src/sys/arch/acorn32/stand/nbfs/ |
nbfs.c | 354 size_t skip = r->r4; local in function:nbfs_func_dirents 384 * Skip ., .., and names with characters that RISC 391 if (off++ < skip)
|
/src/sys/arch/hp300/stand/common/ |
ct.c | 179 int skip; local in function:ctopen 201 skip = part; 202 while (skip--)
|
/src/sys/external/bsd/drm/dist/shared-core/ |
savage_state.c | 282 unsigned int skip = cmd_header->prim.skip; local in function:savage_dispatch_dma_prim 323 if (skip != 0) { 324 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); 328 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - 329 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) 424 unsigned int skip = cmd_header->prim.skip; local in function:savage_dispatch_vb_prim 543 unsigned int skip = cmd_header->idx.skip; local in function:savage_dispatch_dma_idx 686 unsigned int skip = cmd_header->idx.skip; local in function:savage_dispatch_vb_idx [all...] |
/src/sys/external/bsd/drm2/dist/drm/savage/ |
savage_state.c | 296 unsigned int skip = cmd_header->prim.skip; local in function:savage_dispatch_dma_prim 337 if (skip != 0) { 338 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); 342 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - 343 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) 438 unsigned int skip = cmd_header->prim.skip; local in function:savage_dispatch_vb_prim 557 unsigned int skip = cmd_header->idx.skip; local in function:savage_dispatch_dma_idx 700 unsigned int skip = cmd_header->idx.skip; local in function:savage_dispatch_vb_idx [all...] |
/src/usr.bin/qsubst/ |
qsubst.c | 504 int skip; local in function:main 573 skip = 0; 575 if (skip > 0) { 576 skip--; 609 if (++skip >= ac) { 614 process_file(av[skip]); 616 process_indir_file(av[skip]);
|
/src/common/dist/zlib/examples/ |
gzappend.c | 201 /* skip over n bytes of in */ 202 local void skip(file *in, unsigned n) function in typeref:typename:local void 234 /* skip over gzip header */ 244 skip(in, 6); 248 skip(in, n); 252 if (flags & 2) skip(in, 2); 277 /* skip gzip header */
|
/src/usr.bin/indent/ |
lexi.c | 536 skip(const char **pp, const char *s) function in typeref:typename:bool 552 if (skip(&p, "/*") && skip(&p, "INDENT")) { 554 if (skip(&p, "ON") || *p == '*') 556 else if (skip(&p, "OFF")) 560 if (skip(&p, "*/\n")) {
|