Searched refs:item (Results 251 - 275 of 387) sorted by relevance

<<111213141516

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib-target.c124 struct lm_info *item = XZALLOC (struct lm_info); local
127 item->name = xstrdup (name);
128 VEC_safe_push (lm_info_p, *list, item);
H A Dxcoffread.c414 if (oldLineTb->item[ii].line == 0)
424 fentry[function_count].pc = oldLineTb->item[ii].pc;
448 if (oldLineTb->item[0].line != 0)
450 newline < oldLineTb->nitems && oldLineTb->item[newline].line; ++newline)
451 newLineTb->item[newline] = oldLineTb->item[newline];
458 jj < oldLineTb->nitems && oldLineTb->item[jj].line != 0;
460 newLineTb->item[newline] = oldLineTb->item[jj];
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dsra.c560 const void *item; local
599 * back as a changed value of the PAM_USER item.
601 if ((e = pam_get_item(pamh, PAM_USER, &item)) ==
603 strlcpy(name, item, SMALL_LEN);
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dlogin_pam.c276 #define PAM_SET_ITEM(item, var) do { \
277 pam_err = pam_set_item(pamh, (item), (var)); \
279 PAM_END("pam_set_item(" # item ")"); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_utl.c232 adb = ASN1_ADB_ptr(tt->item);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_4758cca.c115 static void cca_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad,
963 static void cca_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, int idx, argument
966 if (item)
967 OPENSSL_free(item);
H A De_sureware.c108 static void surewarehk_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad,
111 static void surewarehk_dh_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad,
831 static void surewarehk_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, argument
839 p_surewarehk_Free((char *)item,0);
846 static void surewarehk_dh_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad,
854 p_surewarehk_Free((char *)item,1);
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dexample.style.css105 div.mandoc ul.list-item { list-style-type: none; padding-left: 0em; }
106 div.mandoc li.list-item { }
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c375 if ( cav_cur_len( cav ) >= 8 && strncmp( cav->cav_ptr, "item", 4 ) == 0 ) {
905 * TAG : "item", "and", "or", "not"
912 if ( cav_cur_len( cav ) >= 8 && strncmp( cav->cav_ptr, "item", 4 ) == 0 ) {
913 strip_cav_str( cav , "item:" );
939 * when encoding, "item" is denotation of ComponentAssertion
1071 * item [0] ComponentAssertion,
1081 /* TAG : item, and, or, not in RFC 4515 */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-param.c596 PyObject *item = PySequence_GetItem (enum_values, i);
598 if (! item)
603 if (! gdbpy_is_string (item))
607 _("The enumeration item not a string."));
610 self->enumeration[i] = python_string_to_host_string (item);
594 PyObject *item = PySequence_GetItem (enum_values, i); local
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dindex.c743 int item;
813 for (item = 0; (index = array[item]); item++)
737 int item; local
/netbsd-6-1-5-RELEASE/games/larn/
H A Ddata.c121 short iarg[MAXX][MAXY]; /* arg for the item array */
122 u_char item[MAXX][MAXY]; /* objects in maze if any */ variable
124 u_char mitem[MAXX][MAXY]; /* monster item array */
631 * 4 - create monster 5 - create item 6 - aggravate 7 - time warp
H A Dregen.c175 if (item[playerx][playery] == 0) /* only if nothing there */
H A Ddiag.c147 if (cell[p * MAXX * MAXY + i * MAXY + j].item == l)
167 lprc(objnamelist[item[j][i]]);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/
H A Dnslint.c69 /* item struct */
70 struct item { struct
123 struct item items[ITEMSIZE];
161 void checkdups(struct item *, int);
1646 checkdups(register struct item *ip, register int records)
1672 register struct item *ip;
1710 fprintf(stderr, "%s: out of item slots (max %d)\n",
1787 register struct item *ip, *lastaip, **ipp, **itemlist;
1790 itemlist = (struct item **)calloc(itemcnt, sizeof(*ipp));
2333 a1 = (*(struct item **)ip
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c186 # define _NL_CURRENT(category, item) \
187 (current->values[_NL_ITEM_INDEX (item)].string)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dgen-dir-node66 In Emacs, you can click mouse button 2 on a menu item or cross reference
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dread-po.c156 message_comment_append (mp, this->comment->item[j]);
159 message_comment_dot_append (mp, this->comment_dot->item[j]);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dstrtol.c192 # define _NL_CURRENT(category, item) \
193 (current->values[_NL_ITEM_INDEX (item)].string)
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrtol.c188 # define _NL_CURRENT(category, item) \
189 (current->values[_NL_ITEM_INDEX (item)].string)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.pm164 =item
178 =item
260 =item
271 =item
303 =item
315 =item
348 =item
457 =item
/netbsd-6-1-5-RELEASE/games/sail/
H A Dpl_7.c218 mvaddselstr(int y, int x0, int item, int curitem, argument
226 if (curitem == item) {
230 if (curitem == item) {
242 mvselprintw(int y, int x0, int item, int curitem, argument
249 if (curitem == item) {
255 if (curitem == item) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp600 # double-quoted list item, "\[ab\]" is just a long way of representing
624 foreach item $user_code subst_item $subst_code {
625 if { $item == "-n" || $item == "-notransfer" || $item == "-nocase" } {
626 lappend processed_code $item
629 if { $item == "-indices" || $item == "-re" || $item == "-ex" } {
630 lappend processed_code $item
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c674 struct osdata_item *item; variable in typeref:struct:osdata_item
699 ix_items, item);
702 const char *pid = get_osdata_column (item, "pid");
709 VEC_safe_push (osdata_item_s, vec, item);
715 VEC_safe_push (osdata_item_s, vec, item);
725 ix_items, item);
730 const char *pid = get_osdata_column (item, "pid");
731 const char *cmd = get_osdata_column (item, "command");
732 const char *user = get_osdata_column (item, "user");
733 const char *cores = get_osdata_column (item, "core
[all...]
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c2535 char *roll, *item, *cut, *base, *bigger; local
2550 item = roll;
2557 if (item + len + 1 > roll + hold) {
2560 } while (item + len + 1 > roll + hold);
2566 item = bigger + (item - roll);
2569 strcpy(item, next->d_name);
2570 item += len;
2571 *item = 0;
2582 item
[all...]

Completed in 249 milliseconds

<<111213141516