Searched refs:string_ident (Results 1 – 1 of 1) sorted by relevance
217 static char string_ident[30]; in cu_fgets() local242 if (((size_t)snprintf(string_ident, in cu_fgets()243 sizeof(string_ident), "\"%s\"", script->s)) >= in cu_fgets()244 sizeof(string_ident) - 1) in cu_fgets()245 (void)strcpy(string_ident + in cu_fgets()246 sizeof(string_ident) - 6, " ...\""); in cu_fgets()247 fname = string_ident; in cu_fgets()