Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 79) sorted by relevance

1234

/titanic_41/usr/src/lib/libcommputil/common/
H A Dcommp_util.c46 commp_skip_white_space(const char **begin, const char *end) in commp_skip_white_space()
62 commp_find_token(const char **begin, const char **current, const char *end, in commp_find_token()
84 commp_atoi(const char *begin, const char *end, int *num) in commp_atoi()
107 commp_strtoull(const char *begin, const char *end, uint64_t *num) in commp_strtoull()
130 commp_strtoub(const char *begin, const char *end, uint8_t *num) in commp_strtoub()
153 commp_atoui(const char *begin, const char *end, uint_t *num) in commp_atoui()
192 commp_time_to_secs(const char *begin, const char *end, uint64_t *num) in commp_time_to_secs()
H A Dsdp_parse.c48 sdp_parse_version(int *version, const char *begin, const char *end, in sdp_parse_version()
63 sdp_parse_name(char **name, const char *begin, const char *end, in sdp_parse_name()
95 sdp_parse_info(char **info, const char *begin, const char *end, in sdp_parse_info()
125 sdp_parse_uri(char **uri, const char *begin, const char *end, uint_t *p_error) in sdp_parse_uri()
154 sdp_parse_phone(sdp_list_t **phone, const char *begin, const char *end, in sdp_parse_phone()
197 sdp_parse_email(sdp_list_t **email, const char *begin, const char *end, in sdp_parse_email()
249 sdp_parse_origin(sdp_origin_t **origin, const char *begin, const char *end, in sdp_parse_origin()
341 sdp_parse_time(sdp_time_t **time, const char *begin, const char *end, in sdp_parse_time()
394 sdp_parse_connection(sdp_conn_t **conn, const char *begin, const char *end, in sdp_parse_connection()
524 sdp_parse_bandwidth(sdp_bandwidth_t **bw, const char *begin, const char *end, in sdp_parse_bandwidth()
[all …]
H A Dsdp_parse_helper.c337 const char *begin; in sdp_str_to_list() local
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument
78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument
99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_sack.c56 tcp_sack_insert(sack_blk_t *head, tcp_seq begin, tcp_seq end, int32_t *num) in tcp_sack_insert()
198 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_insert()
398 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_update()
H A Dtcp_sack.h44 tcp_seq begin; member
52 tcp_seq begin; member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_sack.c50 tcp_sack_insert(sack_blk_t *head, tcp_seq begin, tcp_seq end, int32_t *num) in tcp_sack_insert()
192 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_insert()
391 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_update()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp_sack.h38 tcp_seq begin; member
46 tcp_seq begin; member
/titanic_41/usr/src/cmd/latencytop/common/
H A Dtable.c172 parse_config_cmd(char *begin, lt_parser_t *parser) in parse_config_cmd()
227 parse_sym_trans(char *begin) in parse_sym_trans()
338 parse_dmacro(char *begin, lt_parser_t *parser) in parse_dmacro()
489 char *begin, *end; in parse_config() local
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_shash.c115 __db_hashinit(begin, nelements) in __db_hashinit() argument
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DListParser.java77 int begin = 0; in ListParser() local
83 int begin, end = str.length(); in ListParser() local
92 public ListParser(String str, int begin, int end) { in ListParser()
112 private void initList(String str, int begin, int end) { in initList()
/titanic_41/usr/src/cmd/lp/lib/lp/
H A Dgetlist.c80 *begin; local
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.h50 char *begin; member
/titanic_41/usr/src/lib/libadm/common/
H A Dckdate.c104 int begin = -1; in p_date() local
119 int begin = -1; in p_eday() local
H A Dckitem.c191 getnum(char *strval, int max, int *begin, int *end) in getnum()
236 int begin, end; local
H A Dcktime.c94 int begin = -1; in p_time() local
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c106 env_process_value(topo_hdl_t *thp, const char *begin, const char *end) in env_process_value()
299 topo_cleanup_auth_str(topo_hdl_t *thp, const char *begin) in topo_cleanup_auth_str()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c236 uint32_t bno, begin, dummy, temp, lbsz, bb_count; in ud_alloc_space_bmap() local
410 uint32_t begin, dummy, bb_count; in ud_check_free_and_mark_used() local
741 uint32_t block, begin, end, blkno, count, map_end_blk, dummy; in ud_free_space_bmap() local
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c195 char *begin = (char *)kssl_params; in extract_certificate() local
280 char *begin = (char *)kssl_params; in extract_private_key() local
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_form.c880 void *begin = attr->ar_debug_info_ptr; in dwarf_formstring() local
912 void*begin = dbg->de_debug_str.dss_data + offset; in dwarf_formstring() local
/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c561 u_offset_t begin; in fcntl() local
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dlist.c58 list_walk_init_range(mdb_walk_state_t *wsp, uintptr_t begin, uintptr_t end, in list_walk_init_range() argument
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S222 .begin: label
/titanic_41/usr/src/lib/libdscp/
H A Dlibdscp.c367 int begin; in get_ifname() local
/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c1051 circular_buffer_write(int begin, int end, int rd, int wr, caddr_t buf, int len) in circular_buffer_write()
1103 circular_buffer_read(int begin, int end, int rd, int wr, caddr_t buf, int len) in circular_buffer_read()

1234