prom_strncmp
if (*argv == NULL || prom_strncmp(*argv, prog, sizeof (prog) - 1))
extern int prom_strncmp(char *s1, char *s2, size_t n);