<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>CERRLIST</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2415.html#L36'>CERRLIST</a> 36 include/cerr.h extern CERRLIST *cerrlist;</span> <span class='curline'><a href='../S/2845.html#L11'>CERRLIST</a> 11 src/cerr.c CERRLIST *cerrlist = NULL;</span> <span class='curline'><a href='../S/2845.html#L15'>CERRLIST</a> 15 src/cerr.c CERRLIST *stat = NULL;</span> <span class='curline'><a href='../S/2845.html#L16'>CERRLIST</a> 16 src/cerr.c CERRLIST *p = NULL;</span> <span class='curline'><a href='../S/2845.html#L21'>CERRLIST</a> 21 src/cerr.c stat = p = malloc_chk(sizeof(CERRLIST), "cerrlist");</span> <span class='curline'><a href='../S/2845.html#L23'>CERRLIST</a> 23 src/cerr.c p = p->next = malloc_chk(sizeof(CERRLIST), "cerrlist->next");</span> <span class='curline'><a href='../S/2845.html#L34'>CERRLIST</a> 34 src/cerr.c CERRLIST *p = NULL;</span> <span class='curline'><a href='../S/2845.html#L60'>CERRLIST</a> 60 src/cerr.c CERRLIST *p = NULL;</span> <span class='curline'><a href='../S/2845.html#L74'>CERRLIST</a> 74 src/cerr.c CERRLIST *p = NULL;</span> <span class='curline'><a href='../S/2845.html#L75'>CERRLIST</a> 75 src/cerr.c CERRLIST *q = NULL;</span> <span class='curline'><a href='../S/969.html#L59'>CERRLIST</a> 59 test/unit/addcerrlist/cmd.c CERRLIST *p;</span> </pre> </body> </html>