Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dbedbug.c957 int nchars = 0; in get_word() local
972 dest[nchars++] = *ptr++; in get_word()
974 dest[nchars] = 0; in get_word()
977 return nchars; in get_word()