Lines Matching full:undefp
30 char* undefp = malloc(1);32 assert(undefp);33 *a = *undefp;36 free(undefp);