Home
last modified time | relevance | path

Searched refs:MAX_LINELEN (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c72 #define MAX_LINELEN 256 macro
91 char errstring[MAX_LINELEN]; in setdevaccess()
112 (void) snprintf(errstring, MAX_LINELEN, in setdevaccess()
135 (void) snprintf(errstring, MAX_LINELEN, in setdevaccess()
144 (void) snprintf(errstring, MAX_LINELEN, in setdevaccess()
164 char line[MAX_LINELEN], errstring[MAX_LINELEN]; in logindevperm()
165 char saveline[MAX_LINELEN]; in logindevperm()
178 (void) snprintf(errstring, MAX_LINELEN, in logindevperm()
190 while (fgets(line, MAX_LINELEN, fp) != NULL) { in logindevperm()
216 (void) snprintf(errstring, MAX_LINELEN, in logindevperm()
[all …]
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c82 buf->text = memget(MAX_LINELEN); in ctl_bufget()
95 memput(buf->text, MAX_LINELEN); in ctl_bufput()
H A Dctl_p.h6 #define MAX_LINELEN 990 /*%< Like SMTP. */ macro
H A Dctl_clnt.c253 if (len >= (size_t)MAX_LINELEN) { in ctl_command()
508 MAX_LINELEN - ctx->inbuf.used); in readable()
562 if (ctx->inbuf.used == (size_t)MAX_LINELEN) { in readable()
H A Dctl_srvr.c327 if (sizeof "000-\r\n" + strlen(text) > (size_t)MAX_LINELEN) { in ctl_response()
589 MAX_LINELEN - sess->inbuf.used); in ctl_readable()
618 if (sess->inbuf.used == (size_t)MAX_LINELEN) { in ctl_readable()