HomeSort by: relevance | last modified time | path
    Searched refs:shquote (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/gen/
shquotev.c 48 * Apply shquote() to a set of strings, separating the results by spaces.
66 callrv = shquote(argv[i], buf, bufsize);
shquote.c 1 /* $NetBSD: shquote.c,v 1.8 2006/03/19 02:33:02 christos Exp $ */
39 __RCSID("$NetBSD: shquote.c,v 1.8 2006/03/19 02:33:02 christos Exp $");
43 * Define SHQUOTE_USE_MULTIBYTE if you want shquote() to handle multibyte
61 __weak_alias(shquote,_shquote)
65 * shquote():
128 shquote(const char *arg, char *buf, size_t bufsize)
Makefile.inc 31 shquote.c shquotev.c sighold.c sigignore.c siginterrupt.c \
86 setproctitle.3 shquote.3 sighold.3 sigignore.3 siginterrupt.3 \
183 MLINKS+=shquote.3 shquotev.3
  /src/usr.bin/ctags/
ctags.c 144 if ((sz = shquote(outfile, tname, sizeof tname)) >= sizeof tname) {
182 if ((sz = shquote(cmd, pattern,
  /src/include/
stdlib.h 352 size_t shquote(const char *, char *, size_t);
  /src/tools/compat/
Makefile 22 shquote.c \
configure.ac 204 setenv, strtonum, strtoi, strtoll, strtou, setprogname, shquote],,, [
compat_defs.h 530 size_t shquote(const char *, char *, size_t);
  /src/usr.sbin/makemandb/
makemandb.c 344 size_t command_len = shquote(manconf, NULL, 0) + 1;
346 shquote(manconf, arg, command_len);
  /src/lib/libc/include/
namespace.h 658 #define shquote _shquote macro

Completed in 19 milliseconds