Home
last modified time | relevance | path

Searched refs:dst_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c47 size_t dst_len; in quote_for_shell() local
51 dst_len = 0; in quote_for_shell()
53 ++dst_len; in quote_for_shell()
56 ++dst_len; in quote_for_shell()
59 if (sp - str == dst_len) in quote_for_shell()
62 dst = malloc(dst_len + 1); in quote_for_shell()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c165 size_t dst_len; in quote_for_shell() local
172 dst_len = 0; in quote_for_shell()
174 ++dst_len; in quote_for_shell()
177 ++dst_len; in quote_for_shell()
180 if (sp - str == dst_len) in quote_for_shell()
183 dst = safe_malloc(dst_len + 1); in quote_for_shell()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c4230 anynet_ntop(s6a, dst, dst_len) in anynet_ntop() argument
4233 size_t dst_len;
4240 dst, dst_len);
4250 sz = sm_strlcpy(dst, "IPv6:", dst_len);
4251 if (sz >= dst_len)
4254 dst_len -= sz;
4255 ap = (char *) inet_ntop(AF_INET6, s6a, dst, dst_len);