Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() argument
352 if ((c = inputbuf[*offsetptr]) != 0) { in sgetc()
371 static char *slgets(char *buf, int buflen, const char *inputbuf, int *offsetptr) in slgets() argument
377 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) { in slgets()
386 while ((c = sgetc(inputbuf, offsetptr)) >= 0) { in slgets()