aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/setprogname.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-1/+1
* Fix SCM ID's.David E. O'Brien2002-02-011-4/+2
* Expand the ?: construct into an if/else.Dima Dorfman2001-08-211-1/+4
* Fix style bug.Dima Dorfman2001-08-211-1/+1
* Fixed warnings.Ruslan Ermilov2001-08-211-1/+2
* Pass the pointy hat, please.Jacques Vidrine2001-08-211-2/+4
* setprogname() should set __progname to the last component of the givenJacques Vidrine2001-08-211-1/+3
* Introduce getprogname(3) and setprogname(3) library calls. These getDima Dorfman2001-05-151-0/+13