Searched refs:g_Ctoc (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | glob.c | 152 static int g_Ctoc(const Char *, char *, u_int); 720 if (g_Ctoc(pathbuf, buf, sizeof(buf))) 875 if (g_Ctoc(path, copy, len)) { 990 if (g_Ctoc(str, buf, sizeof(buf))) 1005 if (g_Ctoc(fn, buf, sizeof(buf))) 1017 if (g_Ctoc(fn, buf, sizeof(buf))) 1035 g_Ctoc(const Char *str, char *buf, u_int len) function
|