Searched defs:array (Results 51 - 66 of 66) sorted by relevance

123

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c292 /* now figure out how big the return array must be */
314 /* fill in the array and free the name list of aliases. */
1251 * variable. An array of boot_dev structs will be created, one entry
1253 * in the array will contain the logical device representation of the
1513 /* short cut for an empty array */
1545 * dev_list is an array of lists - one for each boot-device
1574 * create an array of strings of logical devices, and save in the
1595 /* fill in the array */
1603 * null terminate the array
1692 devfs_bootdev_free_list(struct boot_dev **array) argument
2061 char **array; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c481 krb5_data *array = NULL, *new_array; local
492 new_array = realloc(array, (size + 1) * sizeof(krb5_data));
494 array = new_array;
497 array[size].data = str;
498 array[size].length = len;
509 (*val)->data = array;
515 free(array[i].data);
516 free(array);
927 array_expand (void *array, int n_elts, size_t elt_size) argument
940 return realloc(array, new_siz
1039 krb5_authdatatype *array = NULL, *new_array; local
1223 krb5_enctype *array = NULL, *new_array; local
[all...]
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.c57 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_string } };
59 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_integer } };
61 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_uinteger }};
63 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_long } };
65 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_ulong } };
67 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_time } };
69 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_name } };
71 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_boolean } };
73 { DT_ARRAY, "(array)", 0, { .t_array = &adr_t_opaque } };
75 {DT_ARRAY, "(array)",
1112 adr_array_search(adr_data_t *array, const char *key, const char * const *path) argument
1125 adr_array_nsearch(adr_data_t *array, const char *key, size_t len, const char * const *path) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dpubkey.c297 release_mpi_array (gcry_mpi_t *array) argument
299 for (; *array; array++)
301 mpi_free(*array);
302 *array = NULL;
603 * with PKEY and put it into RESARR which should be an array of MPIs
701 * should be an array of MPIs of size PUBKEY_MAX_NSIG (or less if the
855 /* Clear the array for easier error cleanup. */
860 /* Init the array with the available curve parameters. */
958 * Returns: A pointer to an allocated array o
980 gcry_mpi_t *array; local
1066 gcry_mpi_t *array; local
1171 gcry_mpi_t *array = NULL; local
2367 gcry_pk_get_keygrip(gcry_sexp_t key, unsigned char *array) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c343 av_push(PL_regex_padav,(SV*)newAV()); /* First entry is an array of empty elements */
898 HE **array; local
902 array = HvARRAY(PL_strtab);
903 hent = array[0];
915 hent = array[riter];
1964 Returns the AV of the specified Perl array. If C<create> is set and the
4214 /* touch @F array to prevent spurious warnings 20020415 MJD */
H A Dpp_ctl.c2532 S_save_lines(pTHX_ AV *array, SV *sv) argument
2550 av_store(array, line++, tmpstr);
H A Dsv.c4860 push a back-reference to this RV onto the array of backreferences
4887 * back-reference to sv onto the array associated with the backref magic.
8303 to an SV. Uses an array of SVs if the C style variable argument list is
9693 register PTR_TBL_ENT_t **array; local
9703 array = tbl->tbl_ary;
9704 entry = array[0];
9717 entry = array[riter];
10386 case SAVEt_AV: /* array reference */
10537 case SAVEt_AELEM: /* array element */
10817 param->stashes = newAV(); /* Setup array o
[all...]
H A Dperl.h2736 #define PERL_MAGIC_isa 'I' /* @ISA array */
2737 #define PERL_MAGIC_isaelem 'i' /* @ISA array element */
2745 #define PERL_MAGIC_tied 'P' /* Tied array or hash */
2746 #define PERL_MAGIC_tiedelem 'p' /* Tied array or hash element */
3021 # include <crt_externs.h> /* for the env array */
3026 /* VMS and some other platforms don't use the environ array */
3055 INIT("Modification of non-creatable array value attempted, subscript %d");
4116 unsigned short *array; member in union:semun
4124 unsigned short *array; member in union:gccbug_semun
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c1772 ldaptool_add_control_to_array( LDAPControl *ctrl, LDAPControl **array) argument
1778 if (*(array + i) == NULL)
1780 *(array + i +1) = NULL;
1781 *(array + i) = ctrl;
1790 * Dispose of all controls in array and prepare array for reuse.
1793 ldaptool_reset_control_array( LDAPControl **array )
1798 if ( array[i] != NULL ) {
1799 ldap_control_free( array[i] );
1800 array[
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c155 * linked list of arrays. Each array represents a bunch
161 cfga_list_data_t *array; member in struct:array_list
1651 * Cycle through the array of names to find the library.
2306 * Coalesce stat and list data into single array
2330 * allocate the array
2339 * copy all the stat elements (if any) into the array
2352 * copy all the list elements (if any) into the array
2362 cldp[i] = alp->array[j];
2413 * allocate the array if caller does not supply one.
2426 * copy the stat elements into the array
[all...]
/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c325 unsigned short int *array; /* array for GETALL, SETALL */ member in union:semun
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h379 /* The corresponding number of bytes in raw_mbs array. */
385 /* length of RAW_MBS array. */
561 re_dfastate_t **array; member in struct:re_state_table_entry
570 re_dfastate_t **array; member in struct:__anon469
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c132 * array defines them centrally so that they don't need to be enumerated
151 * Returns 1 if the supplied error is a member of the error array, 0
553 * The array may be bigger, but it is irrelevant since
3724 * More tokens than the array size supplied.
3728 _separate_by_separator(char *string, const char *sep, char **array, int size) argument
3734 assert(array != NULL);
3745 if ((array[n] = strtok_r(str, sep, &lasts)) == NULL) {
3755 array[n] = token;
4441 * _tmpl_error_access array with the new error code. Also, update the
4447 * in _tmpl_error_access array an
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h670 int s_sf; /* size of pool array */
672 Sfio_t** sf; /* array of streams */
673 Sfio_t* array[3]; /* start with 3 */ member in struct:_sfpool_s
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h497 #define ul_tlsent ul_tls.tls_data /* array of pointers to dynamic TLS */
621 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */
623 union { /* single entry or pointer to array */
625 readlock_t *array; member in union:ulwp::__anon1359
627 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */
629 union { /* single entry or pointer to array */
631 mutex_t **array; member in union:ulwp::__anon1360
761 * thread structure (ulwp_t) given a thread-id. It is an N-element array of
1041 uint_t ul_rdlockcnt; /* # entries in ul_readlock array */
1043 union { /* single entry or pointer to array */
1045 caddr32_t array; member in union:ulwp32::__anon1373
1051 caddr32_t array; member in union:ulwp32::__anon1374
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c239 struct symbol **symbols; /* Sorted array of pointers to symbols */
284 ** by the associative array code building program "aagen".
3018 int arraysize; /* Size of the "types" array */
3140 ** of the following structure. An array of these structures is used
3709 ** by the associative array code building program "aagen".
3744 ** associative array of type "x1".
3756 ** in an associative array of type "x1".
3764 /* There is only one instance of the array, which is the following */
3767 /* Allocate a new associative array */
3786 /* Insert a new record into the array
3810 struct s_x1 array; local
3973 struct s_x2 array; local
4050 struct symbol **array; local
4179 struct s_x3 array; local
4237 struct state **array; local
4324 struct s_x4 array; local
[all...]

Completed in 146 milliseconds

123