Home
last modified time | relevance | path

Searched defs:pstr (Results 1 – 25 of 29) sorted by relevance

12

/trueos/contrib/libgnuregex/
HDregex_internal.c39 re_string_allocate (re_string_t *pstr, const char *str, int len, int init_len, in re_string_allocate()
67 re_string_construct (re_string_t *pstr, const char *str, int len, in re_string_construct()
130 re_string_realloc_buffers (re_string_t *pstr, int new_buf_len) in re_string_realloc_buffers()
170 re_string_construct_common (const char *str, int len, re_string_t *pstr, in re_string_construct_common()
202 build_wcs_buffer (re_string_t *pstr) in build_wcs_buffer()
271 build_wcs_upper_buffer (re_string_t *pstr) in build_wcs_upper_buffer()
490 re_string_skip_chars (re_string_t *pstr, int new_raw_idx, wint_t *last_wc) in re_string_skip_chars()
531 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, int idx, int eflags) in re_string_reconstruct()
[all …]
HDregex_internal.h403 #define re_string_peek_byte(pstr, offset) \ argument
405 #define re_string_fetch_byte(pstr) \ argument
407 #define re_string_first_byte(pstr, idx) \ argument
409 #define re_string_is_single_byte_char(pstr, idx) \ argument
412 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) argument
413 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument
414 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument
415 #define re_string_length(pstr) ((pstr)->len) argument
416 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument
417 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) argument
[all …]
/trueos/lib/libthr/thread/
HDthr_printf.c131 pstr(int fd, const char *s) in pstr() function
/trueos/lib/libkse/thread/
HDthr_printf.c130 pstr(int fd, const char *s) in pstr() function
/trueos/crypto/openssl/crypto/dh/
HDdh_ameth.c78 ASN1_STRING *pstr; in dh_pub_decode() local
187 ASN1_STRING *pstr; in dh_priv_decode() local
/trueos/contrib/subversion/subversion/svn/
HDcl-conflicts.c303 add_conflict_version_xml(svn_stringbuf_t **pstr, in add_conflict_version_xml()
/trueos/crypto/openssl/crypto/dsa/
HDdsa_ameth.c76 ASN1_STRING *pstr; in dsa_pub_decode() local
186 ASN1_STRING *pstr; in dsa_priv_decode() local
/trueos/tools/tools/bus_autoconf/
HDbus_sections.c57 format_info_new(char *pstr, uint16_t bo, uint16_t bs) in format_info_new()
/trueos/crypto/openssl/crypto/x509v3/
HDv3_cpols.c139 char *pstr; variable
/trueos/crypto/openssl/crypto/ec/
HDec_ameth.c85 ASN1_STRING *pstr = NULL; in eckey_param2type() local
140 ASN1_STRING *pstr = pval; in eckey_type2param() local
/trueos/sbin/launchd/
HDipc.c505 const char *pstr = "kern.maxprocperuid"; in adjust_rlimits() local
/trueos/tools/KSE/rr/
HDrr.c266 pstr(const char *s) in pstr() function
/trueos/tools/tools/usbtest/
HDusbtest.c91 char *pstr; in usb_ts_show_menu() local
/trueos/contrib/subversion/subversion/libsvn_client/
HDadd.c61 trim_string(char **pstr) in trim_string()
78 unquote_string(char **pstr) in unquote_string()
/trueos/games/fortune/fortune/
HDfortune.c366 char **pstr; in form_file_list() local
520 char **pstr = Fortune_path_arr; in add_file() local
/trueos/tools/KSE/ksetest/
HDkse_threads_test.c326 pstr(const char *s) in pstr() function
/trueos/bin/pax/
HDpax.h169 char *pstr; /* pattern to match, user supplied */ member
/trueos/crypto/heimdal/lib/hx509/
HDname.c633 const char *pstr = p + (q - p) + 1; in hx509_parse_name() local
/trueos/sys/powerpc/powerpc/
HDdb_disasm.c575 char * pstr; in disasm_fields() local
/trueos/contrib/atf/atf-c/detail/
HDfs.c549 const char *pstr = atf_fs_path_cstring(p); in atf_fs_stat_init() local
/trueos/contrib/gcc/
HDgensupport.c1253 scan_comma_elt (const char **pstr) in scan_comma_elt()
HDgenattrtab.c4054 const char *pstr; in write_eligible_delay() local
4171 next_comma_elt (const char **pstr) in next_comma_elt()
/trueos/crypto/heimdal/kdc/
HDkrb5tgs.c596 const char *pstr) in verify_flags()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDstring.c1221 const char *pstr; in svn_string__similarity() local
/trueos/contrib/gcclibs/libcpp/
HDcharset.c938 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, in _cpp_valid_ucn()

12