<!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>dst</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/977.html#L5'>dst</a> 5 test/unit/strdup_chk/cmd.c char *dst, *src = "abcdefghijklmnopqrstuvwxyz";</span> <span class='curline'><a href='../S/977.html#L7'>dst</a> 7 test/unit/strdup_chk/cmd.c dst = strdup_chk(src, "strdup_chk unit test");</span> <span class='curline'><a href='../S/977.html#L8'>dst</a> 8 test/unit/strdup_chk/cmd.c printf("%s\n", dst);</span> <span class='curline'><a href='../S/977.html#L9'>dst</a> 9 test/unit/strdup_chk/cmd.c FREE(dst);</span> <span class='curline'><a href='../S/986.html#L5'>dst</a> 5 test/unit/strndup_chk/cmd.c char *dst, *src = "abcdefghijklmnopqrstuvwxyz";</span> <span class='curline'><a href='../S/986.html#L8'>dst</a> 8 test/unit/strndup_chk/cmd.c dst = strndup_chk(src, len, "strndup_chk unit test");</span> <span class='curline'><a href='../S/986.html#L9'>dst</a> 9 test/unit/strndup_chk/cmd.c printf("%s\n", dst);</span> <span class='curline'><a href='../S/986.html#L10'>dst</a> 10 test/unit/strndup_chk/cmd.c FREE(dst);</span> <span class='curline'><a href='../S/983.html#L7'>dst</a> 7 test/unit/strrev/cmd.c char *dst = NULL;</span> <span class='curline'><a href='../S/983.html#L10'>dst</a> 10 test/unit/strrev/cmd.c dst = strrev(src[i]);</span> <span class='curline'><a href='../S/983.html#L11'>dst</a> 11 test/unit/strrev/cmd.c puts(dst);</span> <span class='curline'><a href='../S/983.html#L12'>dst</a> 12 test/unit/strrev/cmd.c FREE(dst);</span> </pre> </body> </html>