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

/osnet-11/usr/src/lib/libeti/menu/common/
H A Dnewmenu.c40 new_menu(ITEM **items) argument
48 if (items) {
49 if (*items == (ITEM *)0 || !_connect(m, items)) {
H A Dconnect.c64 _connect(MENU *m, ITEM **items) argument
69 /* Is the list of items connected to any other menu? */
70 for (ip = items; *ip; ip++) {
77 for (i = 0, ip = items; *ip; ip++) {
80 for (ip = items; *ip; ip++) {
96 Items(m) = items;
121 /* Release items for another menu */
/osnet-11/usr/src/lib/passwdutil/
H A D__failed_count.c34 attrlist items[1]; local
50 items[0].type = ATTR_INCR_FAILED_LOGINS;
51 items[0].next = NULL;
52 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS) {
57 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) {
63 items[0].data.val_i >= max_failures) {
65 items[0].type = ATTR_LOCK_FAILED_LOGINS;
75 if ((ret = ops->update(items, NULL, buf)) != PWU_NO_CHANGE &&
87 (items[0].type == ATTR_LOCK_FAILED_LOGINS))
107 attrlist items[ local
[all...]
H A D__set_authtoken_attr.c39 attrlist *items, int *updated_reps)
50 for (p = items; p != NULL; p = p->next) {
86 err = rops[i]->getpwnam(name, items, rep, &buf);
90 err = rops[i]->update(items, rep, buf);
38 __set_authtoken_attr(char *name, char *oldpw, pwu_repository_t *rep, attrlist *items, int *updated_reps) argument
H A Dnss_attr.c42 int nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
81 * nss_getpwnam(name, items, rep, buf)
86 nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf) argument
100 * we need for the items we need to update
102 for (p = items; p != NULL; p = p->next) {
214 * nss_getattr(name, items, rep)
216 * Get attributes specified in list 'items'
219 nss_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument
227 res = nss_getpwnam(name, items, rep, (void **)&pwbuf);
234 for (w = items; re
[all...]
H A Dnis_attr.c46 int nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
48 int nis_update(attrlist *items, pwu_repository_t *rep, void *buf);
190 * nis_getattr(name, items, rep)
192 * get account attributes specified in 'items'
195 nis_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument
202 res = nis_getpwnam(name, items, rep, (void **)&nisbuf);
208 for (w = items; w != NULL; w = w->next) {
283 * nis_getpwnam(name, items, rep)
289 nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, argument
388 * nis_update(items, re
395 nis_update(attrlist *items, pwu_repository_t *rep, void *buf) argument
[all...]
H A Dfiles_attr.c50 int files_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
52 int files_update(attrlist *items, pwu_repository_t *rep, void *buf);
205 * files_getpwnam(name, items, rep, buf)
210 files_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf) argument
223 * we need for the items we need to update
225 for (p = items; p != NULL; p = p->next) {
460 * files_getattr(name, items, rep)
462 * Get attributes specified in list 'items'
465 files_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument
473 res = files_getpwnam(name, items, re
634 files_update(attrlist *items, pwu_repository_t *rep, void *buf) argument
[all...]
H A Dldap_attr.c73 int ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
75 int ldap_update(attrlist *items, pwu_repository_t *rep, void *buf);
287 ldap_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument
295 res = ldap_getpwnam(name, items, rep, (void **)&ldapbuf);
302 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
392 * int ldap_getpwnam(name, items, rep, buf)
404 ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, argument
540 * ldap_update(items, rep, buf)
542 * create LDAP attributes in 'buf' for each attribute in 'items'.
546 ldap_update(attrlist *items, pwu_repository_ argument
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_pq.c40 void **items; local
43 items = shadow_zalloc(sizeof (void *) * size);
44 if (items == NULL)
47 bcopy(pqp->shpq_items, items, sizeof (void *) * pqp->shpq_size);
49 pqp->shpq_items = items;
132 void **items; local
138 items = shadow_alloc(sizeof (void *) * size);
139 if (items != NULL) {
140 bcopy(pqp->shpq_items, items, sizeof (void *) * size);
142 pqp->shpq_items = items;
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c289 smb_netsvcitem_t *items; local
308 items = calloc(svcenum->se_nitems, sizeof (smb_netsvcitem_t));
309 if (items == NULL)
312 ns->ns_items = items;
320 user = &items->nsi_un.nsi_user;
324 tree = &items->nsi_un.nsi_tree;
329 ofile = &items->nsi_un.nsi_ofile;
333 share = &items->nsi_un.nsi_share;
344 list_insert_tail(&ns->ns_list, items);
346 ++items;
[all...]
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h79 int rows; /* Number of items high */
80 int cols; /* Number of items wide */
81 int frows; /* Number of formated items high */
82 int fcols; /* Number of formated items wide */
93 ITEM **items; member in struct:MENU
94 int nitems; /* Total number of items in menu */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duniversal.c98 I32 items = AvFILLp(av) + 1; local
99 while (items--) {
223 if (items != 2)
250 if (items != 2)
316 if (items > 1) {
382 if (items != 1)
399 if (items != 1)
418 if (items != 1)
431 if (items != 1)
447 if (items !
[all...]
H A Dgv.c259 I32 items = AvFILLp(av) + 1; local
260 while (items--) {
H A Dpp_hot.c996 PL_delaymagic = DM_DELAY; /* catch simultaneous items */
2276 I32 items; local
2281 items = --*PL_markstack_ptr - PL_markstack_ptr[-1];
2286 XPUSHi(items);
2289 SP += items;
2806 register I32 items = SP - MARK; local
2814 items = (*fp3)(CvXSUBANY(cv).any_i32,
2816 items);
2817 PL_stack_sp = PL_stack_base + items;
2831 I32 items; local
2842 Copy(AvARRAY(av), SP + 1, items, SV*); local
2870 register I32 items = SP - MARK; local
2893 Copy(AvARRAY(av), SP + 1, items, SV*); local
[all...]
H A Ddoop.c646 register I32 items = sp - mark; local
655 len = (items > 0 ? (delimlen * (items - 1) ) : 0);
657 if (SvLEN(sv) < len + items) { /* current length is way too short */
658 while (items-- > 0) {
668 items = sp - mark;
680 if (items-- > 0) {
687 for (; items > 0; items--,mark++) {
693 for (; items >
[all...]
H A Dhv.c1503 I32 items = (I32)HvPLACEHOLDERS(hv); local
1506 if (items == 0)
1528 if (--items == 0) {
1543 assert (items == 0);
H A Dpp.c1394 I32 items = SP - MARK; local
1398 max = items * count;
1400 if (items > 0 && max > 0 && (max < items || max < count))
1435 repeatcpy((char*)(MARK + items), (char*)MARK,
1436 items * sizeof(SV*), count - 1);
1440 SP -= items;
1468 are probably several items on the stack. But we're
1470 now. So drop the rest of the items -- robin@kitsite.com
4006 I32 items local
[all...]
H A Dpp_ctl.c866 I32 items = (SP - PL_stack_base) - *PL_markstack_ptr; /* how many new items */ local
875 /* if there are new items, push them into the destination list */
876 if (items && gimme != G_VOID) {
878 if (items > PL_markstack_ptr[-1] - PL_markstack_ptr[-2]) {
880 * is repeatedly extended for every set of items. Is possible
887 shift = items - (PL_markstack_ptr[-1] - PL_markstack_ptr[-2]);
889 /* items to shift up (accounting for the moved source pointer) */
911 /* copy the new items down to the destination list */
912 dst = PL_stack_base + (PL_markstack_ptr[-2] += items)
2123 I32 items = 0; local
2165 Copy(AvARRAY(av), PL_stack_sp, items, SV*); local
2192 Copy(AvARRAY(av), PL_stack_sp, items, SV*); local
2265 Copy(AvARRAY(av), SP + 1, items, SV*); local
[all...]
H A Dpp_sys.c785 U32 items; local
815 items = SP - MARK++;
820 EXTEND(SP,(I32)items);
821 while (items--)
838 EXTEND(SP,(I32)items);
839 while (items--)
1764 int items = (SP - PL_stack_base) - TOPMARK; local
1765 if (items == 2) {
5556 register I32 items = SP - MARK; local
5587 switch (items) {
[all...]
H A Dsv.c59 linked list of free items; when this becomes empty, an extra arena is
60 allocated and divided up into N items which are threaded into the free
75 with all items individually malloc()ed. In addition, a few SV heads are
3356 This function is only called on magical items, and is only used by
10046 SSize_t items = AvFILLp((AV*)sstr) + 1; local
10054 while (items-- > 0)
10058 while (items-- > 0)
10061 items = AvMAX((AV*)sstr) - AvFILLp((AV*)sstr);
10062 while (items-- > 0) {
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_fault.c417 nvlist_t *items; local
423 items = asr_nvl_alloc();
424 if (items == NULL) {
426 return (items);
430 (void) asr_nvl_add_str(items, ASR_FLT_DESCRIPTION, desc);
431 (void) asr_nvl_add_str(items, ASR_FLT_SEVERITY, sev);
432 (void) asr_nvl_add_str(items, ASR_FLT_REASON, reason);
440 items, ASR_FLT_DESCRIPTION, desc);
445 items, ASR_FLT_SEVERITY, sev);
452 return (items);
490 nvlist_t *items = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c306 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
311 UInt32 value = items[i];
316 items[i] = value;
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c66 * the corresponding locale directories. The values for the message items are
1295 * items, and then produces the final string composing all of the items. The
1303 char *items[FMD_MSG_ITEM_MAX]; local
1321 bzero(items, sizeof (items));
1324 items[i] = fmd_msg_getitem_locked(h, nvl, dict, code, i);
1325 if (items[i] == NULL)
1378 items[FMD_MSG_ITEM_TYPE], items[FMD_MSG_ITEM_SEVERIT
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c1256 s64 i, items = rle->length; local
1270 if (++free_zone == items) {
1293 if (rle->length < items && rle->length < max_free_cluster_range) {
1298 pos = rle->lcn + items;
1307 s64 items,
1316 if (items <= 0) {
1321 while (items > 0) {
1325 rle.length = items;
1336 items -= rle.length;
1467 int items, new_siz local
1306 alloc_cluster(struct bitmap *bm, s64 items, s64 nr_vol_clusters, int hint) argument
1500 int items, ins_items; local
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4193 char **items = NULL; local
4213 items = vals->values.v_astring;
4217 items = vals->values.v_ustring;
4221 items = vals->values.v_opaque;
4232 if (items != NULL)
4233 free(items[i]);
4238 free(items);
4450 * Changes to both the validation logic and the error types and items must
4927 * if new items (lines) are added to the templates error messages,

Completed in 144 milliseconds