Searched refs:g_Ctoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c146 static void g_Ctoc (const Char *, char *);
592 g_Ctoc(pathbuf, buf);
677 g_Ctoc(path, copy);
766 g_Ctoc(str, buf);
779 g_Ctoc(fn, buf);
790 g_Ctoc(fn, buf);
823 g_Ctoc(const Char *str, char *buf) function
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c153 static int g_Ctoc(const Char *, char *, size_t);
470 if (g_Ctoc(patbuf, (char *)wbuf, sizeof(wbuf)))
732 g_Ctoc(pathbuf, buf, sizeof(buf))) {
884 if (g_Ctoc(path, copy, len)) {
988 if (g_Ctoc(str, buf, sizeof(buf))) {
1005 if (g_Ctoc(fn, buf, sizeof(buf))) {
1019 if (g_Ctoc(fn, buf, sizeof(buf))) {
1040 g_Ctoc(const Char *str, char *buf, size_t len) function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c153 static int g_Ctoc(const Char *, char *, u_int);
721 if (g_Ctoc(pathbuf, buf, sizeof(buf)))
876 if (g_Ctoc(path, copy, len)) {
991 if (g_Ctoc(str, buf, sizeof(buf)))
1006 if (g_Ctoc(fn, buf, sizeof(buf)))
1018 if (g_Ctoc(fn, buf, sizeof(buf)))
1036 g_Ctoc(const Char *str, char *buf, u_int len) function

Completed in 81 milliseconds