Searched refs:csptr (Results 1 – 4 of 4) sorted by relevance
30 long csptr; field in JniCs42 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 …]
461 *csptr, /* Pointer to CODESET string */ in cupsLangGet() local570 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()
321 static unsigned short *csptr(ucontext_t *ctx) in csptr() function336 static greg_t *csptr(ucontext_t *ctx) in csptr() function405 bool was_64bit = (cs_bitness(*csptr(ctx)) == 64); in validate_signal_ss()454 *csptr(ctx) = sig_cs; in sigusr1()
176 static unsigned short *csptr(ucontext_t *ctx) in csptr() function194 static greg_t *csptr(ucontext_t *ctx) in csptr() function