Go to the source code of this file.
Functions | |
int | strncmp (char *s1, char *s2, int n) |
Definition in file strncmp.c.
int strncmp | ( | char * | s1, | |
char * | s2, | |||
int | n | |||
) |
Compare strings (at most n bytes).
*s1 | first memory location | |
*s2 | second memory location | |
n | length to compare |
Definition at line 16 of file strncmp.c.
Referenced by xsh_exit(), xsh_gpiostat(), xsh_help(), xsh_kill(), xsh_led(), xsh_memstat(), xsh_ps(), xsh_reset(), xsh_sleep(), xsh_testsuite(), and xsh_uartstat().