Home
last modified time | relevance | path

Searched refs:endData (Results 1 - 1 of 1) sorted by relevance

/base/startup/init/services/utils/
H A Dinit_utils.c250 char *endData = (char *)buffer + strlen(buffer); in GetProcCmdlineValue() local
257 while (tmp < endData && *tmp == ' ') { in GetProcCmdlineValue()
260 if (tmp >= endData) { in GetProcCmdlineValue()
267 } while (tmp < endData); in GetProcCmdlineValue()
271 while (tmp < endData && *tmp == ' ') { in GetProcCmdlineValue()
275 if (tmp >= endData || *tmp == ' ' || *tmp == '\n' || *tmp == '\r' || *tmp == '\t') { in GetProcCmdlineValue()

Completed in 3 milliseconds