Searched defs:repeat (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_structs.h61 int repeat; /* Should value be repeated ? */ member in struct:__anon3621
H A Dldap_nisdbquery.c343 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 Dldap_ruleval.c372 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 Dldap_parse.h262 * repeat True if item should be repeated if necessary. This is used
272 bool_t repeat; member in struct:__nis_mapping_item_struct
/illumos-gate/usr/src/cmd/refer/
H A Daddbib.c112 int i = 0, firstln, repeat = 0, escape = 0; local
/illumos-gate/usr/src/lib/libcommputil/common/
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...]
H A Dsdp.c520 * 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...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java414 ats.substring(len - depth), repeat(" ", len), val);
423 repeat(String s, int n) method in class:JDTrace
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c118 boolean_t repeat = B_FALSE; local
192 if (!repeat) {
194 repeat = B_TRUE;
H A Dip_output.c816 boolean_t repeat = B_FALSE; local
891 if (!repeat) {
893 repeat = B_TRUE;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_msg.h104 uint32_t repeat; /* repeat counter */ member in struct:emlxs_msg_log
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c57 #define repeat for(;;) macro
160 repeat {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c66 #define repeat for (;;) macro
161 repeat {
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c439 * 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/pam_modules/authtok_check/
H A Dauthtok_check.c446 uint_t repeat = 1; local
472 if (++repeat > maxrepeat)
473 maxrepeat = repeat;
475 repeat = 1;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c774 int repeat; local
791 repeat = 0;
811 if (repeat == 0) {
816 repeat = 1;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c98 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/svr4pkg/pkgrm/
H A Dmain.c247 int repeat; local
666 repeat = ((optind >= argc) && pkgdev.mount);
756 b = remove_packages(pkglist, nodelete, longestPkg, repeat,
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c1043 int repeat; member in struct:__anon1893
1077 if (tabent->repeat) {
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c787 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,
/illumos-gate/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;
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/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,
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1301 int repeat; local
1320 repeat = (sequence == iter->ri_sequence);
1322 if (sequence == 1 || (!repeat && sequence != iter->ri_sequence + 1)) {
1328 result = rc_iter_next_value(iter->ri_iter, out, outsz, repeat);
1330 if (!repeat && result == REP_PROTOCOL_SUCCESS)
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c313 int repeat; local
1279 &repeat, &ids_name, tmpdir,
1325 &repeat, &ids_name, tmpdir,
1341 keystore_file, ids_name, &repeat);
1387 b = add_packages(pkglist, uri, ids_name, repeat,

Completed in 134 milliseconds

12