Searched refs:string_ident (Results 1 – 1 of 1) sorted by relevance
230 static char string_ident[30]; in cu_fgets() local255 if (((size_t)snprintf(string_ident, in cu_fgets()256 sizeof(string_ident), "\"%s\"", script->s)) >= in cu_fgets()257 sizeof(string_ident) - 1) in cu_fgets()258 (void)strcpy(string_ident + in cu_fgets()259 sizeof(string_ident) - 6, " ...\""); in cu_fgets()260 fname = string_ident; in cu_fgets()