Home
last modified time | relevance | path

Searched refs:copystr (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c28 unsigned char *copystr = NULL; in krb5int_arcfour_string_to_key() local
49 copystr = malloc(len); in krb5int_arcfour_string_to_key()
50 if (copystr == NULL) in krb5int_arcfour_string_to_key()
54 asctouni(copystr, (uchar_t *)string->data, slen ); in krb5int_arcfour_string_to_key()
58 krb5_MD4Update(&md4_context, (unsigned char *)copystr, len); in krb5int_arcfour_string_to_key()
74 memset (copystr, 0, len); in krb5int_arcfour_string_to_key()
77 if (copystr) in krb5int_arcfour_string_to_key()
78 free(copystr); in krb5int_arcfour_string_to_key()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dstring2key.c55 register char *str, *copystr; in mit_des_string_to_key_int() local
93 copystr = malloc((size_t) length); in mit_des_string_to_key_int()
94 if (!copystr) { in mit_des_string_to_key_int()
98 (void) memcpy(copystr, (char *) data->data, data->length); in mit_des_string_to_key_int()
100 (void) memcpy(copystr + data->length, (char *)salt->data, salt->length); in mit_des_string_to_key_int()
116 str = copystr; in mit_des_string_to_key_int()
156 retval = mit_des_cbc_cksum(context, (unsigned char*)copystr, key, in mit_des_string_to_key_int()
160 (void) memset(copystr, 0, (size_t) length); in mit_des_string_to_key_int()
161 krb5_xfree(copystr); in mit_des_string_to_key_int()
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dcopy.c25 return (copystr(src, dst, max_len, copied)); in copyinstr()
29 copystr(const char *src, char *dst, size_t max_len, size_t *outlen) in copystr() function
H A Dmapfile-vers44 copystr;
/titanic_41/usr/src/cmd/ttymon/
H A Dttyadm.c90 extern void copystr(); in main()
180 copystr(ptr->p_prompt,optarg); in main()
184 copystr(ptr->p_dmsg,optarg); in main()
H A Dtmexpress.c242 extern void copystr(); in ttymon_options()
279 copystr(tbuf, optarg); in ttymon_options()
H A Dtmutil.c236 copystr(s1,s2) in copystr() function
/titanic_41/usr/src/ucbcmd/mkstr/
H A Dmkstr.c72 static void copystr(void);
156 copystr(); in process()
180 copystr(void) in copystr() function
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c452 error = copystr(args.opts, strbuff, sizeof (strbuff), in auto_mount()
474 error = copystr(args.map, strbuff, sizeof (strbuff), in auto_mount()
536 error = copystr(args.path, strbuff, sizeof (strbuff), &len); in auto_mount()
551 error = copystr(args.opts, strbuff, sizeof (strbuff), &len); in auto_mount()
568 error = copystr(args.map, strbuff, sizeof (strbuff), &len); in auto_mount()
583 error = copystr(args.subdir, strbuff, sizeof (strbuff), &len); in auto_mount()
598 error = copystr(args.key, strbuff, sizeof (strbuff), &len); in auto_mount()
/titanic_41/usr/src/uts/sun4/ml/
H A Dcopy.s67 copystr(const char *from, char *to, size_t maxlength, size_t *lencopied)
72 ENTRY(copystr)
114 SET_SIZE(copystr)
/titanic_41/usr/src/cmd/vi/misc/
H A Dmkstr.c123 copystr(); in process()
146 copystr() in copystr() function
/titanic_41/usr/src/uts/common/fs/
H A Dpathname.c111 error = copystr(str, pnp->pn_path, bufsize, &pnp->pn_pathlen); in pn_get_buf()
145 error = copystr(path, pnp->pn_path, pnp->pn_bufsize, &pnp->pn_pathlen); in pn_set()
H A Dlookup.c529 error = copystr(pp->pn_buf, in lookuppnvp()
533 error = copystr(component, in lookuppnvp()
H A Dvfs.c1251 error = copystr(uap->fstype, fsname, in domount()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c373 error = copystr(pp->pn_buf, in lookuppnvp()
377 error = copystr(component, in lookuppnvp()
/titanic_41/usr/src/uts/common/sys/
H A Dsystm.h213 int copystr(const char *, char *, size_t, size_t *);
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c1472 (void) copystr(path, rootfs.bo_name, BO_MAXOBJNAME, NULL); in setbootpath()
1479 (void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL); in setbootfstype()
1508 (void) copystr(sysp->sys_ptr, svm_bootpath, in setparams()
1513 (void) copystr(sysp->sys_ptr, bootobjp->bo_name, in setparams()
1519 (void) copystr(sysp->sys_ptr, bootobjp->bo_fstype, in setparams()
H A Dstreamio.c3722 error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg, in strioctl()
3773 error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg, in strioctl()
4048 copystr)(STRUCT_FGETP(strmodinsert, mod_name), in strioctl()
4211 copystr)(STRUCT_FGETP(strmodremove, mod_name), in strioctl()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dcopy.s1994 copystr(const char *from, char *to, size_t maxlength, size_t *lencopied)
2001 ENTRY(copystr)
2056 SET_SIZE(copystr)
2065 ENTRY(copystr)
2134 SET_SIZE(copystr)
/titanic_41/usr/src/uts/common/io/
H A Dsysmsg.c575 error = copystr((caddr_t)arg, infop, size, NULL); in sysmioctl()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1897 error = copystr(fname, namebuf, MAXPATHLEN, &len); in nfslog_getfh()
H A Dnfs_vfsops.c561 error = copystr(uap->fstype, name, FSTYPSZ, &n); in nfs_mount()
H A Dnfs3_vfsops.c544 error = copystr(uap->fstype, name, FSTYPSZ, &n); in nfs3_mount()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1113 (void) copystr(path, fsp->fs_fsmnt, sizeof (fsp->fs_fsmnt) - 1, &len); in mountfs()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6000 error = ((mode & FKIOCTL) ? copystr : copyinstr)( in socktpi_plumbioctl()
6138 error = ((mode & FKIOCTL) ? copystr : copyinstr)( in socktpi_plumbioctl()