Searched refs:ptype (Results 1 – 5 of 5) sorted by relevance
2457 sdlTypePtr ptype; in make_persistent_sdl_function_headers() local2520 sdlTypePtr ptype; in make_persistent_sdl_parameters() local2721 *ptype = *type; in make_persistent_sdl_type()2724 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()2727 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()2729 if (ptype->def) { in make_persistent_sdl_type()2730 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()2733 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()2736 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()2835 return ptype; in make_persistent_sdl_type()[all …]
240 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument246 unsigned int ptypex = (ptype == PT_SC)? PT_SCX : ptype; in get_ucpname()252 if ((ptype == u->type || ptypex == u->type) && pvalue == u->value) in get_ucpname()276 (void)ptype; in get_ucpname()756 unsigned int ptype = *ccode++; in pcre2_printint() local760 switch(ptype) in pcre2_printint()775 s = get_ucpname(ptype, pvalue); in pcre2_printint()
199 check_char_prop(uint32_t c, unsigned int ptype, unsigned int pdata, in check_char_prop() argument206 switch(ptype) in check_char_prop()
972 uint32_t ptype = *pptr >> 16; in show_parsed() local975 ptype, pvalue); in show_parsed()3157 uint16_t ptype = 0, pdata = 0; in parse_regex() local3162 *parsed_pattern++ = (ptype << 16) | pdata; in parse_regex()3522 if (ptype >= 0) in parse_regex()3704 uint16_t ptype = 0, pdata = 0; in parse_regex() local5985 uint32_t ptype = *(++pptr) >> 16; in compile_branch() local5988 *class_uchardata++ = ptype; in compile_branch()7880 uint32_t ptype = *(++pptr) >> 16; in compile_branch() local7886 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch()[all …]
458 char *ptype = (char *)type; in popen_ex() local472 if (ptype[0] != 'r' && ptype[0] != 'w') { in popen_ex()476 if (type_len > 1 && (ptype[1] != 'b' && ptype[1] != 't')) { in popen_ex()
Completed in 55 milliseconds