Home
last modified time | relevance | path

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

/external/jsilver/src/org/clearsilver/jni/
DJniCs.java30 long csptr; field in JniCs
42 csptr = _init(ho.hdfptr); in JniCs()
50 _setGlobalHdf(csptr,global.hdfptr); in JniCs()
57 _setGlobalHdf(csptr, globalHdf.hdfptr); in setGlobalHDF()
67 if (csptr != 0) { in close()
68 _dealloc(csptr); in close()
69 csptr = 0; in close()
87 if (csptr == 0) { in parseFile()
90 _parseFile(csptr, filename, fileLoader != null); in parseFile()
94 if (csptr == 0) { in parseStr()
[all …]
/external/libcups/cups/
Dlanguage.c461 *csptr, /* Pointer to CODESET string */ in cupsLangGet() local
570 if ((csptr = strchr(ptr, '.')) != NULL) in cupsLangGet()
576 for (ptr = charset, csptr ++; *csptr; csptr ++) in cupsLangGet()
577 if (ptr < (charset + sizeof(charset) - 1) && _cups_isalnum(*csptr)) in cupsLangGet()
578 *ptr++ = *csptr; in cupsLangGet()
630 if (!charset[0] && (csptr = nl_langinfo(CODESET)) != NULL) in cupsLangGet()
636 for (ptr = charset; *csptr; csptr ++) in cupsLangGet()
637 if (_cups_isalnum(*csptr) && ptr < (charset + sizeof(charset) - 1)) in cupsLangGet()
638 *ptr++ = *csptr; in cupsLangGet()
/external/linux-kselftest/tools/testing/selftests/x86/
Dsigreturn.c321 static unsigned short *csptr(ucontext_t *ctx) in csptr() function
336 static greg_t *csptr(ucontext_t *ctx) in csptr() function
405 bool was_64bit = (cs_bitness(*csptr(ctx)) == 64); in validate_signal_ss()
454 *csptr(ctx) = sig_cs; in sigusr1()
/external/ltp/testcases/cve/
Dcve-2015-3290.c176 static unsigned short *csptr(ucontext_t *ctx) in csptr() function
194 static greg_t *csptr(ucontext_t *ctx) in csptr() function