Searched refs:numItems (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_ruleval.h68 __nis_value_t **rval, int *numItems);
H A Dldap_parse.h280 * numItems Number of items in the 'item' array
281 * item Array of 'numItems' items
307 * 1, numItems
340 int numItems; member in struct:__anon1958::__anon1959::__anon1960
377 * numItems Number of items in the 'item' array
378 * item Array of 'numItems' items
426 * 2, numItems
449 int numItems; member in struct:__nis_mapping_element_struct::__anon1963::__anon1966
H A Dldap_val.h105 int numItems);
107 int numItems, __nis_mapping_item_t *cat);
H A Dldap_ruleval.c471 * and the number of elements in the array in '*numItems'.
480 buildLvalue(__nis_mapping_rlhs_t *rl, __nis_value_t **rval, int *numItems) { argument
533 for (n = 0; n < e->element.match.numItems;
568 if (numItems != 0)
569 *numItems = ni;
624 int numItems; local
671 litem = buildLvalue(&r->lhs, &rval, &numItems);
679 for (i = 0; i < numItems; i++) {
701 stat = storeLDAP(&litem[i], i, numItems, rval,
726 freeMappingItem(litem, numItems);
[all...]
H A Dldap_nisdbquery.c393 int numItems; local
417 &numItems);
425 for (i = 0; i < numItems; i++) {
447 stat = storeLDAP(&litem[i], i, numItems, rval,
471 freeMappingItem(litem, numItems);
H A Dldap_val.c1547 freeMappingItem(__nis_mapping_item_t *item, int numItems) { argument
1553 for (i = 0; i < numItems; i++) {
1561 concatenateMappingItem(__nis_mapping_item_t *old, int numItems, argument
1567 if (old == 0 || numItems < 1)
1570 new = am(myself, (numItems + 1) * sizeof (*new));
1574 for (i = 0; i < numItems; i++) {
1581 copyItem(cat, &new[numItems], &err);
1583 freeMappingItem(new, numItems);
2082 int i, n, ni, numItems, nf, nv = 0; local
2092 for (nf = numItems
[all...]
H A Dnis_parse_ldap_map.c66 __nis_mapping_format_t **fmt, int *nfmt, int *numItems,
729 elmnt[numSplits].element.match.numItems = nElements;
1329 e->element.match.numItems = nElements;
1871 if (sub->element.print.numItems != 1) {
1936 int numItems = 0; local
2067 if (!get_mapping_format(fmt_string, &base, &n, &numItems,
2074 if (numItems != 1 && e_type == me_extract) {
2075 p_error = numItems == 0 ?
2079 } else if (numItems > 0 && e_type == me_print) {
2080 print_item = (__nis_mapping_item_t *)s_calloc(numItems,
2424 get_mapping_format( const char *fmt_string, __nis_mapping_format_t **fmt, int *nfmt, int *numItems, bool_t print_mapping) argument
[all...]
H A Dnis_parse_ldap_util.c220 for (i = 0; i < e->element.match.numItems; i++)
222 e->element.match.numItems = 0;
594 for (i = 0; i < sub->element.print.numItems; i++)
596 sub->element.print.numItems = 0;
939 numItems; k++)
1476 out->element.print.numItems =
1477 in->element.print.numItems;
1479 s_calloc(in->element.print.numItems,
1483 for (i = 0; i < in->element.print.numItems; i++)
1488 if (i < in->element.print.numItems)
[all...]
H A Dldap_print.c131 for (i = 0; i < e->element.print.numItems; i++) {
192 for (i = 0; i < e->element.match.numItems; i++) {
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c525 nitems = t->e->element.match.numItems;
592 sf->e[k].element.match.numItems,
651 int numItems, splitname, count, statP; local
700 litem = buildLvalue(&rl->lhs, &rval, &numItems);
702 /* This will take care of numItems == 0 */
708 if (numItems == 1 && litem->repeat)
710 else if (numItems > 1 && rval->repeat)
711 nrq = 1 + ((rval->numVals-1)/numItems);
718 for (i = 0; i < numItems; i++) {
731 splitname = (i < numItems)
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzFind.h92 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c306 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
309 for (i = 0; i < numItems; i++)

Completed in 53 milliseconds