Searched refs:g_strncmp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dglob.c158 static int g_strncmp __P((const Char *, const char *, size_t));
424 g_strncmp(s1, s2, n) function
457 if (!g_strncmp(pattern, cc->name, len) && cc->name[len] == '\0')
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c156 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 43 milliseconds