From: Yuriy Kashirin <yura@emict.com> To: sisyphus@lists.altlinux.org Subject: Re: [sisyphus] Unrecognized identifier в splint Date: Thu, 26 Jan 2006 10:29:22 +0200 Message-ID: <200601261029.24473.yura@emict.com> (raw) In-Reply-To: <20060126072558.GA10316@mycomp.mydomain> On Thursday 26 January 2006 09:25, php-coder wrote: > Здравствуйте! > > [c0der@mycomp ~/tmp/wmdiskmon-0.0.1/src]$ splint main.c > +posixlib G Unrecognized ^^^^^^^^^ > Splint 3.1.1 --- 12 Sep 2003 > > main.c:124:39: Unrecognized identifier: PACKAGE > main.c:323:5: Unrecognized identifier: bzero > main.c:439:48: Unrecognized identifier: VERSION > main.c:503:12: Unrecognized identifier: popen > main.c:529:5: Unrecognized identifier: pclose > main.c:569:17: Unrecognized identifier: strdup > Finished checking --- 75 code warnings > > Не совсем понимаю, почему он не признает ф-ции из стандартных > хедеров (bzero, popen, pclose, strdup). Есть предположение, что это > из-за того, что программа уже 3 года не обновлялась и эти ф-ции > появились как раз в этот промежуток времени. yura@uka ~> LANG=C man strdup | tail CONFORMING TO SVID 3, BSD 4.3. strndup(), strdupa(), and strndupa() are GNU extensions. Действительно, о POSIX речь не идет. Тоже самое для для bzero. popen, pclose соответствуют POSIX.2 (т.е. IEEE Std 1003.2-1992), а splint +posixlib предполагает IEEE Std 1003.1-1990 если верить его доке. > > Может тогда обновить её базу данных из OpenBSD? У них там есть > xlint и базы, наверное, совпадают + они чаще используют подобные > инструменты и больше вероятности, что эти ф-ци известны программе. > (Правда, там BSD-specific) -- Best regards Yuriy Kashirin
next prev parent reply other threads:[~2006-01-26 8:29 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-01-26 7:25 php-coder 2006-01-26 8:29 ` Yuriy Kashirin [this message] 2006-01-26 10:36 ` php-coder
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200601261029.24473.yura@emict.com \ --to=yura@emict.com \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git