srcAppName         78 include/net/iucv/af_iucv.h 	char srcAppName[16];             /* => 70 bytes */
srcAppName        343 net/iucv/af_iucv.c 	memcpy(phs_hdr->srcAppName, iucv->src_name, 8);
srcAppName        347 net/iucv/af_iucv.c 	ASCEBC(phs_hdr->srcAppName, sizeof(phs_hdr->srcAppName));
srcAppName       1963 net/iucv/af_iucv.c 	ASCEBC(trans_hdr->srcAppName, sizeof(trans_hdr->srcAppName));
srcAppName       1965 net/iucv/af_iucv.c 	memcpy(tmpName, trans_hdr->srcAppName, 8);
srcAppName       1967 net/iucv/af_iucv.c 	memcpy(trans_hdr->srcAppName, trans_hdr->destAppName, 8);
srcAppName       2015 net/iucv/af_iucv.c 	memcpy(niucv->dst_name, trans_hdr->srcAppName, 8);
srcAppName       2186 net/iucv/af_iucv.c 	EBCASC(trans_hdr->srcAppName, sizeof(trans_hdr->srcAppName));
srcAppName       2210 net/iucv/af_iucv.c 				     trans_hdr->srcAppName, 8)) &&