Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/openbsm/bsm/
H A 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-13.1/contrib/subversion/subversion/libsvn_client/
H A 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()
H A 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-13.1/contrib/bsnmp/gensnmptree/
H A 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()
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c44 #define PREFIX_LEN 32 in iwl_trans_pcie_dump_regs() macro
59 alloc_size = PCI_ERR_ROOT_ERR_SRC + 4 + PREFIX_LEN; in iwl_trans_pcie_dump_regs()
60 alloc_size = max_t(u32, alloc_size, PCI_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs()
61 alloc_size = max_t(u32, alloc_size, PCI_MEM_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs()
62 alloc_size = max_t(u32, alloc_size, PCI_PARENT_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs()
67 prefix = (char *)buf + alloc_size - PREFIX_LEN; in iwl_trans_pcie_dump_regs()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp10352 static const int PREFIX_LEN = 11; in isDebuggerActive() local
10353 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
10357 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()