Home
last modified time | relevance | path

Searched refs:PREFIX_LEN (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/openbsm/bsm/
HDauditd_lib.h38 #define PREFIX_LEN (sizeof("YYYYMMDDhhmmss") - 1) macro
39 #define POSTFIX_LEN PREFIX_LEN
40 #define FILENAME_LEN (PREFIX_LEN + 1 + POSTFIX_LEN)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
HDstatus.c387 static const int PREFIX_LEN = 10; in shelves_status() local
396 if (strncmp(cl, PREFIX, PREFIX_LEN) == 0) in shelves_status()
398 const char *shelf_name = cl + PREFIX_LEN; in shelves_status()
HDdiff.c2398 static const int PREFIX_LEN = 10; in diff_shelves() local
2407 if (strncmp(cl, PREFIX, PREFIX_LEN) == 0) in diff_shelves()
2409 const char *shelf_name = cl + PREFIX_LEN; in diff_shelves()
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
HDgensnmptree.c100 #define PREFIX_LEN (sizeof(prefix) / sizeof(prefix[0])) macro
1082 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()