Home
last modified time | relevance | path

Searched refs:array (Results 126 – 150 of 351) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dfnaryscl.ok1 $AWK: can't assign to foo; it's an array name.
H A Dsclifin.ok1 $AWK: can't assign to j; it's an array name.
H A Darryref4.ok1 $AWK: can't read value of a; it's an array name.
H A Darryref5.ok1 $AWK: can't read value of a; it's an array name.
H A Daryprm2.ok1 $AWK: can't read value of arr; it's an array name.
H A Daryprm3.ok1 $AWK: can't read value of arr; it's an array name.
H A Daryprm5.ok1 $AWK: can't read value of a; it's an array name.
H A Dnastyparm.ok1 $AWK: can't read value of b; it's an array name.
H A Dscalar.ok1 $AWK: can't read value of a; it's an array name.
H A Dfnarray.ok1 $AWK: foo is a function, not an array at source line 5 source file fnarray.awk
H A Ddelfunc.ok1 $AWK: f is a function, not an array at source line 5 in function f source file delfunc.awk
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dinit-local-array.c1 static int array(void) in array() function
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.msg172 p_type for every element of the program header array is\n\
186 of p_offset for every element in the program header array\n\
200 of p_vaddr for every element in the program header array\n\
218 of p_paddr for every element in the program header array\n\
232 of p_filesz for every element in the program header array\n\
246 of p_memsz for every element in the program header array\n\
258 of p_flags for every element in the program header array\n\
287 of p_align for every element in the program header array\n\
324 or more elements in the program header array. The specified\n\
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DMakefile30 test-array.c \
70 check-array \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_major_status.c45 #define GSS_ERROR_STR(value, array, select, min, max, num) \ argument
47 (array)[num(value)])
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_mtag6.c23 int array[10]; variable
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.delete19 echo T.delete: misc tests of array deletion
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c580 resp->array = NULL; in cb_compound()
605 argop = &args->array[i]; in cb_compound()
606 resop = &resp->array[i]; in cb_compound()
648 bcopy(resp->array, in cb_compound()
650 kmem_free(resp->array, in cb_compound()
654 resp->array = new_res; in cb_compound()
672 resop = &resp->array[i]; in cb_compound_free()
692 if (resp->array != NULL) { in cb_compound_free()
693 kmem_free(resp->array, in cb_compound_free()
737 args.array = NULL; in cb_dispatch()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Derrclassify.h121 #define CE_DISPACT(array, afarmatch, ecstate, ce1, ce2) \ argument
122 (array[CE_INITDISPTBL_INDEX(afarmatch, ecstate, ce1, ce2)])
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dvmalloc143 char array[4];
145 { addr = &array[0];
148 else if(addr < &array[0])
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs57 #define PUSHARRAY(array, nitems) \ argument
66 PUSHs(sv_2mortal(newSVnv(array[x]))); \
296 # The PUSHARRAY() macro defined above pushes all values from the C array to
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.S46 /holds address of array of pointers to functions
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c576 int array; member
772 if(!wp->array && wp->indent>0) in outval()
826 if(outfile && !wp->array) in genvalue()
896 if((wp->array = nv_isarray(np)) && (ap=nv_arrayptr(np))) in genvalue()
906 wp->array=0; in genvalue()
931 if(wp->array) in genvalue()
937 wp->array = 0; in genvalue()
945 wp->array = 0; in genvalue()
1071 walk.array = 0; in walk_tree()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server_impl.h46 const void *array, int n, size_t sz);
/illumos-gate/usr/src/uts/common/sys/
H A Decppsys.h50 int array[10]; member

12345678910>>...15