Searched refs:l_str (Results 1 – 3 of 3) sorted by relevance
241 if ((yylval.l_str = strdup(v)) == NULL)244 (void) stresc2chr(yylval.l_str);280 yylval.l_str = strndup(v + 1, len - 2);282 yylval.l_str = strndup(v, len);284 if (yylval.l_str == NULL)287 (void) stresc2chr(yylval.l_str);335 if ((yylval.l_str = strdup(s)) == NULL)369 if ((yylval.l_str = strdup(yytext)) == NULL)375 if ((yylval.l_str = strdup("@_")) == NULL)419 yylval.l_str = strndup(yytext + 1, yyleng - 2);[all …]
45 char *l_str; member64 %token <l_str> DT_TOK_STRING65 %token <l_str> DT_TOK_IDENT66 %token <l_str> DT_TOK_PSPEC67 %token <l_str> DT_TOK_AGG68 %token <l_str> DT_TOK_TNAME213 %type <l_str> dtrace_keyword_ident
201 const char *l_str, *r_str; in bhnd_nvstore_idx_cmp() local212 l_str = bhnd_nvram_data_getvar_name(sc->data, l_cookiep); in bhnd_nvstore_idx_cmp()217 l_name = bhnd_nvram_trim_path_name(l_str); in bhnd_nvstore_idx_cmp()220 l_name = l_str; in bhnd_nvstore_idx_cmp()