Searched refs:tmp_n_bytes (Results 1 – 1 of 1) sorted by relevance
256 char *tmp_n_bytes; in nsmaddrproc1_reg() local349 tmp_n_bytes = (char *)malloc(regargs->address.n_len); in nsmaddrproc1_reg()350 if (addr == NULL || tmp_n_bytes == NULL) { in nsmaddrproc1_reg()367 if (tmp_n_bytes) in nsmaddrproc1_reg()368 free(tmp_n_bytes); in nsmaddrproc1_reg()382 addr->ah.n_bytes = tmp_n_bytes; in nsmaddrproc1_reg()