Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/openbsm/bsm/
Dauditd_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-12-stable/contrib/subversion/subversion/libsvn_client/
Dstatus.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()
Ddiff.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-12-stable/contrib/bsnmp/gensnmptree/
Dgensnmptree.c100 #define PREFIX_LEN (sizeof(prefix) / sizeof(prefix[0])) macro
1128 oid.len = PREFIX_LEN; in gen_table()
1292 oid.len = PREFIX_LEN; in gen_extract()
1677 gen_header(fp, root, PREFIX_LEN, NULL); in make_table()