Lines Matching refs:symbuf
880 utf8char symbuf[32]; in read_assocs() local
954 strcpy(symbuf, utf8_ibm_); in read_assocs()
955 utf8_utostr(symbuf + 4, sp->c_ccsid); in read_assocs()
956 nfaenter(symbuf, -1, sp); in read_assocs()
957 strcpy(symbuf, utf8_IBMCCSID); in read_assocs()
958 utf8_utostrpad(symbuf + 8, sp->c_ccsid, -5); in read_assocs()
959 nfaenter(symbuf, 13, sp); /* Not null-terminated. */ in read_assocs()
962 strcpy(symbuf, utf8_iana_); in read_assocs()
963 utf8_utostr(symbuf + 5, sp->c_mibenum); in read_assocs()
964 nfaenter(symbuf, -1, sp); in read_assocs()
1878 char symbuf[20]; local