Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_type_val.c386 static char type_buf[128]; in set_param_type() local
391 strncpy(type_buf, "unknown", sizeof(type_buf)); in set_param_type()
394 strncpy(type_buf, argv[0], sizeof(type_buf)); in set_param_type()
395 *type_str = type_buf; in set_param_type()