Searched defs:pstr (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/libroot/posix/glibc/regex/ |
H A D | regex_internal.c | 49 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, in re_string_allocate() 77 re_string_construct (re_string_t *pstr, const char *str, Idx len, in re_string_construct() 140 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) in re_string_realloc_buffers() 179 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common() 210 build_wcs_buffer (re_string_t *pstr) in build_wcs_buffer() 279 build_wcs_upper_buffer (re_string_t *pstr) in build_wcs_upper_buffer() 495 re_string_skip_chars (re_string_t *pstr, Idx new_raw_idx, wint_t *last_wc) in re_string_skip_chars() 535 build_upper_buffer (re_string_t *pstr) in build_upper_buffer() 554 re_string_translate_buffer (re_string_t *pstr) in re_string_translate_buffer() 575 re_string_reconstruct (re_string_t *pstr, Idx idx, int eflags) in re_string_reconstruct() [all …]
|
H A D | regex_internal.h | 469 #define re_string_peek_byte(pstr, offset) \ argument 471 #define re_string_fetch_byte(pstr) \ argument 473 #define re_string_first_byte(pstr, idx) \ argument 475 #define re_string_is_single_byte_char(pstr, idx) \ argument 478 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) argument 479 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument 480 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument 481 #define re_string_length(pstr) ((pstr)->len) argument 482 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument 483 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) argument [all …]
|
H A D | regexec.c | 4051 re_string_t *pstr = &mctx->input; in extend_buffers() local
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | printf-parse.h | 76 read_int (const UCHAR_T * *pstr) in read_int()
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | cache.h | 100 #define GENERIC(pstr) ((const struct CACHED_GENERIC*)(const void*)(pstr)) argument
|