Searched defs:sgetc (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c343 * sgetc(const char *inputbuf, int *offsetptr)
351 static int sgetc(const char *inputbuf, int *offsetptr) function
380 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) {
389 while ((c = sgetc(inputbuf, offsetptr)) >= 0) {

Completed in 74 milliseconds