| /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 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 129 skip = 2; 132 name, raw, dp + 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 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/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
|
| /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 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/dev/pci/ |
| genfb_pci.c | 105 bool skip; local 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/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 511 for (skip = NO; GETC(!=, EOF); ) 514 skip = !skip; /* we toggle in case it's "\\" * 534 skip, local [all...] |
| /src/usr.bin/systat/ |
| df.c | 78 int i, j, skip; local 87 skip = 0; 91 skip=1; 96 if (displayall || !skip) {
|
| /src/bin/sh/ |
| main.c | 319 enum skipstate skip; local 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/arch/hpc/hpc/ |
| debug_subr.c | 343 int i, x, y, y_start, y_end, len, skip; local 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 [all...] |
| /src/sys/ddb/ |
| db_xxx.c | 260 int newl, skip, i; local 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/sys/fs/efs/ |
| efs_vfsops.c | 109 bool skip = false; local 116 skip = true; 123 if (!skip) {
|
| /src/tests/lib/libc/sys/ |
| t_ptrace_bytetransfer_wait.h | 61 bool skip = false; local 291 skip = true; 301 skip = true; 313 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
|
| /src/common/dist/zlib/examples/ |
| gzappend.c | 201 /* skip over n bytes of in */ 202 local void skip(file *in, unsigned n) function 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/common/dist/zlib/ |
| gzguts.h | 195 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon54
|
| /src/lib/libc/db/btree/ |
| bt_split.c | 76 * skip: index to leave open 91 uint16_t skip; local 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 [all...] |
| /src/lib/libc/net/ |
| hesiod.c | 415 int ancount, qdcount, i, j, n, skip, type, class, len; local 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 384 * Skip ., .., and names with characters that RISC 391 if (off++ < skip)
|
| /src/sys/arch/hp300/stand/common/ |
| ct.c | 179 int skip; local 201 skip = part; 202 while (skip--)
|
| /src/sys/arch/vax/boot/boot/ |
| boot.c | 90 int sluttid, senast, skip, askname; variable 100 skip = 1; 108 skip = 0; 118 skip = 1; 126 skip = 1;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| savage_state.c | 282 unsigned int skip = cmd_header->prim.skip; local 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 543 unsigned int skip = cmd_header->idx.skip; local 686 unsigned int skip = cmd_header->idx.skip; local [all...] |