Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/fiptool/
H A Dwin_posix.c145 int optmatch(const char *argval, const char *optname) in optmatch() argument
149 while ((result == 0) && (*optname != 0) && (*argval != 0)) in optmatch()
150 result = (*argval++) - (*optname++); in optmatch()