Searched refs:item (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dretcode.conf18 retcode-item "cn=success" 0x00
20 retcode-item "cn=success w/ delay" 0x00 sleeptime=2
22 retcode-item "cn=operationsError" 0x01
23 retcode-item "cn=protocolError" 0x02
24 retcode-item "cn=timeLimitExceeded" 0x03 op=search
25 retcode-item "cn=sizeLimitExceeded" 0x04 op=search
26 retcode-item "cn=compareFalse" 0x05 op=compare
27 retcode-item "cn=compareTrue" 0x06 op=compare
28 retcode-item "cn=authMethodNotSupported" 0x07
29 retcode-item "c
[all...]
H A Dslapd-retcode.conf54 retcode-item "cn=Unsolicited" 0x00 unsolicited="0"
55 retcode-item "cn=Notice of Disconnect" 0x00 unsolicited="1.3.6.1.4.1.1466.20036"
56 retcode-item "cn=Pre-disconnect" 0x34 flags="pre-disconnect"
57 retcode-item "cn=Post-disconnect" 0x34 flags="post-disconnect"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pqueue/
H A Dpq_test.c65 pitem *item; local
70 item = pitem_new(3, NULL);
71 pqueue_insert(pq, item);
73 item = pitem_new(1, NULL);
74 pqueue_insert(pq, item);
76 item = pitem_new(2, NULL);
77 pqueue_insert(pq, item);
79 item = pqueue_find(pq, 1);
80 fprintf(stderr, "found %ld\n", item->priority);
82 item
[all...]
H A Dpqueue.c73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem)); local
74 if (item == NULL) return NULL;
76 memcpy(item->priority,prio64be,sizeof(item->priority));
78 item->data = data;
79 item->next = NULL;
81 return item;
85 pitem_free(pitem *item) argument
87 if (item == NULL) return;
89 OPENSSL_free(item);
111 pqueue_insert(pqueue_s *pq, pitem *item) argument
159 pitem *item = pq->items; local
205 pitem *item = pq->items; local
225 pqueue_next(pitem **item) argument
243 pitem *item = pq->items; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dqueue.c62 struct qentry *item; local
64 item = grep_malloc(sizeof(struct qentry));
65 item->data.dat = grep_malloc(sizeof(char) * x->len);
66 item->data.len = x->len;
67 item->data.line_no = x->line_no;
68 item->data.off = x->off;
69 memcpy(item->data.dat, x->dat, x->len);
70 item->data.file = x->file;
72 STAILQ_INSERT_TAIL(&queue, item, list);
75 item
84 struct qentry *item; local
98 struct qentry *item; local
110 struct qentry *item; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dlist.h32 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) argument
34 item->next = list->next;
35 item->prev = list;
36 list->next->prev = item;
37 list->next = item;
40 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) argument
42 dl_list_add(list->prev, item);
45 static inline void dl_list_del(struct dl_list *item) argument
47 item->next->prev = item
60 struct dl_list *item; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dclient.c62 * request. The event is used to expire the item.
64 struct item { struct
70 LIST_ENTRY(item) next;
76 static LIST_HEAD(,item) item_list;
188 struct item *item; local
206 LIST_FOREACH(item, &item_list, next) {
207 if (bdaddr_same(&rp.laddr, &item->laddr) == 0
208 || bdaddr_same(&rp.raddr, &item->raddr) == 0)
211 evtimer_del(&item
260 struct item *item; local
311 struct item *item = arg; local
324 struct item *item; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmf2.C8 virtual void func2(int &item) { printf("func2(%d,) c=%d\n",item,c);} argument
13 typedef void (B_table::* B_ti_fn) (int &item);
15 virtual void call_fn_fn1(int &item, void *pfn1);
16 void func1(int &item) { printf("func1(%d)\n",item);} argument
17 virtual void func2(int &item) { printf("func2(%d) j=%d\n",item,j);} argument
25 virtual void func2(int &item) { printf("func2(%d) i=%d\n",item, argument
33 func2(int &item) argument
37 call_fn_fn1(int &item, void *pfn1) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmf2.C8 virtual void func2(int &item) { printf("func2(%d,) c=%d\n",item,c);} argument
13 typedef void (B_table::* B_ti_fn) (int &item);
15 virtual void call_fn_fn1(int &item, void *pfn1);
16 void func1(int &item) { printf("func1(%d)\n",item);} argument
17 virtual void func2(int &item) { printf("func2(%d) j=%d\n",item,j);} argument
25 virtual void func2(int &item) { printf("func2(%d) i=%d\n",item, argument
33 func2(int &item) argument
37 call_fn_fn1(int &item, void *pfn1) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/doc/
H A Diso-639.sed9 s/^\(..\).*/@item \1/
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h34 Q3ListViewItem *item; local
35 item = new Q3ListViewItem(eventListView,
38 if (item == NULL)
40 eventListView->setSelected(item, false);
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnl_langinfo.c43 nl_langinfo(nl_item item) argument
48 if (item >= D_T_FMT && item <= ALT_DIGITS)
49 s = _current_cache()->items[(size_t)item];
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Ditem.c1 /* $NetBSD: item.c,v 1.10 2003/09/29 12:32:24 blymn Exp $ */
30 __RCSID("$NetBSD: item.c,v 1.10 2003/09/29 12:32:24 blymn Exp $");
40 /* keep default item options for setting in new_item */
42 {NULL, 0}, /* item name struct */
43 {NULL, 0}, /* item description struct */
45 0, /* is item visible? */
46 0, /* is item selected? */
47 0, /* row item is on */
48 0, /* column item is on */
49 O_SELECTABLE, /* item option
62 item_visible(ITEM *item) argument
76 item_name(ITEM *item) argument
88 item_description(ITEM *item) argument
207 item_opts_on(ITEM *item, OPTIONS opts) argument
223 item_opts_off(ITEM *item, OPTIONS opts) argument
239 item_opts(ITEM *item) argument
253 ITEM *item = (param_item != NULL) ? param_item : &_menui_default_item; local
272 item_value(ITEM *item) argument
339 free_item(ITEM *item) argument
360 set_current_item(MENU *param_menu, ITEM *item) argument
400 item_index(ITEM *item) argument
[all...]
H A Duserptr.c39 /* the following is defined in item.c */
43 * Set the item user pointer data
48 ITEM *item = (param_item != NULL) ? param_item : &_menui_default_item; local
50 item->userptr = userptr;
56 * Return the item user pointer
59 item_userptr(ITEM *item) argument
61 if (item == NULL)
64 return item->userptr;
H A Dinternals.c45 * to calculate the widest item entry, then work out how many columns
47 * be. Once the layout is determined the neighbours of each item is
48 * calculated and the item structures updated.
70 /* fill in the row and column value of the item */
86 * Calculate the neighbours for an item in menu.
92 ITEM *item; local
96 item = menu->items[item_no];
100 item->up = item;
101 item
280 _menui_goto_item(MENU *menu, ITEM *item, int new_top_row) argument
429 _menui_draw_item(MENU *menu, int item) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dstr-list.c38 slp->item = NULL;
51 slp->item = NULL;
69 nbytes = slp->nitems_max * sizeof (slp->item[0]);
70 slp->item = (const char **) xrealloc (slp->item, nbytes);
74 slp->item[slp->nitems++] = xstrdup (s);
87 if (strcmp (slp->item[j], s) == 0)
94 slp->item = (const char **) xrealloc (slp->item,
96 * sizeof (slp->item[
[all...]
H A Ddir-list.c56 return directory->item[n];
80 if (directory->item != NULL)
81 free (directory->item);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_frag.c183 struct isakmp_frag_item *item; local
213 if ((item = racoon_malloc(sizeof(*item))) == NULL) {
222 item->frag_num = frag->index;
223 item->frag_last = (frag->flags & ISAKMP_FRAG_LAST);
224 item->frag_next = NULL;
225 item->frag_packet = buf;
227 /* Look for the last frag while inserting the new item in the chain */
228 if (item->frag_last)
229 last_frag = item
270 struct isakmp_frag_item *item; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dconv9.C15 void const* item; member in struct:Foo::Bar
25 bar(cp->key, cp->item);
29 bar(cp->key, (copyfn) ? (*copyfn)(0) : cp->item);
30 bar(cp->key, (copyfn) ? (*copyfn)(cp) : cp->item);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dconv9.C15 void const* item; member in struct:Foo::Bar
25 bar(cp->key, cp->item);
29 bar(cp->key, (copyfn) ? (*copyfn)(0) : cp->item);
30 bar(cp->key, (copyfn) ? (*copyfn)(cp) : cp->item);
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dxmalloc.c98 hashTableItem *item, *new;
102 item = tbl->table[i];
103 if (item != NULL)
104 while (item->next != NULL)
105 item = item->next;
115 if (item != NULL)
116 item->next = new;
132 hashTableItem *item, *prev;
136 item
97 hashTableItem *item, *new; local
131 hashTableItem *item, *prev; local
205 hashTableItem *item; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dfriend22.C8 template <class T> class item { class
15 item<const A> i;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dfriend22.C8 template <class T> class item { class
15 item<const A> i;
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dvalidate.c158 range_list *item; local
160 item = (range_list *) malloc(sizeof(struct range_list));
161 item->next = 0;
162 item->prev = 0;
163 item->state = state;
164 item->valid = valid;
165 item->start = low;
166 item->end = high;
167 return item;
174 range_list *item; local
184 range_list *item; local
198 range_list *item; local
276 range_list *item; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dpam_get_item.c60 const void **item)
82 *item = pamh->item[item_type];
99 * The =pam_get_item function stores a pointer to the item specified by
100 * the =item_type argument in the location pointed to by the =item
102 * The item is retrieved from the PAM context specified by the =pamh
104 * If =pam_get_item fails, the =item argument is untouched.
106 * The following item types are recognized:
58 pam_get_item(const pam_handle_t *pamh, int item_type, const void **item) argument

Completed in 285 milliseconds

1234567891011>>