Searched refs:newp (Results 1 – 2 of 2) sorted by relevance
161 char *newp; in ruserpass() local162 newp = malloc((unsigned) strlen(tokval) + 1); in ruserpass()163 if (newp == NULL) in ruserpass()168 *aname = strcpy(newp, tokval); in ruserpass()184 char *newp; in ruserpass() local185 newp = malloc((unsigned) strlen(tokval) + 1); in ruserpass()186 if (newp == NULL) in ruserpass()191 *apass = strcpy(newp, tokval); in ruserpass()
113 struct cmsghdr *newp = (struct cmsghdr *) bp; in inet6_option_init() local118 newp->cmsg_len = CMSG_LEN (0); in inet6_option_init()120 newp->cmsg_level = IPPROTO_IPV6; in inet6_option_init()122 newp->cmsg_type = type; in inet6_option_init()125 *cmsgp = newp; in inet6_option_init()
Completed in 4 milliseconds