Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c278 root_dir = sc_strdup(dir); in set_root_dir()
602 raw_line = sc_strdup(line->s_str); in remove_file()
719 line = sc_strdup(sep->se_args); in matches_serecord()
854 sep->se_vendor = sc_strdup(vendor); in parse_line()
855 sep->se_publisher = sc_strdup(publisher); in parse_line()
856 sep->se_class = sc_strdup(class); in parse_line()
857 sep->se_subclass = sc_strdup(subclass); in parse_line()
858 sep->se_user = sc_strdup(user); in parse_line()
859 sep->se_reserved1 = sc_strdup(reserved1); in parse_line()
861 sep->se_path = sc_strdup(path); in parse_line()
[all …]
H A Dsyseventadm.h118 static char *sc_strdup(char *cp);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c262 sc_strdup(char *cp) in sc_strdup() function
628 sep->se_vendor = sc_strdup(vendor); in parse_conf_file()
629 sep->se_publisher = sc_strdup(publisher); in parse_conf_file()
630 sep->se_class = sc_strdup(class); in parse_conf_file()
631 sep->se_subclass = sc_strdup(subclass); in parse_conf_file()
632 sep->se_user = sc_strdup(user); in parse_conf_file()
640 sep->se_reserved1 = sc_strdup(reserved1); in parse_conf_file()
641 sep->se_reserved2 = sc_strdup(reserved2); in parse_conf_file()
642 sep->se_path = sc_strdup(path); in parse_conf_file()
643 sep->se_args = (args == NULL) ? NULL : sc_strdup(args); in parse_conf_file()
[all …]
H A Dsysevent_conf_mod.h131 static char *sc_strdup(char *cp);