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

/freebsd-12-stable/contrib/mandoc/
H A Darch.c46 const char **arch_p; local
48 if ((arch_p = arches[os]) == NULL)
50 for (; *arch_p != NULL; arch_p++)
51 if (strcmp(*arch_p, arch) == 0)

Completed in 46 milliseconds