Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c614 sc_strfree(raw_line); in remove_file()
724 sc_strfree(line); in matches_serecord()
728 sc_strfree(line); in matches_serecord()
871 sc_strfree(sep->se_vendor); in free_serecord()
872 sc_strfree(sep->se_publisher); in free_serecord()
873 sc_strfree(sep->se_class); in free_serecord()
874 sc_strfree(sep->se_subclass); in free_serecord()
875 sc_strfree(sep->se_user); in free_serecord()
878 sc_strfree(sep->se_path); in free_serecord()
879 sc_strfree(sep->se_args); in free_serecord()
[all …]
H A Dsyseventadm.h119 static void sc_strfree(char *s);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c277 sc_strfree(char *s) in sc_strfree() function
653 sc_strfree(sep->se_class); in parse_conf_file()
655 sc_strfree(sep->se_user); in parse_conf_file()
658 sc_strfree(sep->se_path); in parse_conf_file()
659 sc_strfree(sep->se_args); in parse_conf_file()
778 sc_strfree(str); in build_event_table()
880 sc_strfree(sep->se_vendor); in free_event_table()
882 sc_strfree(sep->se_class); in free_event_table()
884 sc_strfree(sep->se_user); in free_event_table()
887 sc_strfree(sep->se_path); in free_event_table()
[all …]
H A Dsysevent_conf_mod.h132 static void sc_strfree(char *s);