/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_crc.h | 52 crc_skip_t *skip); 65 #define crcgen(record, result, size, skip) \ argument 67 (size_t)(size), (crc_skip_t *)(skip)) 72 #define crcgen(record, result, size, skip) {\ argument 74 (size_t)(size), (crc_skip_t *)(skip)); \ 76 (size_t)(size), (crc_skip_t *)(skip)); \ 80 #define crcgen(record, result, size, skip) {\ argument 82 (size_t)(size), (crc_skip_t *)(skip)); \ 84 (size_t)(size), (crc_skip_t *)(skip)); \ 90 #define crcchk(record, result, size, skip) crcfunc(1, (uchar_t *)(record), \ argument [all …]
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_split.c | 98 u_int16_t skip; local 109 skip = argskip; 111 bt_root(t, sp, &l, &r, &skip, ilen) : 112 bt_page(t, sp, &l, &r, &skip, ilen); 120 h->linp[skip] = h->upper -= ilen; 168 skip = parent->index + 1; 193 (h->prevpg != P_INVALID || skip > 1)) { 223 bt_root(t, h, &l, &r, &skip, nbytes) : 224 bt_page(t, h, &l, &r, &skip, nbytes); 229 if (skip < (nxtindex = NEXTINDEX(h))) [all …]
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n5.c | 69 if (skip()) in casead() 154 if (skip() || ismot(i = getch()) || cbits(i) == ' ' || cbits(i) == '\n') { 213 if (skip()) in casehy() 252 skip(); in casece() 269 if (skip()) in casein() 290 if (skip()) in casell() 307 if (skip()) in caselt() 323 if (skip()) in caseti() 340 if (skip()) in casels() 357 if (skip()) in casepo() [all …]
|
H A D | n3.c | 93 skip(); in casern() 96 skip(); in casern() 173 while (!skip() && (j = getrq()) != 0) in caserm() 222 skip(); in casede() 336 skip() /*skip over blanks; return nlflg*/ in skip() function 355 if (skip() || !(j = getrq())) in copyb() 421 if (skip()) in copys() 763 if (skip()) in collect() 802 while ((argpp != argppend) && (!skip())) { in collect() 873 if (skip() || (i = getrq()) == 0) { in casedi() [all …]
|
/titanic_41/usr/src/lib/libast/common/disc/ |
H A D | sfdcprefix.c | 38 int skip; /* this line already prefixed */ member 62 int skip; local 64 skip = 0; 73 skip = 1; 77 if (pfx->skip) 78 pfx->skip = 0; 85 pfx->skip = skip;
|
/titanic_41/usr/src/cmd/sgs/tools/ |
H A D | catalog.awk | 36 skip = 0 52 skip = 1 56 skip = 0 72 if (skip == 1 || dontprint == 1)
|
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 51 int skip; in ap_suspend_check() local 54 skip = a->opts.skip; in ap_suspend_check() 62 if (mask(c) & skip) in ap_suspend_check() 126 a->opts.skip |= mask(CMD_DISCONNECT); in ap_seq_get() 221 int skip; in ap_seq_exec() local 232 skip = a->opts.skip; in ap_seq_exec() 240 skip |= mask(CMD_UNASSIGN); in ap_seq_exec() 252 if (mask(c) & skip) { in ap_seq_exec()
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | tokscan.c | 177 char* skip = 0; in tokscan() local 195 skip = s; in tokscan() 337 if (skip) num = onum; in tokscan() 341 skip = s; in tokscan() 348 if ((*s++ != c) && !skip) in tokscan() 350 skip = s - 1; in tokscan() 358 if (nxt) *nxt = skip ? skip : s; in tokscan()
|
/titanic_41/usr/src/cmd/od/ |
H A D | od.c | 552 off_t skip = 0; in main() local 663 skip = strtoll(optarg, &eptr, 0); in main() 665 skip <<= 9; /* 512 bytes */ in main() 668 skip <<= 10; /* 1k */ in main() 671 skip <<= 20; /* 1m */ in main() 674 skip <<= 30; /* 1g */ in main() 677 if ((skip < 0) || (eptr[0] != 0)) { in main() 774 skip = strtoll(offstr, &eptr, base); in main() 778 skip *= mult; in main() 779 offset += skip; in main() [all …]
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | term.c | 630 cond_width(const struct termp *p, int c, int *skip) in cond_width() argument 633 if (*skip) { in cond_width() 634 (*skip) = 0; in cond_width() 644 int ssz, skip, c; in term_strlen() local 656 skip = 0; in term_strlen() 660 sz += cond_width(p, *cp++, &skip); in term_strlen() 677 sz += cond_width(p, c, &skip); in term_strlen() 684 sz += cond_width(p, c, &skip); in term_strlen() 694 sz += cond_width(p, '?', &skip); in term_strlen() 699 sz += cond_width(p, c, &skip); in term_strlen() [all …]
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 639 goto skip; 645 goto skip; 655 goto skip; 665 goto skip; 676 goto skip; 685 goto skip; 688 goto skip; 698 goto skip; 707 goto skip; 710 goto skip; [all …]
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | auditrecord.pl | 35 $title, $note, $name, $col1, $col2, $col3, $skip); 150 ($name, $description, $title, $skip, @case) = 160 $note = $skip; 165 next if ($skip); 290 ($name, $description, $title, $skip, @case) = 332 $note = $skip; 337 next if ($skip); 462 my ($description, $title, $skip, @case); 468 ($name, $description, $title, $skip, @case) = @{$attr{$label}}; 481 return ($name, $description, $title, $skip, @case);
|
H A D | audit_record_attr.txt | 36 # skipClass=<class name of items to skip if only in that class> 243 skip=Not used 246 skip=Not used 249 skip=Not used. (Placeholder for the set AUE_AUDIT_*.) 252 skip=Not used. (Placeholder for the set AUE_AUDITON_*.) 255 skip=Not used 327 skip=Not used. 330 skip=Not used. 461 skip=Not used. 464 skip=Not used. [all …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/ |
H A D | _BSMparse.pm | 106 my $skip = ''; 212 $skip, @case]; 216 $case = $note = $comment = $skip = $callName 224 elsif (/^\s*skip\s*=\s*(.*)/i) { 225 $skip = $1; 266 $attr{$label} = [$callName, $description, $title, $skip, 335 my $skip = 0; 338 $skip = 1; 342 next if $skip;
|
/titanic_41/usr/src/cmd/bc/ |
H A D | bc.y | 505 goto skip; in yylex() 509 goto skip; in yylex() 513 goto skip; in yylex() 517 goto skip; in yylex() 521 goto skip; in yylex() 525 goto skip; in yylex() 529 goto skip; in yylex() 533 goto skip; in yylex() 537 goto skip; in yylex() 541 goto skip; in yylex() [all …]
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | head.c | 78 register off_t skip = 0; in b_head() local 107 skip = opt_info.number; in b_head() 140 if (skip > 0) in b_head() 141 sfmove(fp, NiL, skip, delim); in b_head()
|
H A D | wclib.c | 337 int skip=0; in wc_count() local 406 if(skip && (c&7)) in wc_count() 408 if(!skip) in wc_count() 412 skip=1; in wc_count() 415 skip = (c&7); in wc_count() 416 adjust += skip; in wc_count() 418 if(skip==2 && (cp[-1]&0xc)==0 && (state=(cp[-1]&0x3))) in wc_count() 428 skip--; in wc_count() 444 if(skip) in wc_count() 449 skip = 0; in wc_count()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getttyent.c | 65 skip(char *p) in skip() function 132 p = skip(p); in getttyent() 134 p = skip(p); in getttyent() 136 p = skip(p); in getttyent() 139 for (; *p; p = skip(p)) { in getttyent()
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 309 if (skip()) in caseps() 458 skip(); in caseft() 656 if (skip()) in caselg() 670 skip(); in casefp() 673 else if (skip() || !(j = getrq())) in casefp() 675 else if (skip() || !getname()) in casefp() 747 skip(); in casecs() 750 skip(); in casecs() 752 skip(); in casecs() 774 if (skip() || !(i = getrq()) || (j = findft(i)) == -1) { in casebd() [all …]
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 460 int skip, /* number of entries to skip before starting to free */ in check_maps() argument 509 if (size <= skip) { in check_maps() 510 skip -= size; in check_maps() 514 if (skip > 0) { in check_maps() 515 ustart += skip; in check_maps() 516 size -= skip; in check_maps() 517 skip = 0; in check_maps() 555 if (size <= skip) in check_maps() 557 if (skip > 0) { in check_maps() 558 ustart += skip; in check_maps() [all …]
|
/titanic_41/usr/src/common/lvm/ |
H A D | md_crc.c | 88 crc_skip_t *skip /* list of areas to skip */ in crcfunc() argument 108 if (skip) { in crcfunc() 110 for (s = skip; s != NULL; s = s->skip_next) { in crcfunc() 142 s = skip; in crcfunc()
|
/titanic_41/usr/src/common/net/patricia/ |
H A D | radix.c | 122 int skip, match_leaf_t *rn_leaf_fn, void *rn_leaf_arg); 277 rn_satisfies_leaf(trial, leaf, skip, rn_leaf_fn, rn_leaf_arg) in rn_satisfies_leaf() argument 280 int skip; 293 cp3 += skip; 294 cp2 += skip; 296 for (cp += skip; cp < cplim; cp++, cp2++, cp3++) 559 rn_addmask(n_arg, search, skip) in rn_addmask() argument 560 int search, skip; in rn_addmask() 574 if (skip == 0) 575 skip = 1; [all …]
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | hesiod.c | 355 int i, j, n, skip; in get_txt_records() local 387 skip = dn_skipname(cp, eom); in get_txt_records() 388 if (skip < 0 || cp + skip + QFIXEDSZ > eom) { in get_txt_records() 392 cp += skip + QFIXEDSZ; in get_txt_records() 402 skip = dn_skipname(cp, eom); in get_txt_records() 403 if (skip < 0) { in get_txt_records() 407 cp += skip; in get_txt_records()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 198 int skip) in rn_satisfies_leaf() argument 209 cp3 += skip; in rn_satisfies_leaf() 210 cp2 += skip; in rn_satisfies_leaf() 211 for (cp += skip; cp < cplim; cp++, cp2++, cp3++) in rn_satisfies_leaf() 433 rn_addmask(void *n_arg, uint_t search, uint_t skip) in rn_addmask() argument 444 if (skip == 0) in rn_addmask() 445 skip = 1; in rn_addmask() 446 if (mlen <= skip) in rn_addmask() 448 if (skip > 1) in rn_addmask() 449 (void) memmove(addmask_key + 1, rn_ones + 1, skip - 1); in rn_addmask() [all …]
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regrexec.c | 43 register size_t* skip; in regrexec() local 65 skip = e->re.bm.skip; in regrexec() 75 while ((index += skip[buf[index]]) < mid); in regrexec()
|