Searched refs:repeat (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_structs.h61 int repeat; /* Should value be repeated ? */ member in struct:__anon1975
H A Dldap_val.c277 n[c].repeat = val[c].repeat;
619 val->repeat = item->repeat;
877 * There are special cases when v1->repeat and/or v2->repeat are set.
879 * v1 = {"x="} with repeat on, and v2 = {"1", "2", "3"}, the result
882 * The result if v2 also had repeat on would be {"x=1x=2x=3"}. It's
908 if (!v1->repeat && !v2->repeat)
[all...]
H A Dldap_ruleval.c371 inVal[num].repeat = 0;
484 int repeat = 0; local
491 repeat = r->repeat;
529 if (repeat && val != 0)
530 val->repeat = repeat;
745 /* If we're out of values, repeat the last one */
777 if (!lval->repeat) {
H A Dldap_parse.h255 * repeat True if item should be repeated if necessary. This is used
265 bool_t repeat; member in struct:__nis_mapping_item_struct
H A Dldap_print.c108 if (i->repeat)
113 if (i->repeat)
H A Dldap_nisdbquery.c483 * single/rep A single value with repeat == 1
485 * multi[N]/rep M values with repeat == 1
501 if (lval->numVals == 1 && lval->repeat)
503 else if (lval->numVals > 1 && rval->repeat)
628 /* If we're out of values, repeat last one */
H A Dldap_ldap.c207 * item->repeat == 0 || index < numIndexes
210 * Else (repeat != 0 && index == numIndexes-1)
363 if (item->repeat && index == (numIndexes - 1))
H A Dnis_parse_ldap_map.c1400 e[0].element.item.repeat = TRUE;
1488 item.repeat = TRUE;
1661 !subElement->element.item.repeat) {
1894 print_item[0].repeat = TRUE;
1994 item.repeat = TRUE;
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c517 * Adds repeat field to the time structure of session
518 * r=<repeat interval> <active duration> <offsets from start-time>
727 sdp_repeat_t *repeat; local
768 repeat = time->t_repeat;
769 while (repeat != NULL) {
771 len += snprintf(buf, 1, "%llu", repeat->r_interval);
772 len += snprintf(buf, 1, "%llu", repeat->r_duration) + 1;
773 list = repeat->r_offset;
779 repeat = repeat
831 sdp_repeat_t *repeat; local
968 sdp_repeat_t *repeat; local
[all...]
H A Dsdp_parse_helper.c178 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 Dsdp_parse.c574 * 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...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c123 int repeat; /* repeat count for motion cmds */ member in struct:_vi_
124 int lastrepeat; /* last repeat count for motion cmds */
401 vp->repeat = 1;
734 vp->repeat = 1;
760 vp->lastrepeat = vp->repeat;
768 vp->repeat = 1;
772 /*** see if it's a repeat of the last command ***/
777 vp->repeat = vp->lastrepeat;
796 vp->lastrepeat = vp->repeat;
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s80 lea -0x01010101(%ebx), %ecx / repeat with tmpword
84 jz searchchar / repeat if char not found
125 cmpb %dh, %ch / repeat checking last 2 bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToTk.pm83 $mw->repeat(1000, sub {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs542 int repeat;
604 a->repeat = 1;
606 a->repeat = 0;
649 a0->repeat = a->repeat;
650 if (a0->repeat) {
669 if (a->repeat) {
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c449 uint_t repeat = 1; local
475 if (++repeat > maxrepeat)
476 maxrepeat = repeat;
478 repeat = 1;
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c783 prt_led_mode(const char *ap_id, int repeat, char **errstring, argument
804 if (!repeat)
880 int len, i = 0, repeat = 0; local
899 repeat = 1;
977 return (prt_led_mode(ap_id, repeat, errstring,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_inode_relocator.c73 repeat:
91 goto repeat;
H A Dext2_block_relocator.c158 repeat:
172 goto repeat;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c66 #define repeat for (;;) macro
161 repeat {
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c867 prt_led_mode(const char *ap_id, int repeat, char **errstring, argument
883 if (!repeat)
1008 int len, fd, i = 0, repeat = 0; local
1026 repeat = 1;
1111 return (prt_led_mode(ap_id, repeat, errstring,
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c87 val->repeat = 0;
708 if (numItems == 1 && litem->repeat)
710 else if (numItems > 1 && rval->repeat)
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s167 bgu,pt %ncc, .dbmedl32 ! repeat if at least 32 bytes left
383 lduh [%o1-3], %o4 ! repeat for a total of 4 bytes
594 bgu,pt %ncc, .medw16 ! repeat if at least 16 bytes left
674 bgu,pt %ncc, .medl32 ! repeat if at least 32 bytes left
897 bgu,pt %ncc, .largel64p ! repeat if at least 64 bytes left
920 bgu,pt %ncc, .largel64 ! repeat if at least 64 bytes left
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL234 calling level then it is displayed once with a repeat count.
243 the next level. A repeat count is output together with combined
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl545 # each repeat not OK too due to list context
708 repeat repeat (x) ck_repeat mt2 L S

Completed in 166 milliseconds

12