Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregerror.c97 char convbuf[50]; in regerror() local
100 s = regatoi(preg, convbuf); in regerror()
109 (void) strcpy(convbuf, r->name); in regerror()
111 (void) sprintf(convbuf, "REG_0x%x", target); in regerror()
112 assert(strlen(convbuf) < sizeof (convbuf)); in regerror()
113 s = convbuf; in regerror()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c1036 uint16_t convbuf[SMALL_CONV]; in smb_get_dstring() local
1055 if (insize < sizeof (convbuf)) { in smb_get_dstring()
1057 cbuf = convbuf; in smb_get_dstring()
1111 uint16_t convbuf[SMALL_CONV]; in smb_put_dmem() local
1141 cbuf = convbuf; in smb_put_dmem()