/src/sys/arch/newsmips/stand/boot/ |
locore.S | 42 beq t0, ra, skip 58 skip: label
|
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;
|
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
|
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);
|
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 *
|
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 */
|
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) {
|
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...] |
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) {
|
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...] |
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;
|
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 *
|