| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/ |
| basic.t | 26 sub array { subroutine 92 #print "\@a = ", array(@a);
|
| /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/ |
| dapl_ia_query.c | 79 DAT_BOOLEAN array[6][6]; member in struct:evd_merge_type 196 * array. e.g. 201 * Most combinations are true, so initialize the array that way. 211 evd_merge->array[i][j] = DAT_FALSE; 213 evd_merge->array[i][j] = DAT_TRUE;
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald-runner/ |
| utils.c | 36 GArray *array; local 38 array = g_array_new(TRUE, FALSE, sizeof(char *)); 45 g_array_append_vals(array, &t, 1); 49 g_array_append_vals(array, &extra, 1); 50 result = (char **) array->data; 51 g_array_free(array, FALSE); 58 GArray *array; local 65 array = g_array_new(TRUE, FALSE, sizeof(char *)); 74 g_array_append_vals(array, &t, 1); 78 result = (char **) array->data [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/ |
| sem.h | 34 ushort *array; member in union:semun
|
| /onnv/onnv-gate/usr/src/lib/udapl/libdat/common/ |
| dat_dr.c | 294 DAT_DR_ENTRY **array; local 299 array = NULL; 319 array = dat_os_alloc(array_size * sizeof (DAT_DR_ENTRY *)); 320 if (array == NULL) { 329 (DAT_DICTIONARY_DATA *) array, 337 dat_os_free(array, 339 array = NULL; 351 *dat_provider_list[i] = array[i]->info; 357 if (NULL != array) { 358 dat_os_free(array, array_size * sizeof (DAT_DR_ENTRY *)) [all...] |
| dat_sr.c | 230 DAT_SR_ENTRY **array; local 235 array = NULL; 255 array = dat_os_alloc(array_size * sizeof (DAT_SR_ENTRY *)); 256 if (array == NULL) { 265 (DAT_DICTIONARY_DATA *) array, 273 dat_os_free(array, 275 array = NULL; 287 *dat_provider_list[i] = array[i]->info; 293 if (NULL != array) { 294 dat_os_free(array, array_size * sizeof (DAT_SR_ENTRY *)) [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/dyn/ |
| dyn.h | 37 DynPtr array; member in struct:_DynObject
|
| /onnv/onnv-gate/usr/src/lib/libc/port/sys/ |
| semsys.c | 53 ushort_t *array; member in union:semun 83 arg = (uintptr_t)va_arg(ap, union semun).array;
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/ |
| nisshowcache.c | 51 ushort_t *array; member in union:semun 156 semarg.array = w_array; 166 semarg.array = r_array;
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| saghdr.h | 43 struct array { struct 52 struct array *dptr;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| sem.h | 100 ushort *array; /* array for GETALL & SETALL */ member in union:semun
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| ecppsys.h | 52 int array[10]; member in struct:p1284_ioctl_st
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfmode.c | 121 reg Sfio_t** array; local 137 { if(p->s_sf == 0) /* initialize pool array */ 138 { p->s_sf = sizeof(p->array)/sizeof(p->array[0]); 139 p->sf = p->array; 141 else /* allocate a larger array */ 142 { n = (p->sf != p->array ? p->s_sf : (p->s_sf/4 + 1)*4) + 4; 143 if(!(array = (Sfio_t**)malloc(n*sizeof(Sfio_t*))) ) 146 /* move old array to new one */ 147 memcpy((Void_t*)array,(Void_t*)p->sf,p->n_sf*sizeof(Sfio_t*)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipcrm/ |
| ipcrm.c | 111 * is set to point to an array of ids at least as large as the number 203 ushort_t *array; member in union:semun 238 ushort_t *array; member in union:semun
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/ |
| log_archive.c | 50 char **array, **arrayp, *name, *p, *pref, buf[MAXPATHLEN]; local 113 if ((ret = __os_malloc(sizeof(char *) * array_size, NULL, &array)) != 0) 115 array[0] = NULL; 117 /* Build an array of the file names. */ 129 if ((ret = __os_realloc(&array, 135 if ((ret = __absname(pref, name, &array[n])) != 0) 139 if ((ret = __os_strdup(p + 1, &array[n])) != 0) 143 array[n] = name; 146 array[++n] = NULL; 157 qsort(array, (size_t)n, sizeof(char *), __cmpfunc) 191 char **array, **arrayp, *p, *real_name; local 380 char **array, **arrayp, **orig, *strp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipcs/ |
| ipcs.c | 111 static int *ids; /* array of IPC identifiers from *ids() */ 333 ushort_t *array; member in union:semun
|
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/ |
| layout_device_cache.c | 768 * INPUT: desc - an array of dm_descriptor_t handles from 774 * PURPOSE: Function which accepts an array of dm_descriptor_t handles 777 * The array is iterated and each handle is passed to 855 * array with all dm_descriptor_t handles that were 856 * obtained from libdiskmgt. Passing this array to 864 dm_descriptor_t *array; local 871 array = (dm_descriptor_t *)calloc( 874 if (array != NULL) { 878 array[i++] = dfp->desc; 881 array[i] = (dm_descriptor_t)0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ipp/ |
| ipp.c | 572 ipp_class_t *array; local 578 array = mdb_alloc(sizeof (ipp_class_t) * nelt, UM_SLEEP); 579 if (mdb_vread(array, sizeof (ipp_class_t) * nelt, ptr) == -1) { 580 mdb_warn("failed to read ipp_class_t array at %p", ptr); 591 cp = &(array[i]); 605 ipp_log_t *array; local 611 array = mdb_alloc(sizeof (ipp_log_t) * nelt, UM_SLEEP); 612 if (mdb_vread(array, sizeof (ipp_log_t) * nelt, ptr) == -1) { 613 mdb_warn("failed to read ipp_log_t array at %p", ptr); 624 lp = &(array[i]) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/error/common/ |
| errorsubr.c | 42 Eptr *array; local 49 array = Calloc(listlength+1, sizeof (Eptr)); 53 array[listindex] = errorp; 56 array[listindex] = (Eptr)0; 58 *e_array = array;
|
| /onnv/onnv-gate/usr/src/lib/libipp/ |
| libipp.c | 100 char **array; member in struct:array_desc_t 439 ad.array = NULL; 443 *modname_arrayp = ad.array; 503 ad.array = NULL; 507 *aname_arrayp = ad.array; 532 char **array, 537 assert(array[nelt] == NULL); 540 free(array[i]); 542 free(array); 654 DBG0(DBG_ERR, "failed to find array\n") [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/ |
| local_cache.cc | 472 ushort *array; member in union:semun 488 semarg.array = w_array;
|
| /onnv/onnv-gate/usr/src/lib/libzfs_jni/common/ |
| libzfs_jni_main.c | 114 /* Create an array list to hold each ImportablePoolBean */ 146 /* Create an array list */ 436 jobjectArray array = NULL; local 438 /* Create an array list */ 450 array = zjni_Collection_to_array( 455 return (array); 551 /* Create an array list for the property names */
|
| libzfs_jni_util.c | 37 zjni_free_array(void **array, zjni_free_f freefunc) 39 if (array != NULL) { 42 for (i = 0; array[i] != NULL; i++) { 43 freefunc(array[i]); 46 free(array); 94 /* Convert a zjni_Collection to a (Java) array */ 103 /* Create array to hold elements of list */ 104 jobjectArray array = (*env)->NewObjectArray( local 107 /* Copy list elements to array */ 109 ((zjni_Collection_t *)list)->method_toArray, array); [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/drm/ |
| i915_drv.c | 255 uint32_t *array; local 262 array = s3_priv->save_palette_a; 264 array = s3_priv->save_palette_b; 267 array[i] = S3_READ(reg + (i << 2)); 276 uint32_t *array; local 283 array = s3_priv->save_palette_a; 285 array = s3_priv->save_palette_b; 288 S3_WRITE(reg + (i << 2), array[i]);
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| listmgr.c | 41 #define ERR_CS_ALLOC "ERROR: Cannot allocate control structure for %s array." 42 #define ERR_MEM_ALLOC "ERROR: Cannot allocate memory for %s array." 63 int data_handle; /* list_handle for pointer array */ 235 * pointers returned, may get lost if they aren't assigned to an array or 237 * process isn't very efficient. Look to the array management section 250 * speed by ignoring next_array_elem and actually scanning through the array 367 * These are the array management functions. They insert into (and can return 375 * This constructs, maintains and returns pointers into a growable array of 377 * struct something *array[n] 378 * The last element in the array is always NULL 421 char **array; local [all...] |