/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_structs.h | 61 int repeat; /* Should value be repeated ? */ member in struct:__anon3621
|
H A D | ldap_val.c | 279 n[c].repeat = val[c].repeat; 622 val->repeat = item->repeat; 888 * There are special cases when v1->repeat and/or v2->repeat are set. 890 * v1 = {"x="} with repeat on, and v2 = {"1", "2", "3"}, the result 893 * The result if v2 also had repeat on would be {"x=1x=2x=3"}. It's 919 if (!v1->repeat && !v2->repeat) [all...] |
H A D | ldap_ruleval.c | 372 inVal[num].repeat = 0; 480 int repeat = 0; local 487 repeat = r->repeat; 525 if (repeat && val != 0) 526 val->repeat = repeat; 739 /* If we're out of values, repeat the last one */ 771 if (!lval->repeat) {
|
H A D | ldap_parse.h | 262 * repeat True if item should be repeated if necessary. This is used 272 bool_t repeat; member in struct:__nis_mapping_item_struct
|
H A D | ldap_nisdbquery.c | 343 int repeat; local 373 * for rvq->colVal[i]. A repeat factor 'repeat' starts out 376 * rvq->colVal[i].val[j] is repeated 'repeat' times. 388 for (i = 0, repeat = 1; i < rvq->numColumns; i++) { 409 * Increment the repeat index 'r'. If >= 410 * 'repeat', reset 'r' and increment the 417 if (r >= repeat) { 424 repeat *= rvq->colVal[i].numVals; 784 * single/rep A single value with repeat [all...] |
H A D | ldap_print.c | 111 if (i->repeat) 116 if (i->repeat)
|
/illumos-gate/usr/src/cmd/csplit/ |
H A D | csplit.c | 439 * Num_arg handles repeat arguments. 450 offset_t repeat, toline; local 467 if ((asc_to_ll(rep, &repeat) == ERR) || repeat < 0L) 468 fatal("Illegal repeat count: %s\n", targ); 471 for (; repeat > 0LL; repeat--) { 476 for (; repeat > 0LL; repeat--)
|
/illumos-gate/usr/src/lib/libcommputil/common/ |
H A D | sdp.c | 520 * Adds repeat field to the time structure of session 521 * r=<repeat interval> <active duration> <offsets from start-time> 730 sdp_repeat_t *repeat; local 771 repeat = time->t_repeat; 772 while (repeat != NULL) { 774 len += snprintf(buf, 1, "%llu", repeat->r_interval); 775 len += snprintf(buf, 1, "%llu", repeat->r_duration) + 1; 776 list = repeat->r_offset; 782 repeat = repeat 834 sdp_repeat_t *repeat; local 971 sdp_repeat_t *repeat; local [all...] |
H A D | sdp_parse_helper.c | 178 sdp_free_repeat(sdp_repeat_t *repeat) argument 182 while (repeat != NULL) { 183 next_repeat = repeat->r_next; 184 sdp_free_list(repeat->r_offset); 185 free(repeat); 186 repeat = next_repeat; 331 * repeat and media can have undefined number of offsets or formats
|
H A D | sdp_parse.c | 574 * repeat-fields (r=) 575 * Not stand-alone. One or more repeat field appear after time field. 576 * %x72 "=" repeat-interval SP typed-time 1*(SP typed-time) 577 * repeat-interval = POS-DIGIT *DIGIT [fixed-len-time-unit] 586 sdp_repeat_t *repeat; local 596 * time is NULL then repeat field has occured before time field and 602 * Get the latest time field and associate this repeat field 613 * for a given time field, there could be several repeat fields 614 * add the new repeat field at the end of it. 616 repeat [all...] |
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 123 int repeat; /* repeat count for motion cmds */ member in struct:_vi_ 124 int lastrepeat; /* last repeat count for motion cmds */ 401 vp->repeat = 1; 730 vp->repeat = 1; 756 vp->lastrepeat = vp->repeat; 764 vp->repeat = 1; 768 /*** see if it's a repeat of the last command ***/ 773 vp->repeat = vp->lastrepeat; 792 vp->lastrepeat = vp->repeat; [all...] |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.h | 104 uint32_t repeat; /* repeat counter */ member in struct:emlxs_msg_log
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strchr.s | 80 lea -0x01010101(%ebx), %ecx / repeat with tmpword 84 jz searchchar / repeat if char not found 125 cmpb %dh, %ch / repeat checking last 2 bytes
|
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_lex.l | 88 <S0>repeat { return (INJ_TOK_REPEAT); }
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | str.c | 145 goto repeat; 155 goto repeat; 160 repeat:
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.c | 178 log->repeat++; 183 } else if (log->repeat) { 226 log->repeat); 234 log->repeat = 0;
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | command.c | 331 case ctrl('A'): /* repeat last pattern */ 335 goto repeat; 359 goto repeat; 405 repeat:
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | authtok_check.c | 446 uint_t repeat = 1; local 472 if (++repeat > maxrepeat) 473 maxrepeat = repeat; 475 repeat = 1;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 57 #define repeat for(;;) macro 160 repeat {
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 222 * needed by the vi-repeat-change command. 227 int count; /* The repeat count that was passed to the */ 250 ViRepeat repeat; /* Information needed to implement the vi */ member in struct:__anon4074 251 /* repeat command. */ 440 int current_count; /* The repeat count passed to */ 1399 {"repeat-history", gl_repeat_history}, 1423 {"repeat-find-char", gl_repeat_find_char}, 1452 {"vi-repeat-change", gl_vi_repeat_change}, 1529 {"M-o", "repeat-history"}, 1570 {"M-;", "repeat [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 66 #define repeat for (;;) macro 161 repeat {
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 98 static void repeat(struct parse *p, sopno start, int from, int to); 460 repeat(p, pos, count, count2); 638 repeat(p, pos, count, count2); 982 * repeat - generate code for a bounded repetition, recursively if needed 985 repeat(struct parse *p, function 1011 repeat(p, start+1, 1, to); 1031 repeat(p, copy, 1, to-1); 1039 repeat(p, copy, from-1, to-1); 1043 repeat(p, copy, from-1, to);
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | addbib.c | 112 int i = 0, firstln, repeat = 0, escape = 0; local
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dir.c | 774 int repeat; local 791 repeat = 0; 811 if (repeat == 0) { 816 repeat = 1;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 787 prt_led_mode(const char *ap_id, int repeat, char **errstring, argument 809 if (!repeat) 885 int len, fd, i = 0, repeat = 0; local 904 repeat = 1; 982 return (prt_led_mode(ap_id, repeat, errstring,
|