Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dloslib.c277 int oplen = 1; /* length of options being checked */ in checkoption() local
278 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
280 oplen++; /* will check options with next length (+1) */ in checkoption()
281 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
282 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
283 buff[oplen] = '\0'; in checkoption()
284 return conv + oplen; /* return next item */ in checkoption()

Completed in 3 milliseconds