Searched refs:NAME_TEMPLATE_EXT (Results 1 – 1 of 1) sorted by relevance
52 static const char NAME_TEMPLATE_EXT[] = "foo-XXXXXX.txt"; variable89 char template[sizeof(NAME_TEMPLATE_EXT)]; in main()123 strcpy(template, NAME_TEMPLATE_EXT); in main()128 check(strcmp(template + sizeof(NAME_TEMPLATE_EXT) - EXT_LEN, in main()129 NAME_TEMPLATE_EXT + sizeof(NAME_TEMPLATE_EXT) - EXT_LEN) == 0, "extension"); in main()