Searched defs:string_ident (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c225 static char string_ident[30]; local
245 if (((size_t)snprintf(string_ident,
246 sizeof (string_ident), "\"%s\"", script->s)) >=
247 sizeof (string_ident) - 1)
248 (void) strcpy(string_ident +
249 sizeof (string_ident) - 6, " ...\"");
250 fname = string_ident;

Completed in 45 milliseconds