Searched refs:to_str (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libiconv_modules/UES/ |
H A D | citrus_ues.c | 125 to_str(char *s, wchar_t wc, int bit) in to_str() function 315 psenc->chlen = to_str(&psenc->ch[0], wc, UCS2_BIT); in _citrus_UES_wcrtomb_priv() 320 psenc->chlen += to_str(&psenc->ch[0], hi, UCS2_BIT); in _citrus_UES_wcrtomb_priv() 321 psenc->chlen += to_str(&psenc->ch[6], lo, UCS2_BIT); in _citrus_UES_wcrtomb_priv() 325 psenc->chlen = to_str(&psenc->ch[0], wc, UCS4_BIT); in _citrus_UES_wcrtomb_priv()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_arm.c | 903 char *from_str, *to_str; in read_op_user() local 913 to_str = NULL; in read_op_user() 935 if ((to_str = vector_str_get_flat(&to.vec, &to_len)) == NULL) in read_op_user() 962 if (vector_str_push(&d->vec, to_str, to_len) == false) in read_op_user() 967 free(to_str); in read_op_user()
|
H A D | libelftc_dem_gnu2.c | 1042 char *from_str, *to_str; in read_op_user() local 1052 to_str = NULL; in read_op_user() 1074 if ((to_str = vector_str_get_flat(&to.vec, &to_len)) == NULL) in read_op_user() 1099 if (vector_str_push(&d->vec, to_str, to_len) == false) in read_op_user() 1104 free(to_str); in read_op_user()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_all.c | 7598 if (entry->to_str == NULL) in scsi_attrib_sbuf() 7600 retval = entry->to_str(sb, hdr, valid_len, entry->flags, in scsi_attrib_sbuf() 7607 if (entry->to_str == NULL) in scsi_attrib_sbuf() 7612 retval = entry->to_str(sb, hdr, valid_len, entry->flags, in scsi_attrib_sbuf()
|
H A D | scsi_all.h | 1263 int (*to_str)(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, member
|