<!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>strndup_chk</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/2424.html#L68'>strndup_chk</a> 68 include/cmem.h char *strndup_chk(const char *s, size_t len, const char *tag);</span> <span class='curline'><a href='../S/2804.html#L139'>strndup_chk</a> 139 src/monitor.c args->argv[(args->argc)++] = strndup_chk(p, i, "args->argv[]");</span> <span class='curline'><a href='../S/2804.html#L165'>strndup_chk</a> 165 src/monitor.c moncmdl->cmd = strndup_chk(p, i, "moncmdl->cmd");</span> <span class='curline'><a href='../S/2820.html#L81'>strndup_chk</a> 81 src/token.c opd->opdv[(opd->opdc)++] = strndup_chk(p, i, "opd->opdv[]");</span> <span class='curline'><a href='../S/2820.html#L123'>strndup_chk</a> 123 src/token.c cmdl->label = strndup_chk(p, i, "cmdl->label");</span> <span class='curline'><a href='../S/2820.html#L148'>strndup_chk</a> 148 src/token.c cmdl->cmd = strndup_chk(p, i, "cmdl.cmd");</span> <span class='curline'><a href='../S/986.html#L8'>strndup_chk</a> 8 test/unit/strndup_chk/cmd.c dst = strndup_chk(src, len, "strndup_chk unit test");</span> </pre> </body> </html>