Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_parse_call_math.c539 static char *buf_size_recipe; variable
545 if (!buf_size_recipe) in db_buf_size_callback()
546 buf_size_recipe = alloc_sname(argv[0]); in db_buf_size_callback()
547 else if (strcmp(buf_size_recipe, argv[0]) != 0) in db_buf_size_callback()
548 buf_size_recipe = alloc_sname("invalid"); in db_buf_size_callback()
572 buf_size_recipe = alloc_sname(buf); in get_allocation_recipe_from_call()
573 return swap_format(expr, buf_size_recipe); in get_allocation_recipe_from_call()
585 buf_size_recipe = NULL; in get_allocation_recipe_from_call()
589 if (!buf_size_recipe || strcmp(buf_size_recipe, "invalid") == 0) in get_allocation_recipe_from_call()
592 if (!strchr(buf_size_recipe, '$')) in get_allocation_recipe_from_call()
[all …]