Searched refs:npfvar_create_from_string (Results 1 – 3 of 3) sorted by relevance
75 npfvar_t * npfvar_create_from_string(unsigned, const char *);
292 $$ = npfvar_create_from_string(NPFVAR_IDENTIFIER, $1);296 $$ = npfvar_create_from_string(NPFVAR_STRING, $1);308 $$ = npfvar_create_from_string(NPFVAR_VAR_ID, $1);
105 npfvar_create_from_string(unsigned type, const char *string) in npfvar_create_from_string() function