Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c340 * sgetc(const char *inputbuf, int *offsetptr)
343 * starting at offset *offsetptr. Increment *offsetptr.
345 * increment *offsetptr.
348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() argument
352 if ((c = inputbuf[*offsetptr]) != 0) { in sgetc()
353 *offsetptr = *offsetptr + 1; in sgetc()
361 * char *slgets(char *buf, int buflen, const char *inputbuf, int *offsetptr)
364 * starting at offset *offsetptr
371 slgets(char *buf, int buflen, const char *inputbuf, int *offsetptr) slgets() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c2370 offsetptr where to put the offset from the start of the pattern
2382 PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, in read_name()
2396 *offsetptr = (PCRE2_SIZE)(ptr - cb->start_pattern); in read_name()
2381 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, int *errorcodeptr, compile_block *cb) read_name() argument

Completed in 21 milliseconds