copystr
copystr(tbuf, optarg);
extern void copystr(char *, char *);
copystr(ptr->p_prompt, optarg);
copystr(ptr->p_dmsg, optarg);
unsigned char *copystr = NULL;
copystr = malloc(len);
if (copystr == NULL)
asctouni(copystr, (uchar_t *)string->data, slen );
krb5_MD4Update(&md4_context, (unsigned char *)copystr, len);
memset (copystr, 0, len);
if (copystr)
free(copystr);
(void) memcpy(copystr + data->length, (char *)salt->data, salt->length);
str = copystr;
retval = mit_des_cbc_cksum(context, (unsigned char*)copystr, key,
(void) memset(copystr, 0, (size_t) length);
krb5_xfree(copystr);
register char *str, *copystr;
copystr = malloc((size_t) length);
if (!copystr) {
(void) memcpy(copystr, (char *) data->data, data->length);
return (copystr(src, dst, max_len, copied));
error = copystr(pp->pn_buf,
error = copystr(component,
copystr();
static void copystr(void);
error = copystr(args.opts, strbuff, sizeof (strbuff),
error = copystr(args.map, strbuff, sizeof (strbuff),
error = copystr(args.path, strbuff, sizeof (strbuff), &len);
error = copystr(args.opts, strbuff, sizeof (strbuff), &len);
error = copystr(args.map, strbuff, sizeof (strbuff), &len);
error = copystr(args.subdir, strbuff, sizeof (strbuff), &len);
error = copystr(args.key, strbuff, sizeof (strbuff), &len);
error = copystr(pp->pn_buf,
error = copystr(component,
error = copystr(uap->fstype, name, FSTYPSZ, &n);
error = copystr(fname, namebuf, MAXPATHLEN, &len);
error = copystr(uap->fstype, name, FSTYPSZ, &n);
error = copystr(str, pnp->pn_path, bufsize, &pnp->pn_pathlen);
error = copystr(path, pnp->pn_path, pnp->pn_bufsize, &pnp->pn_pathlen);
error = ((mode & FKIOCTL) ? copystr : copyinstr)(
error = ((mode & FKIOCTL) ? copystr : copyinstr)(
(void) copystr(path, fsp->fs_fsmnt, sizeof (fsp->fs_fsmnt) - 1, &len);
error = copystr(uap->fstype, fsname,
error = copystr((caddr_t)arg, infop, size, NULL);
(void) copystr(path, rootfs.bo_name, BO_MAXOBJNAME, NULL);
(void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL);
(void) copystr(sysp->sys_ptr, bootobjp->bo_name,
(void) copystr(sysp->sys_ptr, bootobjp->bo_fstype,
error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg,
error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg,
copystr)(STRUCT_FGETP(strmodinsert, mod_name),
copystr)(STRUCT_FGETP(strmodremove, mod_name),
int copystr(const char *, char *, size_t, size_t *);