Home
last modified time | relevance | path

Searched refs:strcopys (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c342 strcopys(str_t *str, char *s) in strcopys() function
1091 if (strcopys(replacement, hdr->vendor)) { in find_macro_definition()
1099 if (strcopys(replacement, hdr->publisher)) { in find_macro_definition()
1107 if (strcopys(replacement, hdr->class)) { in find_macro_definition()
1115 if (strcopys(replacement, hdr->subclass)) { in find_macro_definition()
1132 if (strcopys(replacement, num)) { in find_macro_definition()
1457 if (strcopys(remainder, end)) { in expand_macros()
1675 if (strcopys(line, argv0)) { in queue_event()
H A Dsysevent_conf_mod.h137 static int strcopys(str_t *str, char *s);