Home
last modified time | relevance | path

Searched refs:g_Ctoc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c137 static int g_Ctoc(const Char *, char *, u_int);
637 if (g_Ctoc(pathbuf, buf, sizeof(buf)))
746 if (g_Ctoc(path, copy, len)) {
843 if (g_Ctoc(str, buf, sizeof(buf)))
861 if (g_Ctoc(fn, buf, sizeof(buf)))
876 if (g_Ctoc(fn, buf, sizeof(buf)))
896 g_Ctoc(str, buf, len) in g_Ctoc() function
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c167 static int g_Ctoc(const wcat_t *, char *, uint_t);
853 if (g_Ctoc(pathbuf, buf, sizeof (buf))) in glob3()
1056 if (g_Ctoc(path, copy, len)) { in globextend()
1200 if (g_Ctoc(str, buf, sizeof (buf))) in g_opendir()
1215 if (g_Ctoc(fn, buf, sizeof (buf))) in g_lstat()
1227 if (g_Ctoc(fn, buf, sizeof (buf))) in g_stat()
1245 g_Ctoc(const wcat_t *str, char *buf, uint_t len) in g_Ctoc() function