Searched refs:dst_len (Results 1 – 3 of 3) sorted by relevance
49 size_t dst_len; in quote_for_shell() local53 dst_len = 0; in quote_for_shell()55 ++dst_len; in quote_for_shell()58 ++dst_len; in quote_for_shell()61 if (sp - str == dst_len) in quote_for_shell()64 dst = malloc(dst_len + 1); in quote_for_shell()
165 size_t dst_len; in quote_for_shell() local172 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()
4230 anynet_ntop(s6a, dst, dst_len) in anynet_ntop() argument4233 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);