HomeSort by relevance Sort by last modified time
    Searched refs:g_Ctoc (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 153 static int g_Ctoc(const Char *, char *, size_t);
470 if (g_Ctoc(patbuf, (char *)wbuf, sizeof(wbuf)))
733 g_Ctoc(pathbuf, buf, sizeof(buf))) {
885 if (g_Ctoc(path, copy, len)) {
1008 if (g_Ctoc(str, buf, sizeof(buf))) {
1025 if (g_Ctoc(fn, buf, sizeof(buf))) {
1039 if (g_Ctoc(fn, buf, sizeof(buf))) {
1060 g_Ctoc(const Char *str, char *buf, size_t len)
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 162 static int g_Ctoc(const Char *, char *, size_t);
700 if (g_Ctoc(pathbuf, buf, sizeof(buf)))
848 if (g_Ctoc(path, copy, len)) {
951 if (g_Ctoc(str, buf, sizeof(buf)))
970 if (g_Ctoc(fn, buf, sizeof(buf)))
986 if (g_Ctoc(fn, buf, sizeof(buf)))
1007 g_Ctoc(const Char *str, char *buf, size_t len)

Completed in 747 milliseconds