Searched refs:inj_strdup (Results 1 – 4 of 4) sorted by relevance
100 yylval.l_string = inj_strdup(yytext);105 yylval.l_string = inj_strdup(yytext);110 yylval.l_string = inj_strdup(yytext);
41 extern char *inj_strdup(const char *);
39 inj_strdup(const char *s) in inj_strdup() function239 return (inj_hash_insert(h, (void *)inj_strdup(str), value)); in inj_strhash_insert()
88 ev->defn_name = inj_strdup(rp->rec_class); in inj_logfile_event()