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

/freebsd-current/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-current/lib/libc/gen/
H A Dglob-compat11.c117 static int g_Ctoc(const Char *, char *, size_t);
433 if (g_Ctoc(patbuf, (char *)wbuf, sizeof(wbuf)))
695 g_Ctoc(pathbuf, buf, sizeof(buf))) {
848 if (g_Ctoc(path, copy, len)) {
965 if (g_Ctoc(str, buf, sizeof(buf))) {
982 if (g_Ctoc(fn, buf, sizeof(buf))) {
996 if (g_Ctoc(fn, buf, sizeof(buf))) {
1017 g_Ctoc(const Char *str, char *buf, size_t len) function
H A Dglob.c149 static int g_Ctoc(const Char *, char *, size_t);
465 if (g_Ctoc(patbuf, (char *)wbuf, sizeof(wbuf)))
728 g_Ctoc(pathbuf, buf, sizeof(buf))) {
880 if (g_Ctoc(path, copy, len)) {
997 if (g_Ctoc(str, buf, sizeof(buf))) {
1014 if (g_Ctoc(fn, buf, sizeof(buf))) {
1028 if (g_Ctoc(fn, buf, sizeof(buf))) {
1049 g_Ctoc(const Char *str, char *buf, size_t len) function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c157 static int g_Ctoc(const Char *, char *, size_t);
725 if (g_Ctoc(pathbuf, buf, sizeof(buf)))
875 if (g_Ctoc(path, copy, len)) {
1004 if (g_Ctoc(str, buf, sizeof(buf)))
1019 if (g_Ctoc(fn, buf, sizeof(buf)))
1031 if (g_Ctoc(fn, buf, sizeof(buf)))
1049 g_Ctoc(const Char *str, char *buf, size_t len) function

Completed in 132 milliseconds