/onnv-gate/usr/src/lib/libparted/common/lib/ |
H A D | regex_internal.c | 40 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, in re_string_allocate() 68 re_string_construct (re_string_t *pstr, const char *str, Idx len, in re_string_construct() 131 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) in re_string_realloc_buffers() 171 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common() 203 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() 487 re_string_skip_chars (re_string_t *pstr, Idx new_raw_idx, wint_t *last_wc) in re_string_skip_chars() 529 build_upper_buffer (re_string_t *pstr) in build_upper_buffer() 552 re_string_translate_buffer (re_string_t *pstr) in re_string_translate_buffer() 573 re_string_reconstruct (re_string_t *pstr, Idx idx, int eflags) in re_string_reconstruct() [all …]
|
H A D | regex_internal.h | 444 #define re_string_peek_byte(pstr, offset) \ argument 446 #define re_string_fetch_byte(pstr) \ argument 448 #define re_string_first_byte(pstr, idx) \ argument 450 #define re_string_is_single_byte_char(pstr, idx) \ argument 453 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) argument 454 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument 455 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument 456 #define re_string_length(pstr) ((pstr)->len) argument 457 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument 458 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) argument [all …]
|
/onnv-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 52 const char *prog, *ofile = NULL, *pstr = NULL; in main() local
|
/onnv-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 328 gettoken(const char **pstr, unsigned int *num, int which) in gettoken() 457 const char *pstr = plural_string; in plural_expr() local
|
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | motherboard.c | 129 char *pstr = NULL; in mb_get_pri_info() local 287 char *psn = NULL, *csn = NULL, *pstr = NULL; in mb_tnode_create() local
|
/onnv-gate/usr/src/cmd/cal/ |
H A D | cal.c | 206 pstr(char *str, const int n) in pstr() function
|
/onnv-gate/usr/src/lib/libc/port/gen/ |
H A D | priv_str_xlate.c | 179 const char *pstr; in __priv_set_to_str() local
|
/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
H A D | v3_cpols.c | 135 char *pstr; variable
|
/onnv-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioHdrParse.cc | 598 char *pstr; in FormatParse() local
|
/onnv-gate/usr/src/lib/brand/solaris10/s10_support/ |
H A D | s10_support.c | 247 char *pstr; in have_valid_ku() local
|
/onnv-gate/usr/src/lib/libtecla/common/ |
H A D | history.c | 2420 GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */ in _glh_line_matches_prefix() local 2600 GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */ in glh_contains_glob() local 2639 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr) in glh_line_matches_glob() 2755 static int glh_matches_range(char c, GlhLineStream *pstr) in glh_matches_range()
|
/onnv-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 327 char *pstr = optarg + MSG_ARG_TARGET_SIZE; in process_args() local
|
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 290 char *pstr = NULL; in xaui_get_pri_label() local
|
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 98 char *pstr = NULL; in cpuboard_get_pri_info() local
|
/onnv-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 418 str_cap(Ofl_desc *ofl, char *pstr, ofl_flag_t flags, Xword tag, Caplist *list) in str_cap() 469 id_cap(Ofl_desc *ofl, char *pstr, oc_flag_t flags) in id_cap()
|
/onnv-gate/usr/src/lib/libsec/common/ |
H A D | acltext.c | 1198 char *pstr; in compute_values() local
|
/onnv-gate/usr/src/cmd/pg/ |
H A D | pg.c | 367 static char pstr[PROMPTSIZE]; local
|
/onnv-gate/usr/src/cmd/picl/plugins/sun4v/snmp/ |
H A D | snmpplugin.c | 1193 char *pstr; in read_volprop() local
|
/onnv-gate/usr/src/cmd/itadm/ |
H A D | itadm.c | 1412 char *pstr; in list_tpg() local
|
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 943 parse_modifiers(const char *pstr, uint_t *flags, const char *use) in parse_modifiers() 2204 ipadm_check_propstr(const char *pstr, boolean_t reset, const char *use) in ipadm_check_propstr()
|
/onnv-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 1675 get_protos(const char *pstr) in get_protos()
|
/onnv-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 743 char *pstr; in ipmgmt_db_initif() local
|
/onnv-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_svc.c | 2006 char pstr[RDC_MAXNAMLEN]; in r_net_getstate7() local
|
/onnv-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 1249 kmf_free_str(char *pstr) in kmf_free_str()
|
/onnv-gate/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 487 pub_idx(const char *pstr, int token) in pub_idx()
|