/osnet-11/usr/src/lib/libldap4/misc/ |
H A D | ldaptemplates.conf | 32 # "linkact" item 61 # item (type) (attribute) (attr name) (extra args...) 62 # to define an item or 64 # to keep the next item on the same row as the previous 88 # hide - don't show this item if attribute has no values 89 # hideiffalse - hide item if value is FALSE (for type 'bool' only) 91 item jpegbtn "View Photo" jpegPhoto "Next Photo" 92 item audiobtn "Play Sound" audio 93 item cis,ro,sort "Also Known As" cn 94 item mai [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | langinfo.h | 27 nl_langinfo (nl_item item) argument 29 switch (item)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/ |
H A D | List.pm | 172 =item * 183 =item * 187 =item * 193 =item * 198 =item * 212 =item * 222 The first part of each item is the language tag, between 230 The name in the =item line MUST NOT have E<...>'s in it!! 236 =item {ab} : Abkhazian 240 =item {ac [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_item_c.x | 42 struct item{ 50 %class item { 54 %/* Constructor: creates item using given character sequence and length */ 55 % item( char* str, int len); 57 %/* Constructor: creates item by copying given item */ 58 % item( item* ); 60 %/* Constructor: creates empty item (zero length and null value). */ 61 % item() {le [all...] |
H A D | nis_hashitem.c | 51 * 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...] |
H A D | db_item.cc | 52 /* 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 D | db_index_entry_c.x | 67 item *key; 84 % item *key; 95 % db_index_entry( unsigned long hval, item *, entryp, db_index_entry *n); 116 % db_index_entry* lookup( bool_t, unsigned long, item*, long *); 120 % db_index_entry* lookup( bool_t, unsigned long, item*, entryp ); //name entry 124 % db_index_entry* getnext( bool_t, unsigned long, item*, entryp ); 139 % item * get_key() {return key;} 148 % bool_t remove( db_index_entry **, bool_t, unsigned long, item *, entryp ); 161 % bool_t add( db_index_entry **oldhead, bool_t, unsigned long hval, item *,
|
H A D | ldap_ldap.h | 43 int storeLDAP(__nis_mapping_item_t *item, int index,
|
/osnet-11/usr/src/lib/libeti/menu/common/ |
H A D | newitem.c | 43 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/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hsearch.c | 69 hsearch(item, action) 70 ENTRY item; 78 key.data = (u_char *)item.key; 79 key.size = strlen(item.key) + 1; 82 val.data = (u_char *)item.data; 83 val.size = strlen(item.data) + 1; 93 item.data = (char *)val.data; 95 retval.key = item.key; 96 retval.data = item.data;
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | list.c | 25 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/lib/libsmbns/common/ |
H A D | smbns_hash.c | 32 * |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...] |
H A D | smbns_netbios_cache.c | 47 static void hash_callback(HT_ITEM *item); 92 HT_ITEM *item; local 96 item = ht_findfirst(smb_netbios_cache, &iter->nbc_hti); 97 if (item == NULL || item->hi_data == NULL) { 102 entry = (struct name_entry *)item->hi_data; 115 HT_ITEM *item; local 119 item = ht_findnext(&iter->nbc_hti); 120 if (item == NULL || item 145 HT_ITEM *item; local 199 HT_ITEM *item; local 232 HT_ITEM *item; local 311 HT_ITEM *item; local 393 HT_ITEM *item; local 443 HT_ITEM *item; local 479 smb_netbios_cache_insrefq(name_queue_t *refq, HT_ITEM *item) argument 526 HT_ITEM *item; local 576 HT_ITEM *item; local 642 HT_ITEM *item; local 793 hash_callback(HT_ITEM *item) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | B.pm | 350 =item sv_undef 354 =item sv_yes 358 =item sv_no 362 =item svref_2object(SVREF) 370 =item amagic_generation 374 =item init_av 378 =item check_av 382 =item begin_av 386 =item end_av 390 =item comppadlis [all...] |
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 139 datum item; local 143 item = makdatum(pagbuf, i); 144 if (item.dptr == NULL) { 145 return (item); 147 if (cmpdatum(key, item) == 0) { 148 item = makdatum(pagbuf, i+1); 149 if (item.dptr == NULL) 151 return (item); 160 datum item; local 166 item 184 datum item; local 260 datum item, bitem; local 294 datum item, bitem; local 394 datum item; local 482 calchash(datum item) argument 537 additem(char buf[PBLKSIZ], datum item) argument [all...] |
/osnet-11/usr/src/cmd/sendmail/db/hsearch/ |
H A D | hsearch.c | 83 __db_hsearch(item, action) 84 ENTRY item; 95 key.data = item.key; 96 key.size = strlen(item.key) + 1; 100 val.data = item.data; 101 val.size = strlen(item.data) + 1; 124 item.data = (char *)val.data; 130 retval.key = item.key; 131 retval.data = item.data;
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | hsearch.c | 64 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/libast/common/port/ |
H A D | astlicense.c | 182 Item_t item[ITEMS]; member in struct:Notice_s 192 lookup(register const Item_t* item, const char* name, int size) argument 198 for (i = 0; item[i].data; i++) 199 if (c == item[i].data[0] && size == item[i].size && !strncmp(name, item[i].data, size)) 278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) argument 288 if (t = item->data) 290 q = item->quote; 291 e = t + item 397 Item_t item; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | nl_langinfo.c | 33 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/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2html.PL | 60 =item help 66 =item htmlroot 73 =item infile 80 =item outfile 87 =item podroot 93 =item podpath 100 =item libpods 104 List of page names (eg, "perlfunc") which contain linkable C<=item>s. 106 =item netscape 112 =item nonetscap [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/tests/lib/ |
H A D | test.c | 67 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/lib/libc/port/stdio/ |
H A D | mse.c | 129 _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/libumem/common/ |
H A D | envvar.c | 41 * This structure describes items. Each item has a name, type, and 42 * description. During processing, an item read from the user may 45 * A valid item has an argument, if required, and it is of the right 48 * If the item is valid, item_flag_target != NULL, and: 57 typedef int arg_process_t(const struct umem_env_item *item, const char *value); 285 item_uint_process(const umem_env_item_t *item, const char *item_arg) argument 311 (*item->item_uint_target) = (uint_t)result; 315 log_message("%s: %s: not a number\n", CURRENT, item->item_name); 319 log_message("%s: %s: overflowed\n", CURRENT, item->item_name); 324 item_size_process(const umem_env_item_t *item, cons argument 393 umem_log_process(const umem_env_item_t *item, const char *item_arg) argument 411 umem_size_process(const umem_env_item_t *item, const char *item_arg) argument 455 umem_backend_process(const umem_env_item_t *item, const char *item_arg) argument 479 process_item(const umem_env_item_t *item, const char *item_arg) argument [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | list.h | 33 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/lib/passwdutil/ |
H A D | __get_authtoken_attr.c | 41 __get_authtoken_attr(char *name, pwu_repository_t *rep, attrlist *item) argument 63 res = rops[i]->getattr(name, item, rep);
|