Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l100 yylval.l_string = inj_strdup(yytext);
105 yylval.l_string = inj_strdup(yytext);
110 yylval.l_string = inj_strdup(yytext);
H A Dinj_string.h41 extern char *inj_strdup(const char *);
H A Dinj_string.c39 inj_strdup(const char *s) in inj_strdup() function
239 return (inj_hash_insert(h, (void *)inj_strdup(str), value)); in inj_strhash_insert()
H A Dinj_log.c88 ev->defn_name = inj_strdup(rp->rec_class); in inj_logfile_event()