Searched refs:retarr (Results 1 – 4 of 4) sorted by relevance
247 static const conv_ds_t *retarr[MAX_RET]; in sec_type_strings() local 253 retarr[retndx++] = CONV_DS_ADDR(ds_secs_dmp); in sec_type_strings() 256 retarr[retndx++] = CONV_DS_ADDR(ds_secs_cf); in sec_type_strings() 259 retarr[retndx++] = CONV_DS_ADDR(ds_secs_nf); in sec_type_strings() 262 retarr[retndx++] = CONV_DS_ADDR(ds_secs_def); in sec_type_strings() 270 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_dmp); in sec_type_strings() 273 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_cf); in sec_type_strings() 276 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_nf); in sec_type_strings() 279 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_def); in sec_type_strings() 287 retarr[retnd in sec_type_strings() [all...]
426 * retarr at the end of this function. in conv_dyn_tag_strings() 769 static const conv_ds_t *retarr[MAX_RET]; in conv_dyn_tag_strings() local 784 * Fill in retarr with the descriptors for the messages that in conv_dyn_tag_strings() 795 retarr[ndx++] = CONV_DS_ADDR(ds_null_cf); in conv_dyn_tag_strings() 797 retarr[ndx++] = CONV_DS_ADDR(ds_sunw_auxiliary_cf); in conv_dyn_tag_strings() 798 retarr[ndx++] = CONV_DS_ADDR(ds_checksum_cf); in conv_dyn_tag_strings() 799 retarr[ndx++] = CONV_DS_ADDR(ds_config_cf); in conv_dyn_tag_strings() 800 retarr[ndx++] = CONV_DS_ADDR(ds_versym_cf); in conv_dyn_tag_strings() 801 retarr[ndx++] = CONV_DS_ADDR(ds_relacount_cf); in conv_dyn_tag_strings() 803 retarr[nd in conv_dyn_tag_strings() [all...]
172 static const conv_ds_t *retarr[MAX_RET]; in conv_sym_info_type_strings() local182 retarr[retndx++] = CONV_DS_ADDR(ds_types_cf); in conv_sym_info_type_strings()184 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_cf); in conv_sym_info_type_strings()187 retarr[retndx++] = CONV_DS_ADDR(ds_types_nf); in conv_sym_info_type_strings()189 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_nf); in conv_sym_info_type_strings()192 retarr[retndx++] = CONV_DS_ADDR(ds_types_def); in conv_sym_info_type_strings()194 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_def); in conv_sym_info_type_strings()198 retarr[retndx++] = NULL; in conv_sym_info_type_strings()200 return (retarr); in conv_sym_info_type_strings()
1341 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)[[all...]