Home
last modified time | relevance | path

Searched refs:checkLang (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/atari/stand/bootpref/
H A Dbootpref.c56 static int checkLang(u_char *, char *);
122 if (checkLang (&bootpref[ARRAY_LANG], optarg)) in main()
701 checkLang (u_char *val, char *str) in checkLang() function