Home
last modified time | relevance | path

Searched refs:initstr (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/syseventadm/
H A Dsyseventadm.h121 static str_t *initstr(int hint);
H A Dsyseventadm.c366 line = initstr(128); in add_cmd()
739 line = initstr(128); in print_serecord()
798 line = initstr(128); in read_next_line()
1006 initstr(int hint) in initstr() function
/titanic_44/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h134 static str_t *initstr(int hint);
H A Dsysevent_conf_mod.c300 initstr(int hint) in initstr() function
523 if ((line = initstr(128)) == NULL) in parse_conf_file()
927 if ((token = initstr(32)) == NULL) in snip_identifier()
957 if ((token = initstr(32)) == NULL) in snip_delimited_identifier()
1086 if ((replacement = initstr(128)) == NULL) { in find_macro_definition()
1453 if ((remainder = initstr(128)) == NULL) { in expand_macros()
1667 if ((line = initstr(128)) == NULL) in queue_event()