Home
last modified time | relevance | path

Searched refs:inj_strndup (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.h40 extern char *inj_strndup(const char *, size_t);
H A Dinj_lex.l93 yylval.l_string = inj_strndup(yytext + 1, yyleng - 2);
H A Dinj_string.c46 inj_strndup(const char *s, size_t n) in inj_strndup() function