History log of /src/lib/libc/gen/shquote.c |
Revision | | Date | Author | Comments |
1.8 |
| 19-Mar-2006 |
christos | Coverity CID 561: Remove dead code.
|
1.7 |
| 12-Jun-2005 |
lukem | Add missing __RCSID()
|
1.6 |
| 09-Feb-2005 |
kleink | A little libc namespace housekeeping exercise: * Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to.
|
1.5 |
| 26-Jul-2003 |
salo | netbsd.org->NetBSD.org
|
1.4 |
| 12-Mar-2001 |
simonb | branches: 1.4.2; Include <string.h> for memcpy() prototype.
|
1.3 |
| 10-Mar-2001 |
cgd | actually, don't define SHQUOTE_USE_MULTIBYTE
|
1.2 |
| 10-Mar-2001 |
christos | make these lint properly. 1. don't use MB_CUR_MAX, but MB_LEN_MAX because MB_CUR_MAX is a variable. 2. return a size_t type. 3. added const cond on do while macros. 4. remove unused variables and code,
|
1.1 |
| 10-Mar-2001 |
cgd | Add shquote() and shquotev(). From the manual page: The shquote() and shquotev() functions copy strings and transform the copies by adding shell escape and quoting characters. They are used to encapsulate arguments to be included in command strings passed to the system() and popen() functions, so that the arguments will have the cor- rect values after being evaluated by the shell.
|
1.4.2.2 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.4.2.1 |
| 12-Mar-2001 |
nathanw | file shquote.c was added on branch nathanw_sa on 2001-10-08 20:19:24 +0000
|