Lines Matching full:memcpy
79 memcpy(&new_serv, serv, sizeof(struct servent)); in services_marshal_func()
84 memcpy(buffer + sizeof(struct servent), &p, sizeof(char *)); in services_marshal_func()
89 memcpy(p, new_serv.s_name, size); in services_marshal_func()
96 memcpy(p, new_serv.s_proto, size); in services_marshal_func()
103 memcpy(p, new_serv.s_aliases, sizeof(char *) * aliases_size); in services_marshal_func()
109 memcpy(p, *alias, size); in services_marshal_func()
115 memcpy(buffer, &new_serv, sizeof(struct servent)); in services_marshal_func()
141 memcpy(&lookup_type, key, sizeof(enum nss_lookup_type)); in services_lookup_func()
148 memcpy(name, key + sizeof(enum nss_lookup_type), size); in services_lookup_func()
164 memcpy(&port, key + sizeof(enum nss_lookup_type), in services_lookup_func()
171 memcpy(proto, key + sizeof(enum nss_lookup_type) + in services_lookup_func()