Searched refs:PREFIX_LEN (Results 1 – 4 of 4) sorted by relevance
38 #define PREFIX_LEN (sizeof("YYYYMMDDhhmmss") - 1) macro39 #define POSTFIX_LEN PREFIX_LEN40 #define FILENAME_LEN (PREFIX_LEN + 1 + POSTFIX_LEN)
387 static const int PREFIX_LEN = 10; in shelves_status() local396 if (strncmp(cl, PREFIX, PREFIX_LEN) == 0) in shelves_status()398 const char *shelf_name = cl + PREFIX_LEN; in shelves_status()
2398 static const int PREFIX_LEN = 10; in diff_shelves() local2407 if (strncmp(cl, PREFIX, PREFIX_LEN) == 0) in diff_shelves()2409 const char *shelf_name = cl + PREFIX_LEN; in diff_shelves()
100 #define PREFIX_LEN (sizeof(prefix) / sizeof(prefix[0])) macro1082 oid.len = PREFIX_LEN; in gen_table()1239 oid.len = PREFIX_LEN; in gen_extract()1536 gen_header(fp, root, PREFIX_LEN, NULL); in main()