<!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>strdup_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#L57'>strdup_chk</a> 57 include/cmem.h char *strdup_chk(const char *s, const char *tag);</span> <span class='curline'><a href='../S/2841.html#L60'>strdup_chk</a> 60 src/casl2.c return strdup_chk(</span> <span class='curline'><a href='../S/2831.html#L43'>strdup_chk</a> 43 src/cmem.c t = strdup_chk(s, tag);</span> <span class='curline'><a href='../S/2831.html#L73'>strdup_chk</a> 73 src/cmem.c char *t = strdup_chk(s, "strrev.t");</span> <span class='curline'><a href='../S/2836.html#L56'>strdup_chk</a> 56 src/label.c key->val.s = strdup_chk(value, "label_hashkey->value");</span> <span class='curline'><a href='../S/2836.html#L122'>strdup_chk</a> 122 src/label.c l->prog = strdup_chk(prog, "label.prog");</span> <span class='curline'><a href='../S/2836.html#L124'>strdup_chk</a> 124 src/label.c l->label = strdup_chk(label, "label.label");</span> <span class='curline'><a href='../S/2804.html#L135'>strdup_chk</a> 135 src/monitor.c tok = p = strdup_chk(str, "argstok.p");</span> <span class='curline'><a href='../S/2804.html#L156'>strdup_chk</a> 156 src/monitor.c p = tokens = strdup_chk(line, "tokens");</span> <span class='curline'><a href='../S/2856.html#L96'>strdup_chk</a> 96 src/struct.c keys[0]->val.s = strdup_chk(cmd, "keys[0].val.s");</span> <span class='curline'><a href='../S/2820.html#L41'>strdup_chk</a> 41 src/token.c tok = p = strdup_chk(str, "opdtok.p");</span> <span class='curline'><a href='../S/2820.html#L107'>strdup_chk</a> 107 src/token.c tok = p = strdup_chk(line, "tok");</span> <span class='curline'><a href='../S/2820.html#L121'>strdup_chk</a> 121 src/token.c cmdl->label = strdup_chk("", "cmdl->label");</span> <span class='curline'><a href='../S/977.html#L7'>strdup_chk</a> 7 test/unit/strdup_chk/cmd.c dst = strdup_chk(src, "strdup_chk unit test");</span> </pre> </body> </html>