HomeSort by relevance Sort by last modified time
    Searched full:g_strncmp (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
glob.c 156 static int g_strncmp(const Char *, const char *, size_t);
422 g_strncmp(const Char *s1, const char *s2, size_t n) function
450 if (!g_strncmp(pattern, cc->name, len) && cc->name[len] == '\0')

Completed in 112 milliseconds