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

123

/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dlanginfo.h27 nl_langinfo (nl_item item) argument
29 switch (item)
/osnet-11/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c41 __get_authtoken_attr(char *name, pwu_repository_t *rep, attrlist *item) argument
63 res = rops[i]->getattr(name, item, rep);
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dnewitem.c43 ITEM *item; local
45 if (item = (ITEM *) calloc(1, sizeof (ITEM))) {
47 *item = *Dfl_Item;
50 Name(item) = name;
51 Description(item) = desc;
54 NameLen(item) = strlen(name);
56 free(item); /* Can't have a null name */
60 DescriptionLen(item) = strlen(desc);
62 DescriptionLen(item) = 0;
65 return (item);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dnl_langinfo.c33 rpl_nl_langinfo (nl_item item) argument
35 switch (item)
83 item = D_FMT;
88 item = D_T_FMT;
93 item = T_FMT;
109 return nl_langinfo (item);
134 nl_langinfo (nl_item item) argument
136 switch (item)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_item.cc52 /* Constructor: creates item using given character sequence and length */
53 item::item(char *str, int n) function in class:item
57 FATAL("item::item: cannot allocate space", DB_MEMORY_LIMIT);
63 /* Constructor: creates item by copying given item */
64 item::item(item *mode function in class:item
[all...]
H A Dldap_ldap.c196 * Store 'val' at the LDAP location indicated by 'item'. As usual,
207 * item->repeat == 0 || index < numIndexes
214 * used when the item search triple is invalid. Also, the defDN->write.base
215 * value is appended to the item search base if the latter is empty, or ends
218 * If the item search triple is invalid, 'dn' must contain the DN(s)
229 storeLDAP(__nis_mapping_item_t *item, int index, int numIndexes, argument
240 if (item == 0 || item->type != mit_ldap || item->name == 0 ||
254 if (item
[all...]
H A Dldap_attr.c49 * If the 'item' string ends in a comma, append 'base', and return
51 * otherwise. If 'dealloc' is non-zero, 'item' is freed; this happens
57 appendBase(char *item, char *base, int *err, int dealloc) { argument
72 /* Trivial case 1: If 'item' is NULL, return a copy of 'base' */
73 if (item == 0) {
80 /* Trivial case 2: If 'base' is NULL, return a copy of 'item' */
82 new = sdup(myself, T, item);
86 free(item);
90 len = strlen(item);
92 /* If 'item' i
[all...]
H A Dnis_hashitem.c51 * Unless an item destructor has been established, an item
54 * the deletion is holding a read-only lock on the item.
110 * access to an item.
183 * nis_*item() functions, we might as well sanity check
261 * < 0 Exclusive access to item
263 * > 0 Non-exclusive access (read-only) to item
266 * item (__nis_release_item()).
271 __nis_hash_item_mt *item = arg; local
275 if (item
314 __nis_hash_item_mt *item; local
350 __nis_hash_item_mt *item; local
409 __nis_hash_item_mt *item, *cur, *prev; local
583 __nis_hash_item_mt *item = arg; local
647 __nis_hash_item_mt *item = arg; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dlist.c25 grub_list_push (grub_list_t *head, grub_list_t item) argument
27 item->next = *head;
28 *head = item;
32 grub_list_remove (grub_list_t *head, grub_list_t item) argument
37 if (q == item)
47 grub_named_list_t item; local
49 FOR_LIST_ELEMENTS (item, head)
50 if (grub_strcmp (item->name, name) == 0)
51 return item;
/osnet-11/usr/src/common/crypto/ecc/
H A Dsecitem.c66 SECITEM_AllocItem(PRArenaPool *arena, SECItem *item, unsigned int len, argument
76 if (item == NULL) {
86 PORT_Assert(item->data == NULL);
87 result = item;
115 SECITEM_FreeItem(result, (item == NULL) ? PR_TRUE : PR_FALSE);
117 * If item is not NULL, the above also sets item->data and
118 * item->len to 0.
H A Decdecode.c68 hexString2SECItem(PRArenaPool *arena, SECItem *item, const char *str, argument
83 item->data = (unsigned char *) PORT_ArenaAlloc(arena, tmp/2, kmflag);
84 if (item->data == NULL) return NULL;
85 item->len = tmp/2;
99 item->data[i/2] = byteval;
105 return item;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dhsearch.c64 ENTRY item; member in struct:_hash_s
77 free(((Hash_t*)obj)->item.key);
117 ENTRY* hsearch(ENTRY item, ACTION action) argument
119 ENTRY* hsearch(item, action)
120 ENTRY item;
129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
131 { o->item = item;
135 return o ? &(o->item) : NIL(ENTRY*);
/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h21 HASH_ENTRY item; member in struct:node
45 HASH_ENTRY *hsearch_s(HASH_TABLE *hash_table, HASH_ENTRY item, ACTION action);
/osnet-11/usr/src/grub/grub2/grub-core/tests/lib/
H A Dtest.c67 grub_test_failure_t item; local
71 item = failure_list;
72 failure_list = item->next;
73 if (item->message)
74 grub_free (item->message);
76 if (item->funp)
77 grub_free (item->funp);
79 if (item->file)
80 grub_free (item->file);
82 grub_free (item);
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dlist.h33 void EXPORT_FUNC(grub_list_push) (grub_list_t *head, grub_list_t item);
34 void EXPORT_FUNC(grub_list_remove) (grub_list_t *head, grub_list_t item);
95 grub_prio_list_t item);
98 grub_prio_list_remove (grub_prio_list_t *head, grub_prio_list_t item) argument
100 if ((item->prio & GRUB_PRIO_LIST_FLAG_ACTIVE) && (item->next))
101 item->next->prio |= GRUB_PRIO_LIST_FLAG_ACTIVE;
102 grub_list_remove (GRUB_AS_LIST_P (head), GRUB_AS_LIST (item));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm150 $self->item ("\n") if defined $$self{ITEM};
161 $self->item if defined $$self{ITEM};
186 [:\w]+ # The item has to be a simple word...
220 $self->item ($_ . "\n");
325 # An individual list item.
328 if (defined $$self{ITEM}) { $self->item }
432 # This method is called whenever an =item command is complete (in other
434 # doesn't have one). It gets the paragraph associated with the item as an
435 # argument. If that argument is empty, just output the item tag; if it
436 # contains a newline, output the item ta
439 sub item { subroutine
[all...]
H A DParseUtils.pm37 # class to hold POD list info (=over, =item, =back)
47 (written as =over ... =item ... =back) for further processing.
52 =item Pod::List-E<gt>new()
82 =item $list-E<gt>file()
95 =item $list-E<gt>start()
109 =item $list-E<gt>indent()
123 =item $list-E<gt>type()
138 =item $list-E<gt>rx()
141 individual item strings once the list type has been determined. Usage:
155 =item
164 sub item { subroutine
658 sub item { subroutine
[all...]
H A DText.pm245 $self->item if defined $$self{ITEM};
265 $self->item ($_ . "\n");
374 $self->item ("\n\n") if defined $$self{ITEM};
383 $self->item ("\n\n") if defined $$self{ITEM};
393 # An individual list item.
396 if (defined $$self{ITEM}) { $self->item }
498 $self->item ("\n\n") if defined $$self{ITEM};
517 # This method is called whenever an =item command is complete (in other words,
519 # one). It gets the paragraph associated with the item as an argument. If
520 # that argument is empty, just output the item ta
524 sub item { subroutine
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dmse.c129 _get_internal_mbstate(int item) argument
131 if (item < 0 || item > _MAX_MB_FUNC)
142 *(__top_mbstates + item) = lmalloc(sizeof (mbstate_t));
143 if (*(__top_mbstates + item) == NULL) {
148 return (*(__top_mbstates + item));
150 if (*(__top_mbstates + item) == NULL) {
151 *(__top_mbstates + item) = lmalloc(sizeof (mbstate_t));
152 if (*(__top_mbstates + item) == NULL) {
158 return (*(__top_mbstates + item));
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c93 datum item; local
97 item.dptr = 0;
98 item.dsize = 0;
99 return (item);
107 datum item; local
111 item.dptr = 0;
112 item.dsize = 0;
113 return (item);
122 datum item; local
126 item
[all...]
/osnet-11/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c105 datum item; local
109 item.dptr = 0;
110 return (item);
118 datum item; local
122 item.dptr = 0;
123 return (item);
132 datum item; local
138 item.dptr = 0;
139 return (item);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_med.c43 add_lst(char ***listp, char *item) argument
55 (*listp)[i] = Strdup(item);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dalarm.c55 * insert timeout item on current given list in sorted order
57 static void *time_add(struct tevent *item, void *list) argument
60 if(!tp || item->milli < tp->milli)
62 item->next = tp;
63 list = (void*)item;
67 while(tp->next && item->milli > tp->next->milli)
69 item->next = tp->next;
70 tp->next = item;
72 tp = item;
78 * delete timeout item fro
80 time_delete(register struct tevent *item, void *list) argument
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c231 smb_netsvcitem_t *item; local
244 while ((item = list_head(lst)) != NULL) {
245 list_remove(lst, item);
249 user = &item->nsi_un.nsi_user;
256 tree = &item->nsi_un.nsi_tree;
261 ofile = &item->nsi_un.nsi_ofile;
266 share = &item->nsi_un.nsi_share;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.c32 * |handle|---> |index 0|--->|item|--->|item|--->
36 * |index 2|--->|item|--->|item|--->|item|--->
131 HT_ITEM *item; local
139 while ((item = ht_findfirst(handle, &iterator)) != 0)
140 (void) ht_remove_item(handle, item->hi_key);
167 * corresponding item in the hash table. The handle and key pointers
170 * Returns the table index location for the item
230 HT_ITEM *item; local
495 ht_mark_delete(HT_HANDLE *handle, HT_ITEM *item) argument
509 ht_clear_delete(HT_HANDLE *handle, HT_ITEM *item) argument
526 HT_ITEM *item = head; local
546 HT_ITEM *item; local
587 HT_ITEM *item; local
[all...]

Completed in 110 milliseconds

123