Searched refs:at_buf (Results 1 – 2 of 2) sorted by relevance
408 static char at_buf[20]; in get_at_spec() local410 strcpy (at_buf, "$$"); in get_at_spec()412 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index); in get_at_spec()413 return at_buf; in get_at_spec()
2597 static char at_buf[20]; in get_at_spec() local2599 strcpy (at_buf, "$$"); in get_at_spec()2601 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index); in get_at_spec()2602 return at_buf; in get_at_spec()