Searched refs:out_filename (Results 1 – 1 of 1) sorted by relevance
83 const char *out_filename = getenv ("SOTRUSS_OUTNAME"); in init() local85 if (out_filename != NULL && out_filename[0] != 0) in init()87 size_t out_filename_len = strlen (out_filename) + 13; in init()89 char *endp = stpcpy (fullname, out_filename); in init()