Searched refs:P_ (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Doniggnu.h61 void re_mbcinit P_((int));
63 int re_compile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
65 int re_recompile_pattern P_((const char*, int, struct re_pattern_buffer*, char* err_buf));
67 void re_free_pattern P_((struct re_pattern_buffer*));
69 int re_adjust_startpos P_((struct re_pattern_buffer*, const char*, int, int, int));
71 int re_search P_((struct re_pattern_buffer*, const char*, int, int, int, struct re_registers*));
73 int re_match P_((struct re_pattern_buffer*, const char *, int, int, struct re_registers*));
75 void re_set_casetable P_((const char*));
77 void re_free_registers P_((struct re_registers*));
79 int re_alloc_pattern P_((struc
[all...]
H A Donigposix.h90 #ifndef P_
92 # define P_(args) args macro
94 # define P_(args) () macro
146 ONIG_EXTERN int onig_set_default_syntax P_((OnigSyntaxType* syntax));
147 ONIG_EXTERN void onig_copy_syntax P_((OnigSyntaxType* to, OnigSyntaxType* from));
148 ONIG_EXTERN const char* onig_version P_((void));
149 ONIG_EXTERN const char* onig_copyright P_((void));
154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options));
156 ONIG_EXTERN void regfree P_((regex_
[all...]
H A Dregenc.h115 ONIG_EXTERN int onigenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
116 ONIG_EXTERN int onigenc_ascii_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]));
117 ONIG_EXTERN int onigenc_apply_all_case_fold_with_map P_((int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
118 ONIG_EXTERN int onigenc_get_case_fold_codes_by_str_with_map P_((int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]));
119 ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]));
120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
124 ONIG_EXTERN int onigenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
125 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
127 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoin
[all...]
H A Doniguruma.h65 #ifndef P_
67 # define P_(args) args macro
69 # define P_(args) () macro
336 OnigUChar* onigenc_step_back P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, int n));
341 int onigenc_init P_((void));
343 int onigenc_set_default_encoding P_((OnigEncoding enc));
345 OnigEncoding onigenc_get_default_encoding P_((void));
347 void onigenc_set_default_caseconv_table P_((const OnigUChar* table));
349 OnigUChar* onigenc_get_right_adjust_char_head_with_prev P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, const OnigUChar** prev));
351 OnigUChar* onigenc_get_prev_char_head P_((OnigEncodin
[all...]
H A Dregparse.h323 extern int onig_renumber_name_table P_((regex_t* reg, GroupNumRemap* map));
326 extern int onig_strncmp P_((const UChar* s1, const UChar* s2, int n));
327 extern void onig_strcpy P_((UChar* dest, const UChar* src, const UChar* end));
328 extern void onig_scan_env_set_error_string P_((ScanEnv* env, int ecode, UChar* arg, UChar* arg_end));
329 extern int onig_scan_unsigned_number P_((UChar** src, const UChar* end, OnigEncoding enc));
330 extern void onig_reduce_nested_quantifier P_((Node* pnode, Node* cnode));
331 extern void onig_node_conv_to_str_node P_((Node* node, int raw));
332 extern int onig_node_str_cat P_((Node* node, const UChar* s, const UChar* end));
333 extern int onig_node_str_set P_((Node* node, const UChar* s, const UChar* end));
334 extern void onig_node_free P_((Nod
[all...]
H A Dregint.h775 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
778 extern void onig_statistics_init P_((void));
779 extern void onig_print_statistics P_((FILE* f));
783 extern UChar* onig_error_code_to_format P_((int code));
785 extern int onig_bbuf_init P_((BBuf* buf, int size));
786 extern int onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErrorInfo* einfo));
787 extern void onig_chain_reduce P_((regex_t* reg));
788 extern void onig_chain_link_add P_((regex_t* to, regex_t* add));
789 extern void onig_transfer P_((regex_t* to, regex_t* from));
790 extern int onig_is_code_in_cc P_((OnigEncodin
[all...]
H A DOnigurumaUefiPort.h25 #define P_(args) args macro
H A Dregcomp.c5276 static void print_compiled_byte_code_list P_((FILE* f, regex_t* reg));
5279 static void print_tree P_((FILE* f, Node* node));
H A Dregexec.c3252 static int set_bm_backward_skip P_((UChar* s, UChar* end, OnigEncoding enc,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
H A DPlatformInfo.h365 #define GPIO_INIT_ITEM(pad_name, usage, gpod4, func, int_cap, int_type, pull, offset) {pad_name, usage, gpod4, func, /*int_cap,*/ TRIG_##int_type, P_##pull, offset}
367 #define GPIO_INIT_ITEM(pad_name, usage, gpod4, func, int_cap, int_type, pull, offset) { usage, gpod4, func, /*int_cap,*/ TRIG_##int_type, P_##pull, offset}

Completed in 154 milliseconds