Lines Matching refs:p_name
171 if (proto->p_name != NULL) in __proto_marshal_func()
172 desired_size += strlen(proto->p_name) + 1; in __proto_marshal_func()
199 if (new_proto.p_name != NULL) { in __proto_marshal_func()
200 size = strlen(new_proto.p_name); in __proto_marshal_func()
201 memcpy(p, new_proto.p_name, size); in __proto_marshal_func()
202 new_proto.p_name = p; in __proto_marshal_func()
273 NS_APPLY_OFFSET(proto->p_name, orig_buf, p, char *); in __proto_unmarshal_func()
304 len += strlen(pe->p_name) + 1; in __copy_protoent()
318 n = strlen(pe->p_name) + 1; in __copy_protoent()
319 strcpy(cp, pe->p_name); in __copy_protoent()
320 pptr->p_name = cp; in __copy_protoent()
373 pe->p_name = p; in __getprotoent_p()