Searched refs:dstr (Results 1 – 2 of 2) sorted by relevance
56 char dstr[64]; in print_timestamp() local59 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp()61 (void) printf("%s\n", dstr); in print_timestamp()
83 static const char dstr[3] = { '\\', '\\', '#' }; in fparseln() local104 str = dstr; in fparseln()