Home
last modified time | relevance | path

Searched refs:retarr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c289 static const conv_ds_t *retarr[MAX_RET]; in sec_type_strings() local
295 retarr[retndx++] = CONV_DS_ADDR(ds_secs_dmp); in sec_type_strings()
298 retarr[retndx++] = CONV_DS_ADDR(ds_secs_cf); in sec_type_strings()
301 retarr[retndx++] = CONV_DS_ADDR(ds_secs_nf); in sec_type_strings()
304 retarr[retndx++] = CONV_DS_ADDR(ds_secs_def); in sec_type_strings()
312 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_dmp); in sec_type_strings()
315 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_cf); in sec_type_strings()
318 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_nf); in sec_type_strings()
321 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_def); in sec_type_strings()
330 retarr[retndx++] = CONV_DS_ADDR(ds_llvm_dmp); in sec_type_strings()
[all …]
H A Ddynamic.c781 static const conv_ds_t *retarr[MAX_RET]; in conv_dyn_tag_strings() local
807 retarr[ndx++] = CONV_DS_ADDR(ds_null_cf); in conv_dyn_tag_strings()
809 retarr[ndx++] = CONV_DS_ADDR(ds_sunw_auxiliary_cf); in conv_dyn_tag_strings()
810 retarr[ndx++] = CONV_DS_ADDR(ds_checksum_cf); in conv_dyn_tag_strings()
811 retarr[ndx++] = CONV_DS_ADDR(ds_config_cf); in conv_dyn_tag_strings()
812 retarr[ndx++] = CONV_DS_ADDR(ds_versym_cf); in conv_dyn_tag_strings()
813 retarr[ndx++] = CONV_DS_ADDR(ds_relacount_cf); in conv_dyn_tag_strings()
815 retarr[ndx++] = CONV_DS_ADDR(ds_auxiliary_cf); in conv_dyn_tag_strings()
817 retarr[ndx++] = CONV_DS_ADDR(ds_sparc_reg_cf); in conv_dyn_tag_strings()
818 retarr[ndx++] = CONV_DS_ADDR(ds_sdreg_cf); in conv_dyn_tag_strings()
[all …]
H A Dsymbols.c183 static const conv_ds_t *retarr[MAX_RET]; in conv_sym_info_type_strings() local
193 retarr[retndx++] = CONV_DS_ADDR(ds_types_cf); in conv_sym_info_type_strings()
195 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_cf); in conv_sym_info_type_strings()
198 retarr[retndx++] = CONV_DS_ADDR(ds_types_cfnp); in conv_sym_info_type_strings()
200 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_cfnp); in conv_sym_info_type_strings()
203 retarr[retndx++] = CONV_DS_ADDR(ds_types_nf); in conv_sym_info_type_strings()
205 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_nf); in conv_sym_info_type_strings()
208 retarr[retndx++] = CONV_DS_ADDR(ds_types_def); in conv_sym_info_type_strings()
210 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_def); in conv_sym_info_type_strings()
214 retarr[retndx++] = NULL; in conv_sym_info_type_strings()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1341 krb5_ldap_get_strings(ld, ent, attribute, retarr, attr_present) in krb5_ldap_get_strings() argument
1345 char ***retarr;
1352 *retarr = NULL;
1362 *retarr = (char **) calloc(count+1, sizeof(char *));
1363 if (*retarr == NULL) {
1368 (*retarr)[i] = strdup(values[i]);
1369 if ((*retarr)[i] == NULL) {
1379 if (*retarr != NULL) {
1381 if ((*retarr)[i] != NULL)
1382 free ((*retarr)[i]);
[all …]