Home
last modified time | relevance | path

Searched refs:attval (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c287 char *attval; in extract_private_key() local
326 attval = begin + att.ka_value_offset; in extract_private_key()
329 if (attval + attlen > end_pos) { in extract_private_key()
338 bcopy(attval, newattrs[i].oa_value, attlen); in extract_private_key()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c70 char *attval; member
1895 *ap->attval++ = '='; in attstore()
1899 *ap->attval++ = ' '+ NV_INTEGER|(flag&~(NV_DOUBLE|NV_EXPNOTE)); in attstore()
1900 *ap->attval = ' '; in attstore()
1904 *ap->attval++ = ' '+flag; in attstore()
1906 *ap->attval = ' ' + nv_size(np); in attstore()
1908 *ap->attval = ' '; in attstore()
1910 ap->attval = strcopy(++ap->attval,nv_name(np)); in attstore()
1972 cp = data.attval = strcopy(*data.argnam,e_envmarker); in sh_envgen()
1974 *data.attval = 0; in sh_envgen()
[all …]